Reading data from Flight Simulator

Flyer1 picture Flyer1 · Mar 19, 2009 · Viewed 11.7k times · Source

I'm looking at building some hardware components to interface with Microsoft Flight Simulator which (hopefully) will display things that are currently taking up screen real estate (altimeter, airspeed indicator, radios, etc.)

Is there a way to read the values they have while FlightSim is running so that I can synchronize the external, hardware components with what they should be on screen? Preferably relatively quickly so there isn't much lag.

Answer

Peter Richards picture Peter Richards · Mar 19, 2009

This link may provide some insight into the MS Flight Simulator API (SimConnect ): http://msdn.microsoft.com/en-us/library/cc526983.aspx

Specifically, here is an article on Monitoring AI Objects: http://msdn.microsoft.com/en-us/library/cc974114.aspx