Skip to content

Adding Fuel Imbalance Advisory to EICAS #490

@raypurge

Description

@raypurge

Is your feature request related to a problem? If so, please describe.

Describe the feature you want implemented.
Adding Fuel imbalance Warning, if tank quantity is more than 450 gallon(1360kg)difference. I have to take a look again if its a Warning or advisory message.

References
has to be implemented into the panel.xml

	<Annunciation>
		<Type>Advisory</Type>
		<Text>FUEL IMBAL 1-4</Text>
		<Condition>
			<Or> 
			<GreaterEqual>
				<Subtract>
					<Simvar name="FUEL TANK LEFT AUX QUANTITY" unit="gallon"/>
					<Simvar name="FUEL TANK RIGHT AUX QUANTITY" unit="gallon"/>
				</Subtract>
				<Constant>450</Constant>
			</GreaterEqual>
				
			<GreaterEqual>
				<Subtract>
					<Simvar name="FUEL TANK RIGHT AUX QUANTITY" unit="gallon"/>
					<Simvar name="FUEL TANK LEFT AUX QUANTITY" unit="gallon"/>
					</Subtract>
				<Constant>450</Constant>
			</GreaterEqual>
			</Or>	
		</Condition>
	</Annunciation>

Additional context

Your Discord:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions