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.

Synchronize NAV/GPS modes

Featured Replies

If you are using the GTN 750, you may find that the EHSI can indicate VOR1 mode, while the autopilot indicates GPS mode.

 

I find this confusing..

 

So, to force the two to stay in synch, I've added the following code to an Update section in the EHSIVC gauge.

 

You can put it anywhere where an Update section is active in the panel.

<!-- Synch GPS/NAV modes -->

(A:GPS DRIVES NAV1,BOOL)  if{

  (L:EFIS550_Menu_DC1004_MenuNavSrcSel, enum) 0 != if{ 0 (>L:EFIS550_Menu_DC1004_MenuNavSrcSel, enum) } }

                          els{

(L:EFIS550_Menu_DC1004_MenuNavSrcSel, enum) 0 == if{ 1 (>L:EFIS550_Menu_DC1004_MenuNavSrcSel, enum) } }

Bert

Thanks! I just have to put it inside any gauge I want?

  • Author

Thanks! I just have to put it inside any gauge I want?

 

Correct, but inside an Update section.

 

You can add a dedicated gauge if you like..

Bert

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.