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.

FENIX A320 TERR ON ND Button

Featured Replies


It seems that the functions for the ND ON TERR button FNX_MPNL_ND_TERRONND_1 contained in the file actions.lua only switches the light in the button on and off, but does not display the TERR image on the ND.
Better seems to be the function shown below, where the TERR ON ND button on the Captain's side is briefly pressed and released. This turns on the light in the button and displays the TERR image on the ND.
Regards
Stefan Liebe

-- $$ Terr on ND

function FNX_MPNL_ND_TERRONND_CAPT_push()
    Lvar = "L:S_MIP_GPWS_TERRAIN_ON_ND_CAPT"
          ipc.writeLvar(Lvar, 1)
          DspShow('TERR','push')
 end

function FNX_MPNL_ND_TERRONND_CAPT_release()
    Lvar = "L:S_MIP_GPWS_TERRAIN_ON_ND_CAPT"
            ipc.writeLvar(Lvar, 2)
        DspShow('TERR','release')
end

function FNX_MPNL_ND_TERRONND_CAPT_button()
    Lvar = "L:S_MIP_GPWS_TERRAIN_ON_ND_CAPT"

        FNX_MPNL_ND_TERRONND_CAPT_push()

        FNX_MPNL_ND_TERRONND_CAPT_release()

end

 

 

 

regards
Stefan Liebe

Archived

This topic is now archived and is closed to further replies.

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.