Jump to content
The simFlight Network Forums

FSUIPC Log Timestamps


Recommended Posts

I have a wrinkle with some of my LVAR reading in that some aircraft use the LVARs as a toggle for state, rather than the state itself (looking at you, PMDG MD-11). I need to therefore keep my own internal state and make sure I can detect the LVAR changes before the panel switches them back. Here's a log excerpt:

  4630593 LUA.0: L:FCP_PROF_Switch_var=1
  4630983 LUA.0: L:FCP_PROF_Switch_var=0
  4635273 LUA.0: L:FCP_NAV_Switch_var=1
  4635632 LUA.0: L:FCP_NAV_Switch_var=0
  4645616 LUA.0: L:FCP_FMS_SPD_Switch_var=1
  4645975 LUA.0: L:FCP_FMS_SPD_Switch_var=0

Can I safely assume that the timestamps on the left are milliseconds since FSUIPC started? If so, I probably have enough time to detect them since my timer is between 125 and 250ms.

Cheers!

Luke

Link to comment
Share on other sites

4 minutes ago, Luke Kolin said:

Can I safely assume that the timestamps on the left are milliseconds since FSUIPC started? If so, I probably have enough time to detect them since my timer is between 125 and 250ms.

Yes, milliseconds.

Pete

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.