Jump to content
Sign in to follow this  
outlaw2001it

Low Fuel Levels - Left/Right

Recommended Posts

I've been trying to do a real easy XML gauge that would read "Low Fuel Right", and everything that I've done so far doesn't seem to be working. I've even looked at other XML gauges to try to get an idea of what it should look like, and again it's not working. Is there anybody willing to post what it's supposed to look like, so I (or anybody else in the future) can copy/paste into notepad. I know I'm asking a lot, but really could use the help. Very Respectfully J.R. Duda

Share this post


Link to post
Share on other sites

Though the following isn't a copy/paste, the element is from a working gauge I made,

  <Element>    <Position X="30" Y="44" />    <Visible>(A:FUEL TOTAL QUANTITY, gallons) 175 < (A:CIRCUIT GENERAL PANEL ON, bool) and</Visible>    <Text X="96" Y="30" Bright="yes" Length="8" Font="quartz" Color="0xFFA06B" Adjust="Center" VerticalAdjust="Center" Fixed="no">      <String>LOW_FUEL</String>    </Text>  </Element>

It is a "Total" fuel warning, you will have to change the variable and the string to what you want.You will also have to position it for your background, and designate the level, in gallons, in place of "175" above.Change the font and color also, to your preference.The SDK lists the variables available and you can also change to a "percent" variable to make it universal. ..Don

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...