AAO for Turbine start up switches
-
I am looking to assign my dual 5 position rotary knobs to create a start up sequence for the Duke Turbine. I show in the video what it is that I am trying to achieve. I know there are LVARs for this addon for these events but not sure if there is a better way and or if they work for what I am trying to achieve.
-
Amazing video again. Thank you for the clear explanation. Indeed, anything is possible with my aircraft and hardware bindings. Someone else will have to advise exactly how to achieve this with Axes and Oh's, but I can tell you the exact L:Var sequence you're looking for to achieve it.
From left to right... Position 1: L:var_FuelPumpSwitch_L = 1 L:var_StarterGenSwitch_L = 1 L:var_IgnitionSwitch_L = 1 Position 2: L:var_FuelPumpSwitch_L = 0 (0 = WING, 2 = AUX) L:var_StarterGenSwitch_L = 1 L:var_IgnitionSwitch_L = 1 Position 3: L:var_FuelPumpSwitch_L = 0 L:var_StarterGenSwitch_L = 1 L:var_IgnitionSwitch_L = 0 (0 = ON, 2 = AUTO) Position 4: L:var_FuelPumpSwitch_L = 0 L:var_StarterGenSwitch_L = 2 L:var_IgnitionSwitch_L = 0 Position 5: L:var_FuelPumpSwitch_L = 0 L:var_StarterGenSwitch_L = 0 L:var_IgnitionSwitch_L = 0
I hope that helps get you started! Let me know if you have any more questions.