Missing Documentation of LVars and stuff
-
@glideslope I downloaded the script and will take a look.
Yesterday I tried to bind the starter, but unfortunately the switch did not move, the starter worked though.
The AP works flawlessly out of the box with… the VS mode is also working, despite the real TBM only have FLC (IAS) available. 🙂A first look into the script on my iPad indicates that more events than one are necessary for single buttons.
-
Hi Lemny,
All the switches on the overhead panel, including the starter switch, can be controlled via L:Vars. Here's the last from the AnalogTBM.xml:
var_crashbar
BKSQ_SourceSwitch
BKSQ_GeneratorSwitch
var_MainGeneratorResetButton
var_StandbyGeneratorResetButton
BKSQ_StarterSwitch
BKSQ_IgnitionSwitchHope that helps increase your immersion,
Nick C. -
@Black-Square Hey Nick, thanks a lot... sure it will... 🙂 I try them out in a minute.
I also updated my 4-Pack gauges on my mobile living room cockpit for the TBM.
Love this gem of a plane. 😍 -
@Black-Square
Nick!!! WTF?! I feel stupid now... you literally put the whole documentation I was looking for all the time in the AnalogTBM.xml.
That was all I need... why did you not put the remarked section in the manual... my whole stupid post here would be obsolete. 😍🤣EDIT: DONE!!! Bound nearly every switch of this beauty... 😀
-
@kaptenek
The whole deice stuff works perfectly with the Stuff mentioned in the AnalogTBM.xml for me.
Including moving switches.var_airframeDeice Ice/Wing Light Switch Use Native Binding Propeller Deice Switch Use Native Binding L Windshield Heat Switch "L:var_windshieldHeatSwitch_L, bool" R Windshield Heat Switch "L:var_windshieldHeatSwitch_R, bool" Pitot Heat 1 Switch Use Native Binding Pitot Heat 2 Switch Use Native Binding Inertial Separator "L:var_InertialSeparatorSwitch, bool"
-
Lemney's settings should move the switches in the cockpit, to the best of my knowledge. Using the K:Events will only work for some switches, but now that B:Vars are available in 3rd party products like Spad, those should be used whenever possible. Let me know if you're still having difficulties, and I can look into it.
-
I just tried the B:Var in the debugger, and it flips the switch. Try:
(>B:DEICE_Propeller_1_Toggle)
and if that doesn't work, try using:
([0/1] >B:DEICE_Propeller_1_Set)
-
I don't know out of my head the exact event, but I have bound a Streamdeck button to CDI (that switches the main HSI from Localizer to GPS and back) and it is working with all Versions (530, 750 PMS and TDS) I can look into it later.
And the Master Caution and Warning I have also bound... But I don't know if the MSG Lights are similar. I will tell here if I find something.