vote up 4 vote down star
1

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.

flag
I assume from the promising answers below that you'll have no trouble with your original goal of integrating with MS Flight Sim, but if you do, you may want to check out FlightGear, which is an open source flight sim. It's fairly high quality, from what I've seen. – rmeador Mar 19 at 16:48
I am considering Flight Gear as well, I haven't had a chance to try it yet (school's getting in the way) but hopefully during the summer I'll get to play with it. Thanks for the suggestion! – Danny Mar 19 at 17:24
X-Plane has the ability to be interfaced too. freedomworks.ca/tag/x-plane-sdk – epatel Mar 19 at 18:09
Some time back I helped a gentleman with an application to send data to X-Plane. IIRC, it was very easy to send data, X-Plane had an open port you could send commands with a very simple Java socket connection. Could cause instrument failures, etc. Not sure on reading data, but likely similar. – Peter Richards Mar 19 at 23:50

3 Answers

vote up 3 vote down check

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

link|flag
vote up 1 vote down

Look at the MS SimConnect API:

http://www.fs-seine-75.com/SDK/Core%20Utilities%20Kit/SimConnect%20SDK/SimConnect.htm

link|flag
vote up 1 vote down

Have a look at Project Magenta

With several thousand installations to date, from desk-top systems to approved flight training devices, Project Magenta has become a very recognizable name in flight simulation. Our products span from type-specific glass cockpits, flight management systems and interfacting software to data logging and traditional IFR training software.

This project use a interface module called FSUIPC

  • link 3

    FSUIPC4 is an add-in for Microsoft Flight Simulator X which provides an interface for other programs to read and write all sorts of pertinent data relating to the simulation, and in many ways even to control the actual process itself.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.