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 Predictive Wind Shear System(PWS)

Featured Replies

Hi, does anyone know LVar for the switch that turns the PWS from OFF to AUTO? There seems to be a variable as FS2Crew can change the value.
Thanks Stefan Liebe

Edited by Stefan01

regards
Stefan Liebe

  • Author

Sorry if I have troubled the forum. I have meanwhile found the answer. The following function is to switch the PWS switch. Cheers Stefan

function FNX_PED_RDR_PWS_off()
    ipc.writeLvar("L:S_WR_PRED_WS", 0)
    DspShow('PWS', 'off')
end

function FNX_PED_RDR_PWS_auto()
    ipc.writeLvar("L:S_WR_PRED_WS", 1)
    DspShow('PWS', 'auto')
end

function FNX_PED_RDR_PWS_toggle()
    local pos = ipc.readLvar("L:S_WR_PRED_WS")
    if pos == nil then return end
    if pos == 0 then
        FNX_PED_RDR_PWS_auto()
    else
        FNX_PED_RDR_PWS_off()
    end
end

regards
Stefan Liebe

  • 4 weeks later...

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.