- Messages
- 1,749
- Country

I am using currently using "APP_ATT_HOLD" event for holding the VS mode. But this also holds the wings level. I am ok with this if there is no other solution.
I have written plenty of custom xml codes to create hold modes like IAS and ALT/HLD for the current altitude when engaged. But this one i am not sure since the altitude select hold mode will capture the altitude alerter hold value which we do not want. VS should just hold the pitch when engaged and stay like this no matter what the alerter setting is set to.
So i tried to use "AP_PANEL_ALTITUDE_ON" which states: Turns altitude hold mode on (without capturing current altitude)
But i can't find a variable to check if it's turning on (which it seems to do nothing) and not sure if this is an actual hold mode or just allows the altitude hold mode to be active.
Any help on a working VS hold mode would be awesome!
---------------------
Another problem:
I have a co-pilot HSI and have set it up for NAV 2. But the event code for holding nav only has "AP_NAV1_HOLD_ON" and it not engaging. There is no nav2 event but there is nav 2 variables. Why would this NAV1 event not hold a nav 2 frequency? How can i hold a nav 2 frequency?
And i have the radio section in the cfg setup up for both:
Nav1 1,1,1
nav2 1,1,1
Also the co-pilot HSI cdi is picking up the nav 2 signal but the autopilot will only hold nav 1 and both nav 1 and nav 2 are allowing the ap nav to engage but nav 2 will not hold the lateral direction.
I have written plenty of custom xml codes to create hold modes like IAS and ALT/HLD for the current altitude when engaged. But this one i am not sure since the altitude select hold mode will capture the altitude alerter hold value which we do not want. VS should just hold the pitch when engaged and stay like this no matter what the alerter setting is set to.
So i tried to use "AP_PANEL_ALTITUDE_ON" which states: Turns altitude hold mode on (without capturing current altitude)
But i can't find a variable to check if it's turning on (which it seems to do nothing) and not sure if this is an actual hold mode or just allows the altitude hold mode to be active.
Any help on a working VS hold mode would be awesome!
---------------------
Another problem:
I have a co-pilot HSI and have set it up for NAV 2. But the event code for holding nav only has "AP_NAV1_HOLD_ON" and it not engaging. There is no nav2 event but there is nav 2 variables. Why would this NAV1 event not hold a nav 2 frequency? How can i hold a nav 2 frequency?
And i have the radio section in the cfg setup up for both:
Nav1 1,1,1
nav2 1,1,1
Also the co-pilot HSI cdi is picking up the nav 2 signal but the autopilot will only hold nav 1 and both nav 1 and nav 2 are allowing the ap nav to engage but nav 2 will not hold the lateral direction.
Last edited:


