Missing Documentation of LVars and stuff
-
That sounds awesome... and don't get me wrong π ...the reason why the the lack of documentation and/or simple access for all the functions of these planes are hurting is the fact, that all these aircrafts are absolute awesome in every other aspect. π It would be much worse if nobody would care because they are mediocre went on to other products... but the air is thin this altitude (pun intended π) and there are not many to choose from.
For the Baron I have figured out every aspect I think, but for the King Air such simple tasks like Avionics Master it looks like you have to handle multiple Bus to Bus connections und even more to get the switch moving. I stopped somewhere because I lost the fun...
And since I use exclusively SPAD.next I did not want to add other products to get some stuff done. Now with BVar access it should be able to manage this stuff. I stick to the your awesome Baron and the A2A Comanche for now and I am looking forward to these updates you mentioned. Keep it up... your products are making a great simulator awesome. π
Edit: And with "lack of support" I did not mean that it's not working technically... I mean it's a bit of chore sometimes to figure it out with forums searches and trial and errors because of the missing docs. π«€
-
@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.