Skip to navigation Skip to content
Your Simworks Cart
simworks studios logo transparent
€0.00 0
  • Home
  • Shop
    • Flight Simulator 2024
      • Aircraft
    • Flight Simulator 2020
      • Aircraft
      • Scenery
    • Gift Card
    • My Wishlist
    • My Cart
  • In Development
  • Help
    • Product Manuals
    • Support
    • Product Changelogs
  • About
    • Contact Form
Useful Links
  • My Account – Login
  • Orders
  • Documentation
  • Encyclopedia
  • Wishlist
  • Logout
€0.00 0

Kodiak 100 Manuals

5
  • Kodiak 100 – Aircraft Manual
  • Kodiak 100 – Preflight Inspection supplement (FS2024)
  • Kodiak 100 – Amphibian Supplement
  • Kodiak 100 – Switch variables and bindings
  • Kodiak 100 – Known issues

Maia Airport Manuals

1
  • Maia Airport – Known issues

PC-12 Legacy Manuals

1
  • PC-12 Legacy – Known Issues

RV-10 Manuals

1
  • RV-10 – Known issues

RV-14/14A Manuals

1
  • RV-14/14A – Known issues

Zenith CH701 STOL Manuals

1
  • Zenith CH701 STOL – Known issues
View Categories
  • Home
  • Documentation
  • Product Manuals
  • Kodiak 100 Manuals
  • Kodiak 100 – Switch variables and bindings

Kodiak 100 – Switch variables and bindings

Estimated Reading Time: 4 min read

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 #

With the introduction of MSFS 2024 standards, the SWS Kodiak now fully supports Input Events (B-Vars) alongside traditional L-Vars. This provides more robust integration for hardware configurations.

B-Vars can be triggered using the following commands in your hardware configuration software (e.g., SPAD.neXt, AxisAndOhs, Mobiflight):

>B:Event_Name_Set
>B:Event_Name_Toggle
>B:Event_Name_Inc
>B:Event_Name_Dec

Electrical System #

Switch / ComponentL-VarB-VarStates
Battery Master 1L:1:ELECTRICAL_Switch_Battery_Master_1B:SWS_ELECTRICAL_Switch_Battery_Master_10 = OFF
1 = ON
ELT (Emergency Locator Transmitter)
Legacy: L:Switch_ELT_1
L:1:SWS_ELECTRICAL_Switch_ELTB:SWS_ELECTRICAL_Switch_ELT0 = ON
1 = OFF / ARM
2 = TEST
AUX BUSL:1:SWS_ELECTRICAL_SWITCH_AUXILIARYBUSB:SWS_ELECTRICAL_SWITCH_AUXILIARYBUS0 = OFF
1 = ON

Engine System #

Switch / ComponentL-VarB-VarStates
Starter SwitchL:1:SWS_ENGINE_Switch_Starter_1B:SWS_ENGINE_Switch_Starter_10 = HI / START
1 = OFF
2 = LO / MOTOR
Ignition SwitchL:1:ENGINE_Switch_Ignition_1B:SWS_ENGINE_Switch_Ignition_10 = OFF
1 = ON

Fuel System #

Switch / ComponentL-VarB-VarStates
Auxiliary Fuel Pump (2-State)L:1:SWS_FUEL_Switch_Pump_1B:SWS_FUEL_Switch_Pump_10 = OFF
1 = ON
Auxiliary Fuel Pump (3-State)L:1:SWS_FUEL_Switch_Pump_1B:SWS_FUEL_Switch_Pump_10 = ON
1 = STANDBY
2 = OFF

Lighting System #

Switch / ComponentL-VarB-VarStates
Landing Light (Pulse)L:1:SWS_LIGHTING_Switch_Light_LandingB:SWS_LIGHTING_Switch_Light_Landing0 = ON
1 = PULSE
2 = OFF
Cabin LightsL:1:SWS_LIGHTING_Switch_Light_CABIN_1B:SWS_LIGHTING_Switch_Light_CABIN_10 = ON
1 = NORMAL
2 = OFF
Reading Light SwitchesL:SWS_LIGHTING_Switch_Light_Cabin_x
(x ∈ [1,12])
—0 = OFF
1 = ON

Note: Switch 12 is an Enum controlling the CABIN LIGHTING switch on the knee panel (0=OFF, 1=NORMAL, 2=ON).
Lighting PotentiometersA:LIGHT POTENTIOMETER:x
(x = 2, 3, 7, 11, 21)
—0–100 (Percent)

Circuit Breakers #

All circuit breakers follow the same state logic: 0 = PULLED (OFF) / 1 = PUSHED (ON).

Heating & De-Ice #

BreakerL-VarB-Var
Standby Ice ProtectionL:1:KODIAK_Breaker_STBYICEPROTB:SWS_ELECTRICAL_Breaker_STBYICEPROT
Stall HeatL:1:KODIAK_Breaker_STALLHEATB:SWS_ELECTRICAL_Breaker_STALLHEAT

Avionics & Instruments #

BreakerL-VarB-Var
Engine AFM InstrumentsL:1:KODIAK_Breaker_ENGAFMB:SWS_ELECTRICAL_Breaker_ENGAFM
Storm ScopeL:1:KODIAK_Breaker_STORMSCOPEB:SWS_ELECTRICAL_Breaker_STORMSCOPE
XM WXL:1:KODIAK_Breaker_XMWXB:SWS_ELECTRICAL_Breaker_XMWX

Flight Controls & Trim #

BreakerL-VarB-Var
Pitch TrimL:1:KODIAK_Breaker_TRIMPITCHB:SWS_ELECTRICAL_Breaker_TRIMPITCH
Rudder TrimL:1:KODIAK__Breaker_TRIMRDRB:SWS_ELECTRICAL_Breaker_TRIMRDR
Aileron TrimL:1:KODIAK__Breaker_TRIMAILB:SWS_ELECTRICAL_Breaker_TRIMAIL
Flaps IndicatorL:1:KODIAK_Breaker_FLAPSINDB:SWS_ELECTRICAL_Breaker_FLAPSIND

Engine & Fuel #

BreakerL-VarB-Var
Low Fuel WarningL:1:KODIAK_Breaker_LOWFUELB:SWS_ELECTRICAL_Breaker_LOWFUEL

Miscellaneous #

BreakerL-VarB-Var
ALT SENSEL:1:KODIAK_Breaker_ALTSENSEB:SWS_ELECTRICAL_Breaker_ALTSENSE
AlternatorL:1:KODIAK_Breaker_ALTERNATORB:SWS_ELECTRICAL_Breaker_ALTERNATOR
GeneratorL:1:KODIAK_Breaker_GENERATORB:SWS_ELECTRICAL_Breaker_GENERATOR

Cabin & Miscellaneous Systems #

The variables below are L-Var only — no B-Var equivalent.

Switch / ComponentL-VarStates / Usage
OxygenL:XMLVAR_Oxygen0 = OFF
1 = ON
Harness Levers (Overhead)L:Lever_Harness_x
(x ∈ [1,2])
0 = UNLOCKED
1 = LOCKED
Stall WarningL:STALL_WARNING0 = OFF
1 = ON
CupholdersL:Cupholder_x
(x ∈ [1,8])
0 = STOWED
1 = DEPLOYED
ArmrestsL:Armrest_x
(x ∈ [1,6])
0 = STOWED
1 = DEPLOYED

ESI500 Standby Instrument #

ControlL-VarStates / Usage
Menu ButtonL:SWS_ESI500_Menu_10 = RELEASED
1 = PRESSED

Note: Assign as momentary to prevent continuous toggling.
Menu Option ChangeL:SWS_ESI500_Menu_Option_Change-1 = Go left / decrease altimeter #3 (Momentary)
+1 = Go right / increase altimeter #3 (Momentary)
Menu SelectL:SWS_ESI500_Menu_Select0 = RELEASED
1 = PRESSED (Selects menu option or toggles STD altimeter)
Updated on 08/06/2026

How useful was this article?

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Kodiak 100 – Amphibian SupplementKodiak 100 – Known issues
Table of Contents
  • Flight Simulator 2020 bindings
    • Circuit breakers
    • Oxygen
    • ELT
    • AUX BUS
    • Reading light switches
    • Tank selectors (overhead)
    • Harness levers (overhead)
    • Landing light switch
    • Stall warning
    • Starter switch
    • Ignition switch
    • Fuel pump switch
    • Potentiometers
    • ESI500
    • Cupholders
    • Armrests
  • Flight Simulator 2024 bindings
  • Electrical System
  • Engine System
  • Fuel System
  • Lighting System
  • Circuit Breakers
    • Heating & De-Ice
    • Avionics & Instruments
    • Flight Controls & Trim
    • Engine & Fuel
    • Miscellaneous
  • Cabin & Miscellaneous Systems
  • ESI500 Standby Instrument

Shop

  • FS2020 Aircraft
  • FS2020 Scenery
  • FS2024 Aircraft
  • Gift Card

Account

  • My Account
  • My Orders
  • Wishlist
  • Documentation
  • Support

About

  • Blog
  • Community
  • Terms & Conditions
  • Privacy Policy
  • Brand Assets
  • Collaborate

Follow Us

Discord Facebook X-twitter Youtube
© 2026 Simworks Studios LTD. All rights reserved
simworks studios payment icons white
Simworks Studios
Manage Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
  • Manage options
  • Manage services
  • Manage {vendor_count} vendors
  • Read more about these purposes
View preferences
  • {title}
  • {title}
  • {title}
Simworks Studios
Manage Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
  • Manage options
  • Manage services
  • Manage {vendor_count} vendors
  • Read more about these purposes
View preferences
  • {title}
  • {title}
  • {title}