AK Mongo Posted November 3, 2010 Report Posted November 3, 2010 I am trying to replicate the functionality of the warning panel in the FSX Cessna C172. I cannot figure out how to tell what data fsx uses to light the warnings ( L Low Fuel R, VAC, OIL PRESS, VOLTS). Can anyone assist? None of these seem to be in the list of standard offsets.
Pete Dowson Posted November 3, 2010 Report Posted November 3, 2010 I am trying to replicate the functionality of the warning panel in the FSX Cessna C172. I cannot figure out how to tell what data fsx uses to light the warnings ( L Low Fuel R, VAC, OIL PRESS, VOLTS). Can anyone assist? None of these seem to be in the list of standard offsets. No, but the fuel quantity is, the vacuum is, the oil pressure is, and the battery voltage level is. You'd have to check whether these are below some threshold -- you'll need the C172 reference data for those values. Pete
AK Mongo Posted November 3, 2010 Author Report Posted November 3, 2010 No, but the fuel quantity is, the vacuum is, the oil pressure is, and the battery voltage level is. You'd have to check whether these are below some threshold -- you'll need the C172 reference data for those values. Pete An Insufferable fool needs to learn to fish so he can eat for a lifetime... Where in the world can I find those values? I have been through the users guide, advanced users manual and list of FSX controls. If it is not enumerated in the FSUIPC docs somewhere, how do I find the values? Your humble servant awaits you guidance, Sensei.
Pete Dowson Posted November 4, 2010 Report Posted November 4, 2010 Where in the world can I find those values? I have been through the users guide, advanced users manual and list of FSX controls. If it is not enumerated in the FSUIPC docs somewhere, how do I find the values? Users guides are for users, not developers. The full offsets lists in the FSUIPC SDK (standing for "Software Development Kit") details all of the information FSUIPC can supply. The SDK is provided for exactly such purposes, for folks to develop software and mechanisms linking to FS and driving whatever they need. The SDK package has been available for all of the 12 years that FSUIPC has been available, and continually maintained for each successive version of FS. Regards 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