- Messages
- 141
- Country

Hi All,
I will try to be as concise as possible. My aircraft has 2 engines and 3 fuel tanks:
-Left
-Center
-Right
I have devised a monstrous XML orchestra that puts the fuel selectors of each engine according to tank boost pumps and X-Feed status (all custom L: variables). It works as intended.
In some configurations, an engine will feed from more than one tank simultaneously, e.g. pumps for L and C tanks on will feed the left engine from L and C tanks at the same time. I sorted this out by flipping the fuel selector from L to C every second automatically. On the other hand, if you activate all pumps and the X-Feed, engine feeds from every tank, and this is accomplished with ALL state of fuel selector.
Is there a way I can feed from LEFT and CENTER (or any other two) without having to constantly flip the selector?
(L+R is BOTH, no problem there. Complicated XML orchestra takes care of empty tanks to avoid unwanted starvation as well.... it calculates a "tank status" as 0 empty, 1 fueled, 2 pump on, and proceeds to compare tank status to determine what feeds what...)
I will try to be as concise as possible. My aircraft has 2 engines and 3 fuel tanks:
-Left
-Center
-Right
I have devised a monstrous XML orchestra that puts the fuel selectors of each engine according to tank boost pumps and X-Feed status (all custom L: variables). It works as intended.
In some configurations, an engine will feed from more than one tank simultaneously, e.g. pumps for L and C tanks on will feed the left engine from L and C tanks at the same time. I sorted this out by flipping the fuel selector from L to C every second automatically. On the other hand, if you activate all pumps and the X-Feed, engine feeds from every tank, and this is accomplished with ALL state of fuel selector.
Is there a way I can feed from LEFT and CENTER (or any other two) without having to constantly flip the selector?
(L+R is BOTH, no problem there. Complicated XML orchestra takes care of empty tanks to avoid unwanted starvation as well.... it calculates a "tank status" as 0 empty, 1 fueled, 2 pump on, and proceeds to compare tank status to determine what feeds what...)

