Luke Kolin Posted May 24, 2016 Report Posted May 24, 2016 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
Pete Dowson Posted May 24, 2016 Report Posted May 24, 2016 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now