This site is being deprecated.

Please see the official X‑Plane Support page for help.

0 votes
asked by (12 points)
I want to send the output of how the display moves (bank, pitch, etc..) to actuators which will move my full motion simulator.

1 Answer

0 votes
answered by (29 points)
Hi Joebar,

You can create a Plugin and get the attitutde with XPLMGetDataF (exp.: "Sim/flightmodel/position/true_theta" for pitch) and then send those values over your desired interface (Network, USB, etc) to your motion controller.

I use QT framework for writing plugins this makes it straight forward when creating UDP connections to certain devices like other PC or in my case raspberry pi.

Cheers
...