Missing LVARs for numerous switches
-
Update:
Switches that the var can be set but doesn't reflect position in the cockpit
- EXT Power
- LEFT ENG ANTI-ICE
- RIGHT ENGINE ANTI-ICE
- CROSSFEED FLOW (Has position 7 but 144 isn't available)
- Avionics MASTER PWR - same vars can be set the switch does - however the actual function of powering the avionics doesn't happen. Hidden var in action.
- DEICE SINGLE
- STALL WARN
- PITOT LEFT
- PITOT RIGHT
Switches that have no VARs that can be set
- INVERTER 1&2
- ELEC HEATER
- AFT BLOWER
- CABIN MASTER
- BRAKE DEICE
- FUEL VENT LEFT
- FUEL VENT RIGHT
-
From the developer...
'Yes, more convenience features for home cockpit builders were added in the last update. As it stands, all features of the Analog King Air are compatible with external hardware. Since the Analog King Air does not using WASM, all code for control bindings is accessible in AnalogKingAir.xml. For specific questions, please contact support, and they will direct the question to me. I haven't had a request that wasn't immediately possible yet!'
-
@meh1951 see below for details on some of the information you may be looking for (KA setup)
Pitot
Crossfeed
Brake Deice
Ext Power
it works sometimes, but sometimes not - still trying to figure out what the problem is.Ext Power On - this sequence will power on but no switch movement
Ext Power Off
Stall Warn
Cabin Master
Avionics
For Avionics Off use the same code just set VAR_AVIONICSMASTERSWITCH to 0
Eng Anti-Ice
Set LVAR:XMLVAR_INTERSEP_L to 1 (Anti-Ice ON)
Use LVAR:XMLVAR_INTERSEP_R for Right Eng Anti-IceAft Blower
Elec Heater
Inverter
It's like a toggle command, use the same sequence to turn it OFFI hope it helps you!
Regards
Anderson
-
@anderson Thanks buddy let me try to digest this.
-
HI Anderson
Thank you so much for your help which is really appreciated !!
A quick question when you entry several data. Hereafter your example for Avionic Master Switch:
I am not sure where I put 17 & 4 ?! Value for event are properly completed ?
-
Hello Anderson
Further to my previous post, I've figured out why it wasn't working! I put "Yes" for end of processing and now it is working very well