Variables for climbing/descending

Hi, is there any event or variable that informs that aircraft is ascending/descending to autopilot selected altitude?

Thanks in advance,

Jesus

Hi Jesus. (Never thought I’d ever write that!) :slight_smile:

Have a look at these. There might be something useful there.

https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Aircraft_SimVars/Aircraft_AutopilotAssistant_Variables.htm?rhhlterm=autopilot&rhsearch=autopilot

https://docs.flightsimulator.com/html/Programming_Tools/WASM/Gauge_API/Token_Vars/Token_Variables.htm?rhhlterm=autopilot&rhsearch=autopilot

Perhaps you could check to see whether VS or FLC is enabled. Below would indicate VS mode is active.

AUTOPILOT DEFAULT PITCH MODE = 3

And this would indicate your actual vertical speed:

AUTOPILOT VERTICAL HOLD VAR

1 Like