You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2024. It is now read-only.
Since our AP runs independent from the sim AP you can no longer use the default K Events to trigger AP modes.
For the AP variables like HDG, Alt preselect, VS you must use indexed events. These should usually go to index '1'
AP Mode triggers
The triggers for AP modes are H Events which stock SimConnect has no access to. External apps seem to be adding modules which would support LVars and HEvents. So ask the developer of your external binding application to add this feature.
HDG - H:WT_CJ4_AP_HDG_PRESSED
LNAV - H:WT_CJ4_AP_NAV_PRESSED
APPR - H:WT_CJ4_AP_APPR_PRESSED
VNAV - H:WT_CJ4_AP_VNAV_PRESSED
VS - H:WT_CJ4_AP_VS_PRESSED
FLC - H:WT_CJ4_AP_FLC_PRESSED
AP Mode indicators
The indication for active AP modes is run via LVars (read-only)