
Flight Simulator 2020 bindings #
Circuit breakers #
(A:CIRCUIT BREAKER PULLED:x, Bool)
- System index depends on aircraft, reference systems.cfg for exhaustive list
Oxygen #
(L:XMLVAR_Oxygen, Bool)
- 0 off
- 1 on
ELT #
(L:Switch_ELT_1, Enum)
- 0 test
- 1 off/arm
- 2 on
AUX BUS #
(L:XMLVAR_AUX_Bus_ON, Bool)
- 0 off
- 1 on
Reading light switches #
(L:SWS_LIGHTING_Switch_Light_Cabin_x, Bool) xE[1,12]
- 0 off
- 1 on
- SWS_LIGHTING_Switch_Light_Cabin_12 is an Enum and controls the CABIN LIGHTING switch on the knee panel. 0 is OFF, 1 is NORMAL, 2 is ON
Tank selectors (overhead) #
(L:SWS_Kodiak_TankSelector_x, Bool) xE[1,2]
- 0 closed
- 1 open
Harness levers (overhead) #
(L:Lever_Harness_x, Bool) xE[1,2]
- 0 unlocked
- 1 locked
Landing light switch #
(L:SWS_LIGHTING_Switch_Light_Landing, Enum)
- 0 off
- 1 pulse
- 2 on
Stall warning #
(L:STALL_WARNING, Bool)
- 0 off
- 1 on
Starter switch #
(L:SWS_ENGINE_Switch_Starter_ThreeState_1, Enum)
- 0 LO/MOTOR
- 1 Off
- 2 HI START
Ignition switch #
(L: SWS_ENGINE_Switch_Ignition_1, Bool)
- 0 off
- 1 on
Fuel pump switch #
(L:SWS_FUEL_Switch_Pump_1, Enum)
Potentiometers #
(A:LIGHT POTENTIOMETER:x, Percent) x=(2,3,7,11,21)
ESI500 #
(L:SWS_ESI500_Menu_1, Bool):
- 0: released
- 1: pressed
- When assigning, make sure the assignment is momentary otherwise the menu will toggle all the time
(L:SWS_ESI500_Menu_Option_Change, Enum)
- 1: Go left/decrease altimeter #3. Momentary
- +1: Go right/increase altimeter #3. Momentary.
- Automatically reset to 0 by code
(L:SWS_ESI500_Menu_Select, Bool)
- 1: Pressed. Will select menu option or toggle back and forth from STD altimeter
- 0: Released.
Cupholders #
(L:Cupholder_x, Bool) xE[1,8]
- 0 stowed
- 1 deployed
Armrests #
(L:Armrest_x, Bool) xE[1,6]
- 0 stowed
- 1 deployed
Flight Simulator 2024 bindings #
The Kodiak switch bindings for FS2024 are currently the same as FS2020, with the following exceptions:
Electrical master switch #
(B:ELECTRICAL_Switch_Battery_Master_1_Set): Input event where you can feed values to move the master electrical switch.
(L: 1:ELECTRICAL_Switch_Battery_Master_1): controls the red master switch that is located on the left switch panel.
- 0 off
- 1 on
(B:ELECTRICAL_Switch_Battery_Master_1_Toggle): Will toggle the electrical master switch between 0 and 1
Ignition switch #
(B:ENGINE_Switch_Ignition_1_Set)
(L:1:ENGINE_Switch_Ignition_1)
- 0 off
- 1 on
(B:ENGINE_Switch_Ignition_1_Toggle): will toggle the ignition switch between 0 and 1
Circuit breakers #
The 2024 version of the Kodiak has some additional circuit breakers that were not active in 2020.
- (L:1:Kodiak_Breaker_ALTSENSE): toggles the alternator/generator load sensing and will disable the relevant indications on the G1000 MFD
- (L:1:Kodiak_Breaker_Alternator): disconnects the alternator from the electrical system
- (L:1:Kodiak_Breaker_Generator): disconnects the generator from the electrical system

