- Messages
- 1,749
- Country

Does the user need to have the XML tools as well?
Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.
By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.




Was working ramp security at the EAA B-17 tour stop @ KGRB from Friday throughout the weekend. Btw got a ride in her from KGRB to KOSH on Sunday - Brought her "Home", it was AWESOME!

<Update>
<!-- WING TIP TANKS ON -->
(L:Fuel Tanks Sentinel,bool) 0 ==
if{ 1 (>L:Fuel Tanks Sentinel,bool) }
(L:Fuel Tanks Sentinel,bool) 1 ==
(A:FUEL TANK LEFT TIP QUANTITY, Gallons) 0.51 > and
(A:FUEL TANK SELECTOR:1, Enum) 12 ! and
if{ 12 (>K:FUEL_SELECTOR_1_SET) }
(A:FUEL TANK RIGHT TIP QUANTITY, Gallons) 0.51 >
(A:FUEL TANK SELECTOR:2, Enum) 11 ! and
if{ 11 (>K:FUEL_SELECTOR_2_SET) }
<!-- WING TANKS ON -->
(L:Fuel Tanks Sentinel,bool) 1 ==
(A:FUEL TANK LEFT TIP QUANTITY, Gallons) 0.5 < and
(A:FUEL TANK SELECTOR:1, Enum) 12 == and
if{ 2 (>K:FUEL_SELECTOR_1_SET) }
(L:Fuel Tanks Sentinel,bool) 1 ==
(A:FUEL TANK RIGHT TIP QUANTITY, Gallons) 0.5 < (A:FUEL TANK SELECTOR:2, Enum) 11 == and
if{ 3 (>K:FUEL_SELECTOR_2_SET) }
<!-- OUT OF FUEL -->
(L:Fuel Tanks Sentinel,bool) 1 ==
(A:FUEL TANK LEFT TIP QUANTITY, Gallons) 0.5 < and
(A:FUEL TANK LEFT MAIN QUANTITY, Gallons) 0.5 < and
if{ (>K:FUEL_SELECTOR_OFF) }
(L:Fuel Tanks Sentinel,bool) 1 ==
(A:FUEL TANK RIGHT TIP QUANTITY, Gallons) 0.5 < and
(A:FUEL TANK RIGHT MAIN QUANTITY, Gallons) 0.5 < and
if{ (>K:FUEL_SELECTOR_2_OFF) }
</Update>

<Update>
<!-- Fuel Selectors to LEFT and RIGHT -->
<!-- Burns first from Tip Tanks, then Wing tanks -->
<!-- Engines starve when out of fuel from Wing tanks -->
(A:FUEL TANK SELECTOR:1, Enum) 2 != if{ 2 (>K:FUEL_SELECTOR_SET) }
(A:FUEL TANK SELECTOR:2, Enum) 3 != if{ 3 (>K:FUEL_SELECTOR_2_SET) }
<Update>
[fuel]
Center1 = proper coordinates
LeftMain = proper coordinates
RightMain = proper coordinates
Lefttip = proper coordinates
Righttip = proper coordinates
number_of_tank_selectors = 2
etc

Hi Bill
havnt read all the post but Im wondering if you come up against the ctrl e startup issue with the fuel system, when ctrl e is used the fuel system is switch to all regardless of any script or fuel setting in the saved flight ect...drove me nuts and I couldn't find a way around it(doesn't mean there isn't one)

Bill,
You always put too much code when there is no need to do so...(constructive critic)
Simply use this (extracted from one of my previous posts)
Edit2: There is no K:FUEL_SELECTOR_1_SET event; that was the source of your problem.
The main 2 things I need Tom is 'fuel flow starting at tips, and then center tank 'not' in the circuit. Fuel cannot flow to the engines from the center tank. That was my main 2 things.

And you have them all with the code I posted.
Tom


you can "force" fuel selector to certain position so it not burn your fuel in balancing tank.
the no much option for fuel system such as in SST, so I build my own fuel system using simconnect for Tu144D.