RPN code for the “UP DN” rocker (KFC 150 autopilot) ?
Baron Professional
7
Posts
2
Posters
50
Views
1
Watching
-
Here is the complete RPN:
UP
(A:CIRCUIT ON:61, bool) (L:var_AutopilotTest, bool) ! and if{ (A:AUTOPILOT PITCH HOLD, Bool) if{ (>K:AP_PITCH_REF_INC_UP) } els{ (A:AUTOPILOT VERTICAL HOLD, Bool) if{ (>K:AP_VS_VAR_INC) } els{ (A:AUTOPILOT ALTITUDE LOCK VAR, FEET) 35000 < if{ 100 (>K:AP_ALT_VAR_INC) } } } }DOWN
(A:CIRCUIT ON:61, bool) (L:var_AutopilotTest, bool) ! and if{ (A:AUTOPILOT PITCH HOLD, Bool) if{ (>K:AP_PITCH_REF_INC_DN) } els{ (A:AUTOPILOT VERTICAL HOLD, Bool) if{ (>K:AP_VS_VAR_DEC) } els{ (A:AUTOPILOT ALTITUDE LOCK VAR, FEET) 0 > if{ 100 (>K:AP_ALT_VAR_DEC) } } } } -
Oh, I left in the circuit names. Try now.
-
I just edited it again. If that doesn't work, then someone with more FSUIPC experience might have to chime in.