Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Sim Variables

DG edited this page Jan 25, 2021 · 22 revisions

Sim Variables

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)

  • HDG - L:WT_CJ4_HDG_ON
  • LNAV - L:WT_CJ4_NAV_ON
  • APPR - n/a
  • VNAV - L:WT_CJ4_VNAV_ON
  • VS - L:WT_CJ4_VS_ON
  • FLC - L:WT_CJ4_FLC_ON
Clone this wiki locally