The event IDs listed here are all related to the aircraft autopilot and flight assistance systems.

Autopilot

IMPORTANT!
The events listed here are not applicable and will not work correctly (if at all) when used with a helicopter.
Key NameEvent IDParametersDescription
AP_AIRSPEED_HOLDKEY_AP_AIRSPEED_HOLDN/AToggles airspeed hold mode
AP_AIRSPEED_OFFKEY_AP_AIRSPEED_OFFN/ATurns airspeed hold off
AP_AIRSPEED_ONKEY_AP_AIRSPEED_ONN/ATurns airspeed hold on
AP_AIRSPEED_SETKEY_AP_AIRSPEED_SET[0]: TRUE/FALSE to enable/disableSets airspeed hold on/off (1,0)
AP_ALT_CURRENT_ALT_SETAP_ALT_CURRENT_ALT_SETN/ASets the autopilot altitude to the current altitude.
AP_HDG_CURRENT_HDG_SETAP_HDG_CURRENT_HDG_SET[0]: slot indexSets the heading of the autopilot of the given “slot” index to the current heading.
AP_ALT_VAR_DECKEY_AP_ALT_VAR_DEC[0]: New reference altitude[1]: IndexDecrements the reference altitude.
AP_ALT_VAR_INCKEY_AP_VS_VAR_INC[0]: New reference altitude[1]: IndexIncrements the reference altitude.
AP_ALT_HOLDKEY_AP_ALT_HOLDN/AToggles altitude hold mode
AP_ALT_HOLD_OFFKEY_AP_ALT_HOLD_OFFN/ATurns off altitude hold mode
AP_ALT_HOLD_ONKEY_AP_ALT_HOLD_ONN/ATurns altitude hold mode on
AP_ALT_RADIO_MODE_OFFKEY_AP_ALT_RADIO_MODE_OFFN/ADeactivate autopilot radio altitude mode.
AP_ALT_RADIO_MODE_ONKEY_AP_ALT_RADIO_MODE_ONN/AActivate autopilot radio altitude mode.
AP_ALT_RADIO_MODE_SETKEY_AP_ALT_RADIO_MODE_SET[0]: boolSet autopilot radio altitude mode.
AP_ALT_RADIO_MODE_TOGGLEKEY_AP_ALT_RADIO_MODE_TOGGLEN/AToggle autopilot radio altitude mode.
AP_ALT_VAR_SET_ENGLISHKEY_AP_ALT_VAR_SET_ENGLISH[0]: New reference altitude[1]: IndexSets altitude reference in feet
AP_ALT_VAR_SET_METRICKEY_AP_VS_VAR_SET_METRIC[0]: New reference altitude[1]: IndexSets reference altitude in meters
AP_APR_HOLDKEY_AP_APR_HOLDN/AToggles approach hold (localizer and glide-slope)
AP_APR_HOLD_OFFKEY_AP_APR_HOLD_OFFN/ATurns off approach hold mode
AP_APR_HOLD_ONKEY_AP_APR_HOLD_ONN/ATurns both AP localizer and glide-slope modes on/armed
AP_ATT_HOLDKEY_AP_ATT_HOLDN/AToggle attitude hold mode
AP_ATT_HOLD_OFFKEY_AP_ATT_HOLD_OFFN/ATurns off attitude hold mode
AP_ATT_HOLD_ONKEY_AP_ATT_HOLD_ONN/ATurns on AP wing leveler and pitch hold mode
AP_AVIONICS_MANAGED_OFFKEY_AP_AVIONICS_MANAGED_OFFN/ATurn off the Managed Avionics mode. This is linked to the SimVar AUTOPILOT AVIONICS MANAGED.
AP_AVIONICS_MANAGED_ONKEY_AP_AVIONICS_MANAGED_ONN/ATurn on the Managed Avionics mode. This is linked to the SimVar AUTOPILOT AVIONICS MANAGED.
AP_AVIONICS_MANAGED_SETKEY_AP_AVIONICS_MANAGED_SET[0]: TRUE/FALSE to enable/disableSet the autopilot managed avionics mode (TRUE for on, FALSE for off).
AP_AVIONICS_MANAGED_TOGGLEKEY_AP_AVIONICS_MANAGED_TOGGLEN/AToggle on/off the avionics managed mode on the autopilot.
AP_BANK_HOLDKEY_AP_BANK_HOLDN/AToggles the autopilot bank hold mode on / off.
AP_BANK_HOLD_OFFKEY_AP_BANK_HOLD_OFFN/ATurns off the autopilot bank hold mode.
AP_BANK_HOLD_ONKEY_AP_BANK_HOLD_ONN/ATurns on the autopilot bank hold mode.
AP_BC_HOLDKEY_AP_BC_HOLDN/AToggles the backcourse mode for the localizer hold
AP_BC_HOLD_OFFKEY_AP_BC_HOLD_OFFN/ATurns off backcourse mode for localizer hold
AP_BC_HOLD_ONKEY_AP_BC_HOLD_ONN/ATurns localizer back course hold mode on/armed
AP_HDG_HOLDKEY_AP_HDG_HOLDN/AToggles heading hold mode
AP_HDG_HOLD_OFFKEY_AP_HDG_HOLD_OFFN/ATurns off heading hold mode
AP_HDG_HOLD_ONKEY_AP_HDG_HOLD_ONN/ATurns heading hold mode on
AP_LOC_HOLDKEY_AP_LOC_HOLDN/AToggles localizer (only) hold mode
AP_LOC_HOLD_OFFKEY_AP_LOC_HOLD_OFFN/ATurns off localizer hold mode
AP_LOC_HOLD_ONKEY_AP_LOC_HOLD_ONN/ATurns AP localizer hold on/armed and glide-slope hold mode off
AP_MACH_VAR_DECKEY_AP_MACH_VAR_DEC[0]: the Index of the engine to target (1 - 4)Decrements the reference mach by the amount set in the systems.cfg using the mach_increment parameter.NOTE: along with the AP_MACH_VAR_DEC, AP_MACH_VAR_SET, and AP_MACH_VAR_SET_EX1 keys, this value is clamped to to the values given in the systems.cfg by the parameters min_Mach_ref and max_Mach_ref (or their default values if not set).
AP_MACH_VAR_INCKEY_AP_MACH_VAR_INC[0]: Index of the engine to target (1 - 4)Increments the reference mach by the amount set in the systems.cfg using the mach_increment parameter.NOTE: along with the AP_MACH_VAR_INC, AP_MACH_VAR_SET, and AP_MACH_VAR_SET_EX1 keys, this value is clamped to to the values given in the systems.cfg by the parameters min_Mach_ref and max_Mach_ref (or their default values if not set).
AP_MACH_HOLDKEY_AP_MACH_HOLDN/AToggles mach hold
AP_MACH_OFFKEY_AP_MACH_OFFN/ATurns mach hold off
AP_MACH_ONKEY_AP_MACH_ONN/ATurns mach hold on
AP_MACH_SETKEY_AP_MACH_SET[0]: TRUE/FALSE to enable/disableSets mach hold on/off (1,0)
AP_MACH_VAR_SETKEY_AP_MACH_VAR_SET[0]: Integer mach value / 100 (eg: 100 as value results as mach 1)[1]: Index of the engine to target (1 - 4)Sets the mach reference.NOTE: along with the AP_MACH_VAR_DEC, AP_MACH_VAR_INC, and AP_MACH_VAR_SET_EX1 keys, this value is clamped to to the values given in the systems.cfg by the parameters min_Mach_ref and max_Mach_ref (or their default values if not set).
AP_MACH_VAR_SET_EX1KEY_AP_MACH_VAR_SET_EX1[0]: Integer mach value \ 1000000 (eg: 1000 as value results as mach 0.001)[1]: Index of the engine to target (1 - 4)Sets the mach reference using a precise value.NOTE: along with the AP_MACH_VAR_DEC, AP_MACH_VAR_INC, and AP_MACH_VAR_SET keys, this value is clamped to to the values given in the systems.cfg by the parameters min_Mach_ref and max_Mach_ref (or their default values if not set).
AP_MANAGED_SPEED_IN_MACH_OFFKEY_AP_MANAGED_SPEED_IN_MACH_OFFN/ATurns off the use of the mach value to compute airspeed used by AP.
AP_MANAGED_SPEED_IN_MACH_ONKEY_AP_MANAGED_SPEED_IN_MACH_ONN/ATurns on the use of the mach value to compute airspeed used by AP.
AP_MANAGED_SPEED_IN_MACH_SETKEY_AP_MANAGED_SPEED_IN_MACH_SET[0]: use TRUE/FALSE to enabled/disableSets the use of the mach value to compute airspeed used by AP.
AP_MANAGED_SPEED_IN_MACH_TOGGLEKEY_AP_MANAGED_SPEED_IN_MACH_TOGGLEN/AToggle the use of the mach value to compute airspeed used by AP.
AP_MASTERKEY_AP_MASTERN/AToggles AP on/off
AP_MASTER_ALTKEY_AP_MASTER_ALTN/ANo longer used in the simulation.Use AP_MASTER instead.
AP_MAX_BANK_ANGLE_SETKEY_AP_MAX_BANK_ANGLE_SET[0]: angleSet the bank angle for the aircraft and override the predefined max bank angle of the aircraft.
AP_MAX_BANK_INCKEY_AP_MAX_BANK_INCN/AIncrement the AP max bank angle index.Note that if there is only one index possible then using this event will do nothing. However if there are 2 or more available indices, this event will increase the index by 1, and when the number passes the maximum available indices - 1, it will loop back around again to index 0. For example, if you have 3 indices, the maximum index is 2, and incrementing past that will go to index 0.NOTE: for further information on indices, please see the AP_MAX_BANK_SET event.
AP_MAX_BANK_DECKEY_AP_MAX_BANK_DECN/ADecrement the AP max bank angle index.Note that if there is only one index possible then using this event will do nothing. However if there are 2 or more available indices, this event will decrease the index by 1, and when the number passes 0, it will loop back around again to the max index - 1 position. For example, if there are 4 indices, and you decrement from 0, the new index will be 3.NOTE: for further information on indices, please see the AP_MAX_BANK_SET event.
AP_MAX_BANK_SETKEY_AP_MAX_BANK_SET[0]: the index to use for max bank angle.Sets the autopilot max bank angle index to the parameter [0] value, where the value is clamped between 0 and the number of available indices. The indices correspond to the number of values set for the max_bank table, plus index 0 which corresponds to the auto banking system. When auto_max_bank is enabled, setting the index to 0 will turn on the AP auto banking.To give an example, if the max_bank table has 2 values and auto_max_bank is enabled, then the indices for this event would be:0: use auto banking1: use the first value in the max_bank table2: use the second value in the max_bank table.If auto banking is not enabled, then setting this to 0 will have no effect.
AP_MAX_BANK_VELOCITY_SETKEY_AP_MAX_BANK_VELOCITY_SET[0]: VelocitySet the bank velocity of the aircraft and overrides the predifined maximum bank velocity of the aircraft.
AP_N1_HOLDKEY_AP_N1_HOLDN/AAutopilot, hold the N1 percentage at its current level.
AP_N1_REF_DECKEY_AP_N1_REF_DECN/ADecrement the autopilot N1 reference.
AP_N1_REF_INCKEY_AP_N1_REF_INCN/AIncrement the autopilot N1 reference.
AP_N1_REF_SETKEY_AP_N1_REF_SET[0]: Integer N1 reference value[1]: Index of the engine to target (1 - 4)Sets the autopilot N1 reference.
AP_NAV_SELECT_SETKEY_AP_NAV_SELECT_SET[0]: the NAVindex to useSets the NAV (1 or 2) which is used by the Nav hold modes
AP_NAV1_HOLDKEY_AP_NAV1_HOLDN/AToggles the nav hold mode
AP_NAV1_HOLD_OFFKEY_AP_NAV1_HOLD_OFFN/ATurns off nav hold mode
AP_NAV1_HOLD_ONKEY_AP_NAV1_HOLD_ONN/ATurns lateral hold mode on
AP_PANEL_ALTITUDE_HOLDKEY_AP_PANEL_ALTITUDE_HOLDN/AToggles altitude hold mode on/off
AP_PANEL_ALTITUDE_OFFKEY_AP_PANEL_ALTITUDE_OFFN/ATurns altitude hold mode off
AP_PANEL_ALTITUDE_ONKEY_AP_PANEL_ALTITUDE_ONN/ATurns altitude hold mode on (without capturing current altitude)
AP_PANEL_ALTITUDE_SETKEY_AP_PANEL_ALTITUDE_SET[0]: TRUE/FALSE to enable/disableSets altitude hold mode on/off (1,0)
AP_PANEL_HEADING_HOLDKEY_AP_PANEL_HEADING_HOLDN/AToggles heading hold mode on/off
AP_PANEL_HEADING_OFFKEY_AP_PANEL_HEADING_OFFN/ATurns heading mode off
AP_PANEL_HEADING_ONKEY_AP_PANEL_HEADING_ONN/ATurns heading mode on (without capturing current heading)
AP_PANEL_HEADING_SETKEY_AP_PANEL_HEADING_SET[0]: TRUE/FALSE to enable/disableSet heading mode on/off (1,0)
AP_PANEL_MACH_HOLDKEY_AP_PANEL_MACH_HOLDN/AToggles mach hold
AP_PANEL_MACH_OFFKEY_AP_PANEL_MACH_OFFN/ATurns off mach hold
AP_PANEL_MACH_ONKEY_AP_PANEL_MACH_ONN/ATurns on mach hold
AP_PANEL_MACH_SETKEY_AP_PANEL_MACH_SET[0]: TRUE/FALSE to enable/disableSets mach hold on/off (1,0)
AP_PANEL_SPEED_HOLDKEY_AP_PANEL_SPEED_HOLDN/AToggles airspeed hold mode
AP_PANEL_SPEED_OFFKEY_AP_PANEL_SPEED_OFFN/ATurns off speed hold mode
AP_PANEL_SPEED_ONKEY_AP_PANEL_SPEED_ONN/ATurns on speed hold mode
AP_PANEL_SPEED_SETKEY_AP_PANEL_SPEED_SET[0]: TRUE/FALSE to enable/disableSet speed hold mode on/off (1,0)
AP_PANEL_VS_OFFKEY_AP_PANEL_VS_OFFN/ATurn off the AP mode that maintains a vertical speed.
AP_PANEL_VS_ONKEY_AP_PANEL_VS_ONN/ATurn on the AP mode that maintains a vertical speed.
AP_PANEL_VS_SETKEY_AP_PANEL_VS_SET[0]: TRUE/FALSE to enable/disableEnables or diables the AP mode that maintains a vertical speed.
AP_PANEL_VS_HOLDKEY_AP_PANEL_VS_HOLDN/AToggles the AP mode that maintains a vertical speed.
AP_PITCH_LEVELERKEY_AP_PITCH_LEVELERN/AToggles the AP mode that maintains the pitch and sets the pitch reference to 0°.
AP_PITCH_LEVELER_OFFKEY_AP_PITCH_LEVELER_OFFN/ATurns off the AP mode that maintains the pitch and sets the pitch reference to 0°.
AP_PITCH_LEVELER_ONKEY_AP_PITCH_LEVELER_ONN/ATurns on the AP mode that maintains the pitch and sets the pitch reference to 0°.
AP_PITCH_REF_INC_DNKEY_AP_PITCH_REF_INC_DNN/ADecrements the pitch reference for pitch hold mode
AP_PITCH_REF_INC_UPKEY_AP_PITCH_REF_INC_UPN/AIncrements the pitch reference for pitch hold mode
AP_PITCH_REF_SELECTKEY_AP_PITCH_REF_SELECTSelects pitch reference for use with +/-
AP_PITCH_REF_SETKEY_AP_PITCH_REF_SET[0]: pitch value between -16384 and 16384Sets the pitch reference value that will be maintained by the AP pitch hold mode. The pitch value supplied as parameter [0] will be divided by 16384 before being multiplied by the max_pitch value.
AP_SPD_VAR_DECKEY_AP_SPD_VAR_DECN/ADecrements airspeed hold reference
AP_SPD_VAR_INCKEY_AP_SPD_VAR_INCN/AIncrements airspeed hold reference
AP_SPD_VAR_SETKEY_AP_SPD_VAR_SET[0]: value in Knots.[1]: the managed index, from 1 to 4, or 0.Sets airspeed reference in knots
AP_SPD_VAR_SET_EX1KEY_AP_SPD_VAR_SET_EX1[0]: value in Knots.[1]: the managed index, from 1 to 4, or 0.Set the airspeed reference, in knots, for the maintain speed AP mode. The speed supplied as parameter [0] will be divided by 100 to give you more precision with the value, for example: giving 55050 will result in an airspeed hold of 550.50 knots. For parameter [1], giving a value of 0 instead of a single index from 1 to 4, then the speed value will be copied to all managed indices.
AP_VS_HOLDKEY_AP_VS_HOLDN/AToggles the AP mode that maintains a vertical speed.
AP_VS_OFFKEY_AP_VS_OFFN/ATurn off the AP mode that maintains a vertical speed.
AP_VS_ONKEY_AP_VS_ONN/ATurn on the AP mode that maintains a vertical speed.
AP_VS_SETKEY_AP_VS_SET[0]: TRUE/FALSE to enable/disableSets the AP mode that maintains a vertical speed.
AP_VS_VAR_DECKEY_AP_VS_VAR_DECN/ADecrements vertical speed reference
AP_VS_VAR_INCKEY_AP_VS_VAR_INCN/AIncrements vertical speed reference
AP_VS_VAR_SET_CURRENTKEY_AP_VS_VAR_SET_CURRENTSets the current managed index vertical speed reference to be the current vertical speed (the current index can be set using AP_VS_SLOT_INDEX_SET). If no vertical speed indicator is on the aircraft, the vertical speed reference will calculated based on the world Y-axis velocity. Note that the resulting value will be clamped between the CFG parameters min_vertical_speed_ref and max_vertical_speed_ref.
AP_VS_VAR_SET_ENGLISHKEY_AP_VS_VAR_SET_ENGLISH[0]: New VS reference[1]: IndexSets reference vertical speed in feet per minute
AP_VS_VAR_SET_METRICKEY_AP_VS_VAR_SET_METRIC[0]: New VS reference[1]: IndexSets vertical speed reference in meters per minute
AP_WING_LEVELERKEY_AP_WING_LEVELERN/AToggles wing leveler mode
AP_WING_LEVELER_OFFKEY_AP_WING_LEVELER_OFFN/ATurns off wing leveler mode
AP_WING_LEVELER_ONKEY_AP_WING_LEVELER_ONN/ATurns wing leveler mode on
AP_PANEL_SPEED_HOLD_TOGGLEKEY_AUTOPILOT_AIRSPEED_HOLD_CURRENTN/ATurns airspeed hold mode on with current airspeed
AP_PANEL_MACH_HOLD_TOGGLEKEY_AUTOPILOT_MACH_HOLD_CURRENTN/ASets mach hold reference to current mach
AP_PANEL_SPEED_ACQ_TOGGLEKEY_AUTOPILOT_AIRSPEED_ACQUIREN/ATriggers both the AP_SPD_VAR_SET (with value 0) event and the AP_AIRSPEED_ON event.NOTE: This is a legacy event and you should be calling the above mentioned events directly.
AUTOPILOT_DISENGAGE_SETKEY_AUTOPILOT_DISENGAGE_SET[0]: boolean value to enable/disable the disengage valueSet if the AP should be disengaged or not.
AUTOPILOT_DISENGAGE_TOGGLEKEY_AUTOPILOT_DISENGAGE_TOGGLEN/AToggle the status of the AP disengage value.
AUTOPILOT_OFFKEY_AUTOPILOT_OFFN/ATurns AP off
AUTOPILOT_ONKEY_AUTOPILOT_ONN/ATurns AP on
AUTOPILOT_PANEL_AIRSPEED_SETKEY_AP_SPD_VAR_SETN/ANot currently used in the simulation.
AUTOPILOT_PANEL_CRUISE_SPEEDKEY_AUTOPILOT_PANEL_CRUISE_SPEEDN/ANo longer used in the simulation.Previously used by the Concorde flight model.
AUTOPILOT_PANEL_MAX_SPEEDKEY_AUTOPILOT_PANEL_MAX_SPEEDN/ANo longer used in the simulation.Previously used by the Concorde flight model.
ALTITUDE_SLOT_INDEX_SETKEY_AP_ALTITUDE_SLOT_INDEX_SETSets the index for the SimVar AUTOPILOT ALTITUDE LOCK VAR which the altitude hold mode will track when captured. See alt_mode_slot_index for more information.
FLIGHT_LEVEL_CHANGEKEY_AP_FLIGHT_LEVEL_CHANGEN/AToggles the autopilot FLC mode on or off. When on, the AP will adjust the engine power to try and fly the aircraft at a pitch attitude corresponding to the desired flight profile (climb or descent), while maintaining the airspeed reference.
FLIGHT_LEVEL_CHANGE_OFFKEY_AP_FLIGHT_LEVEL_CHANGE_OFFN/ATurns off the autopilot FLC mode.
FLIGHT_LEVEL_CHANGE_ONKEY_AP_FLIGHT_LEVEL_CHANGE_ONN/ATurn on the autopilot FLC mode. This mode adjusts engine power to fly the aircraft at a pitch attitude corresponding to the desired flight profile (climb or descent), while maintaining the airspeed reference.
HEADING_SLOT_INDEX_SETKEY_AP_HEADING_SLOT_INDEX_SET[0]: slot index from 1 to 4Set autopilot heading slot index.
RPM_SLOT_INDEX_SETKEY_AP_RPM_SLOT_INDEX_SET[0]: slot index from 1 to 4Sets the managed index for the RPM hold mode.
SPEED_SLOT_INDEX_SETKEY_AP_SPEED_SLOT_INDEX_SET[0]: slot index from 1 to 4Sets the managed index for the speed hold mode.
VS_SLOT_INDEX_SETKEY_AP_VS_SLOT_INDEX_SET[0]: slot index from 1 to 4Sets the managed index for the vertical speed hold mode.

Flight Assistance

Key NameEvent IDParametersDescription
AIRSPEED_BUG_SELECTKEY_AIRSPEED_BUG_SELECT[0]: the reference valueSelects the airspeed reference for use with +/-
ALTITUDE_BUG_SELECTKEY_ALTITUDE_BUG_SELECT[0]: the reference valueSelects the altitude reference for use with +/-
AUTO_THROTTLE_ARMKEY_AUTO_THROTTLE_ARMN/AToggles autothrottle arming mode
AUTO_THROTTLE_DISCONNECTKEY_AUTO_THROTTLE_DISCONNECT[0]: The engine to target. Use 0 to target all engines, or 1 to 16 to target a specific engine.Disconnect the AutoThrottle of the AP for one engine or all engines.
AUTO_THROTTLE_TO_GAKEY_AUTO_THROTTLE_TO_GAN/AToggles Takeoff/Go Around mode
AUTOBRAKE_DISARMKEY_AUTOBRAKE_DISARMN/ASets the autobrake switch to either :the off position (position 1) when the auto_brakes parameter is greater than 0.the RTO position (position 0) when the auto_brakes parameter is 0.
AUTOBRAKE_HI_SETKEY_AUTOBRAKE_HI_SETN/ASets the autobrake switch to the maximum position (ie: the auto_brakes number, so that the maximum braking force will be applied).
AUTOBRAKE_LO_SETKEY_AUTOBRAKE_LO_SETN/ASets the autobrake switch to the minimum position (position 2, the first position after the off position).
AUTOBRAKE_MED_SETKEY_AUTOBRAKE_MED_SETN/ASets the autobrake switch to a medium position (the exact position will depend on the number of autobreaks defined by the auto_brakes parameter).
DECREASE_AUTOBRAKE_CONTROLKEY_DEC_AUTOBRAKE_CONTROLN/ADecrements the autobrake level by 1. When the level reaches 0, autobreaks will be off, and the event will no longer decrement further.
FLY_BY_WIRE_ELAC_TOGGLEKEY_FLY_BY_WIRE_ELAC_TOGGLEN/ATurn on or off the fly by wire Elevators and Ailerons computer.
FLY_BY_WIRE_FAC_TOGGLEKEY_FLY_BY_WIRE_FAC_TOGGLEN/ATurn on or off the fly by wire Flight Augmentation computer.
FLY_BY_WIRE_SEC_TOGGLEKEY_FLY_BY_WIRE_SEC_TOGGLEN/ATurn on or off the fly by wire Spoilers and Elevators computer.
GPWS_SWITCH_TOGGLEKEY_GPWS_SWITCH_TOGGLEN/ATurn the ground proximity warning system (GPWS) on or off.
HEADING_BUG_DECKEY_HEADING_BUG_DECN/ADecrements heading hold reference bug
HEADING_BUG_INCKEY_HEADING_BUG_INCN/AIncrements heading hold reference bug
HEADING_BUG_SELECTKEY_HEADING_BUG_SELECT[0]: heading bug indexSelects the heading bug for use with +/-
HEADING_BUG_SETKEY_HEADING_BUG_SET[0]: Value in degrees[1]: IndexSet the heading hold reference bug in degrees. The event takes integer values only, from 0º to 360º.
AP_HEADING_BUG_SET_EX1KEY_HEADING_BUG_SET_EX1[0]: Value between 0 and 16384[1]: IndexSet the heading hold reference bug. This is the same as the HEADING_BUG_SET event only it permits a much greater degree of precision by permitting the input of a larger integer value that is then transformed by the simulation into a floating point heading. The way this works is that the integer value you supply is multiplied by (360/16384) to give the correct higher precision value, for example if you supply the value 477, you’re heading would be calculated like this:input value: 477process: 477 * (360/16384)actual value: 10.504º
INCREASE_AUTOBRAKE_CONTROLKEY_INC_AUTOBRAKE_CONTROLN/AIncreases the autobrake level by 1. When the level reaches the auto_brakes value, the event will no longer increment further.
SET_AUTOBRAKE_CONTROLKEY_SET_AUTOBRAKE_CONTROL[0]: autobreak levelUses the input parameter [0] to set the autobreak level from 0 (off) to the value set for the auto_brakes parameter (maximum breaking). If a value greater than that specified for auto_brakes is given as input, it will be clamped to the auto_brakes value.
SYNC_FLIGHT_DIRECTOR_PITCHKEY_SYNC_FLIGHT_DIRECTOR_PITCHN/ASynchronizes flight director pitch with current aircraft pitch
TOGGLE_FLIGHT_DIRECTORKEY_TOGGLE_FLIGHT_DIRECTORN/AToggles flight director on/off
YAW_DAMPER_TOGGLEKEY_YAW_DAMPER_TOGGLEN/AToggles yaw damper on/off
YAW_DAMPER_ONKEY_YAW_DAMPER_ONN/ATurns yaw damper on
YAW_DAMPER_OFFKEY_YAW_DAMPER_OFFN/ATurns yaw damper off
YAW_DAMPER_SETKEY_YAW_DAMPER_SET[0]: enable/disable yaw damper (TRUE, FALSE)Sets yaw damper on/off (1,0)
VSI_BUG_SELECTKEY_VSI_BUG_SELECT[0]: reference valueSelects the vertical speed reference for use with +/-

G1000 (Multi-Function Display)

Key NameEvent IDParametersDescription
G1000_MFD_CLEAR_BUTTONKEY_G1000_MFD_CLEAR_BUTTONN/AClears the current input.
G1000_MFD_CURSOR_BUTTONKEY_G1000_MFD_CURSOR_BUTTONN/AToggles on or off a screen cursor.
G1000_MFD_DIRECTTO_BUTTONKEY_G1000_MFD_DIRECTTO_BUTTONN/ATurn to the Direct To page.
G1000_MFD_ENTER_BUTTONKEY_G1000_MFD_ENTER_BUTTONN/AEnters the current input.
G1000_MFD_FLIGHTPLAN_BUTTONKEY_G1000_MFD_FLIGHTPLAN_BUTTONN/AThe multi-function display (MFD) should display its current flight plan.
G1000_MFD_GROUP_KNOB_DECKEY_G1000_MFD_GROUP_KNOB_DECN/AStep down through the page groups.
G1000_MFD_GROUP_KNOB_INCKEY_G1000_MFD_GROUP_KNOB_INCN/AStep up through the page groups.
G1000_MFD_MENU_BUTTONKEY_G1000_MFD_MENU_BUTTONN/AIf a segmented flight plan is highlighted, activates the associated menu.
G1000_MFD_PAGE_KNOB_DECKEY_G1000_MFD_PAGE_KNOB_DECN/AStep down through the individual pages.
G1000_MFD_PAGE_KNOB_INCKEY_G1000_MFD_PAGE_KNOB_INCN/AStep up through the individual pages.
G1000_MFD_PROCEDURE_BUTTONKEY_G1000_MFD_PROCEDURE_BUTTONN/ATurn to the Procedure page.
G1000_MFD_SOFTKEY1G1000_MFD_SOFTKEY2G1000_MFD_SOFTKEY3G1000_MFD_SOFTKEY4G1000_MFD_SOFTKEY5G1000_MFD_SOFTKEY6G1000_MFD_SOFTKEY7G1000_MFD_SOFTKEY8G1000_MFD_SOFTKEY9G1000_MFD_SOFTKEY10G1000_MFD_SOFTKEY11G1000_MFD_SOFTKEY12KEY_G1000_MFD_SOFTKEY1KEY_G1000_MFD_SOFTKEY2KEY_G1000_MFD_SOFTKEY3KEY_G1000_MFD_SOFTKEY4KEY_G1000_MFD_SOFTKEY5KEY_G1000_MFD_SOFTKEY6KEY_G1000_MFD_SOFTKEY7KEY_G1000_MFD_SOFTKEY8KEY_G1000_MFD_SOFTKEY9KEY_G1000_MFD_SOFTKEY10KEY_G1000_MFD_SOFTKEY11KEY_G1000_MFD_SOFTKEY12N/AInitiate the action for the icon displayed in the softkey position.
G1000_MFD_ZOOMIN_BUTTONKEY_G1000_MFD_ZOOMIN_BUTTONN/AZoom in on the current map.
G1000_MFD_ZOOMOUT_BUTTONKEY_G1000_MFD_ZOOMOUT_BUTTONN/AZoom out on the current map.
G1000_PFD_CLEAR_BUTTONKEY_G1000_PFD_CLEAR_BUTTONN/AClears the current input.
G1000_PFD_CURSOR_BUTTONKEY_G1000_PFD_CURSOR_BUTTONN/ATurns on or off a screen cursor.
G1000_PFD_DIRECTTO_BUTTONKEY_G1000_MFD_DIRECTTO_BUTTONN/ATurn to the Direct To page.
G1000_PFD_ENTER_BUTTONKEY_G1000_PFD_ENTER_BUTTONN/AEnters the current input.
G1000_PFD_FLIGHTPLAN_BUTTONKEY_G1000_PFD_FLIGHTPLAN_BUTTONN/AThe primary flight display (PFD) should display its current flight plan.
G1000_PFD_GROUP_KNOB_INCKEY_G1000_PFD_GROUP_KNOB_INCN/AStep up through the page groups.
G1000_PFD_GROUP_KNOB_DECKEY_G1000_PFD_GROUP_KNOB_DECN/AStep down through the page groups.
G1000_PFD_MENU_BUTTONKEY_G1000_PFD_MENU_BUTTONN/AIf a segmented flight plan is highlighted, activates the associated menu.
G1000_PFD_PAGE_KNOB_INCKEY_G1000_PFD_PAGE_KNOB_INCN/AStep up through the individual pages.
G1000_PFD_PAGE_KNOB_DECKEY_G1000_PFD_PAGE_KNOB_DECN/AStep down through the individual pages.
G1000_PFD_PROCEDURE_BUTTONKEY_G1000_PFD_PROCEDURE_BUTTONN/ATurn to the Procedure page.
G1000_PFD_SOFTKEY1G1000_PFD_SOFTKEY2G1000_PFD_SOFTKEY3G1000_PFD_SOFTKEY4G1000_PFD_SOFTKEY5G1000_PFD_SOFTKEY6G1000_PFD_SOFTKEY7G1000_PFD_SOFTKEY8G1000_PFD_SOFTKEY9G1000_PFD_SOFTKEY10G1000_PFD_SOFTKEY11G1000_PFD_SOFTKEY12KEY_G1000_PFD_SOFTKEY1KEY_G1000_PFD_SOFTKEY2KEY_G1000_PFD_SOFTKEY3KEY_G1000_PFD_SOFTKEY4KEY_G1000_PFD_SOFTKEY5KEY_G1000_PFD_SOFTKEY6KEY_G1000_PFD_SOFTKEY7KEY_G1000_PFD_SOFTKEY8KEY_G1000_PFD_SOFTKEY9KEY_G1000_PFD_SOFTKEY10KEY_G1000_PFD_SOFTKEY11KEY_G1000_PFD_SOFTKEY12N/AInitiate the action for the icon displayed in the softkey position.
G1000_PFD_ZOOMIN_BUTTONKEY_G1000_PFD_ZOOMIN_BUTTONN/AZoom in on the current map.
G1000_PFD_ZOOMOUT_BUTTONKEY_G1000_PFD_ZOOMOUT_BUTTONN/AZoom out on the current map.

Virtual Copilot

Key NameEvent IDParametersDescription
VIRTUAL_COPILOT_ACTIONKEY_VIRTUAL_COPILOT_ACTIONN/ATriggers action noted in Flying Tips
VIRTUAL_COPILOT_SETKEY_VIRTUAL_COPILOT_SET[0]: Enable or disable (TRUE/FALSE)Sets Flying Tips on/off (1,0)
VIRTUAL_COPILOT_TOGGLEKEY_VIRTUAL_COPILOT_TOGGLEN/ATurns Flying Tips on/off

G-Limiter

Key NameEvent IDParametersDescription
G_LIMITER_OFFKEY_G_LIMITER_OFF
G_LIMITER_ONKEY_G_LIMITER_ON
G_LIMITER_SETKEY_G_LIMITER_SET
G_LIMITER_TOGGLEKEY_G_LIMITER_TOGGLE