This mod will give you LVars for the bleed air, inert sep and cabin lights, and now ignition and fuel selector as well. Just download the mod and place the contents in your community folder.
Example how to use (with Mobiflight events file), in bold the new LVars that this mod offers:
TBM930_BLEED_AUTO#1 (>L:TBM930_BLEED_AIR_SET)
TBM930_BLEED_OFF# 3 (>L:TBM930_BLEED_AIR_SET)
TBM930_INERT_ON#2 (>L:TBM930_INERT_SET)
TBM930_INERT_OFF#1 (>L:TBM930_INERT_SET)
TBM930_CABIN_LIGHTS_ON#2 (>L:TBM930_CABIN_LIGHT_SET) 1 (>K:2:CABIN_LIGHTS_SET)
TBM930_CABIN_LIGHTS_OFF#1 (>L:TBM930_CABIN_LIGHT_SET) 0 (>K:2:CABIN_LIGHTS_SET)
TBM930_IGN_AUTO#1 (>L:TBM930_IGNITION_SET)
TBM930_IGN_ON#2 (>L:TBM930_IGNITION_SET)
TBM930_IGN_OFF#3 (>L:TBM930_IGNITION_SET)
TBM930_FUEL_SELECTION_AUTO#2 (>L:TBM930_FUEL_SELECTION_SET)
TBM930_FUEL_SELECTION_MAN#1 (>L:TBM930_FUEL_SELECTION_SET)
Please note that with these custom made LVars, value 1 is OFF and 2 is ON (for bleed air value 3 is AUTO).
thanks for the mod
i tried but seems it is not working. copied the folder in community and then used the hubhop code for mobiflight but switches are still not moving.
any clue ?
25 days ago
17 days ago
FlyingDutch
dyl55
thanks for this mod. I use it for Touch Portal and have added several switches that can only be switched with a Bvar:
(L:TBM930_DEICE_Propeller_1_Set, Number) s0 0 > if{ l0 1 - (>B😀EICE_Propeller_1_Set) 0 (>L:TBM930_DEICE_Propeller_1_Set) }
(L:TBM930_Lighting_Access_Light_Set, Number) s0 0 > if{ l0 1 - (>B:Lighting_Access_Light_Set) 0 (>L:TBM930_Lighting_Access_Light_Set) }
(L:TBM930_Lighting_Dimmer_light_Set, Number) s0 0 > if{ l0 1 - (>B:Lighting_Dimmer_light_Set) 0 (>L:TBM930_Lighting_Dimmer_light_Set) }
Please expand the LVARS so that you can also query the status of the Bvars (Get). I don't know the correct syntax for this.
Thanks in advance
Norbert
30 days ago
FlightEngineer
2 months ago
1 months ago
FlyingDutch
Pbobes
Regards Brian
2 months ago
ridalbt
The other bug is the fuel selector man/auto switch, haven't found a working event for this one either.
Regards
2 months ago
2 months ago
FlyingDutch
ridalbt