Sorin Posted May 26, 2014 Posted May 26, 2014 I find the autopilot very useful and use it quite often. As recently it got "downgraded" to match the real life F15, it has only 2 modes: attitude hold and altitude hold. Altitude hold requires that attitude hold is active. Because the autopilot will not engage all the time, one must check this status. I want to display on my instruments monitor what the current autopilot status is. It should be one of these: Autopilot OFF Attitude Hold Altitude Hold But after a lot of searching I could not find the LUA export for autopilot status (FC3 F-15C)... I have tried this: local nav = LoGetNavigationInfo() local status = nav.ACS.mode I get the value OFF but it remains OFF all the time, so I guess that this export is not valid anymore after so many changes by ED. So I am asking here anyone in the know, please help or point me to where to read about these. PS: I know that the two switches in the cockpit show the autopilot status, but I do not want to keep looking there after each autopilot command.
Sorin Posted May 27, 2014 Author Posted May 27, 2014 I guess that I am asking in the wrong forum... Mods please move this thread to "Input and Output" http://forums.eagle.ru/forumdisplay.php?f=96 Thank you.
Recommended Posts