Good day,
I am able to successfully read most FSX offsets at low-mid millisecond rates (pitch, bank, altitude, heading, etc.). I'm using this data to feed real aircraft parts and the data has been working great. However, my altimeter and airspeed indicators use static pressure and ram air pressure not altitude and airspeed. Here are my issues:
Static Port Pressure Issue
I wasn't sure exactly which offset to use, so I'm using 0x28C8 (Ambient air pressure). This appears to produce the right value, but at a rate too slow to use. Even in FSInterrogate, when I poll this value, it only changes about every second or so, unlike altitude and other values, which are super smooth. I get the same behavior when I use offsets 0x0020 or 0x0B4C to read altitude instead of 0x0570.
Ram Air Pressure Question
Again, I wasn't entirely sure which offset to use, so I'm using 0x30D8 (Dynamic Pressure). The value seems to correlate with the airspeed, but I'm not sure if this is what I should be reading for ram air pressure. Thoughts are appreciated.
Thanks very much for any guidance,
Robert
P.S. - Pete thanks for the great product and for ALL your years supporting it.