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.

XML MFD

Featured Replies

I am creating a CRJ panel using xml gauges. I cannot get the adf and nav2 needles to disappear when they are not recieving a signal. Please help.

screen shot

I suppose you can use NAV1 SIGNAL, NAV2 SIGNAL and ADF1 SIGNAL,for this purpose, but I haven't checked.Arne Bartels

Hi,Try this one... (A:Nav1 Has Nav, bool)BrgdsEugen

For the Adf, use something like(A:Adf1 Signal, number) 256.0 >...Your code...And/or similarly for the Nav2, but more advanced for my own purposes:(A:Nav2 Signal, bool) (A:Nav2 Has Localizer, bool) ! && (A:Nav2 Has Nav,bool) && (L:NavCom2 on,bool) &&...Your code...Whups, just realise I use both boolean and number for the Signal, but they work for me anyways. I also use a (L:NavCom2 on,bool) && in the end, but that's just a check if my own radios is actually turned on.Use a string to output the Signal to text, just for tests - I'm sure you'll start figuring out new things to use this Signal value for :)

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.