Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Low Fuel Levels - Left/Right

Featured Replies

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

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

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.