This site is being deprecated.

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

0 votes
asked by (16 points)
I've written a plugin that exports heading/pitch and roll for a pilot head up display.

I want the update rate to be every 16.7mS - so I set the value to 0.0167 as the interval in FlightLoopCallback method.

I'm only getting about 1 sec updates. How do i get faster update rates

1 Answer

0 votes
answered by (16 points)
sorted - return value at the end of the callback function must also match the value 0.0167
...