L:var_EFIS_PowerSwitch not working as required
-
You have to modify the var and some circuits. For AAO I have this working:
1 (L:var_EFIS_PowerSwitch, Bool)
1 (>A:CIRCUIT SWITCH ON:56, Bool)
1 (>A:CIRCUIT SWITCH ON:55, Bool)But you won't see the switch moving. Only the EFIS screens will power up.
@fabristunt
For the fuel selector switch the code is even more complicated. This is my code to switch to auto:1 d (>L:var_AutoFuelSelectorSwitch, Bool) (>A:CIRCUIT SWITCH ON:40, bool)
(A:SIM ON GROUND, Bool)
(A:FUEL TANK LEFT MAIN QUANTITY, Gallons) 9.1 <
(A:FUEL TANK RIGHT MAIN QUANTITY, Gallons) 9.1 < and or if{
75 (>L:var_FuelSelectorTimer, Number)
} els{
600 (>L:var_FuelSelectorTimer, Number)
} -
I uploaded a first set of scripts for the BKSQ TBM 850 to flightsim.to. Even when you're using other software you can download the scripts, unzip and open the file with a text editor of your choice. Then you can adopt the scripts to a software of your choice: spad.next, MobiFlight, ...
https://flightsim.to/file/61922/blacksquare-tbm-850-scripts-for-lorby-s-axis-and-ohs-aao
-
@knidarkness Yes, the file was "under inspection" by fs.to. It's available now.
-
@fabristunt In case of B-Variables that you can't access, just write a message. I'll have a look if there is another way. Should be possible fore quite a lot of switches and levers.