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.

Aerosoft A320 Predictive Wind Shear System(PWS)

Featured Replies

Hi,

Does anyone know if there is an action code that turns the PWS from AUTO to OFF in the Aerosoft A320 prof? Meaning, below is an example of the GCS. If I were to replace "GCS" with "PWS", inserting that into my lua file, would FSUIPC recognize it and later adding an assignment key (i.e. if I pressed CTL+F8 ) to have the PWS go from AUTO to OFF??
 

function AB_WX_GCS_off ()
    ipc.writeLvar("AB_WX_GCS", 0)
    AB_MPL_LightSwitch ()
    DspShow ("GCS", "off")
end

function AB_WX_GCS_on ()
    ipc.writeLvar("AB_WX_GCS", 1)
    AB_MPL_LightSwitch ()
    DspShow ("GCS", "auto")
end

function AB_WX_GCS_toggle ()
    if _tl("AB_WX_GCS", 0) then
        AB_WX_GCS_on ()
    else
        AB_WX_GCS_off ()
    end
end

  • Author

If figured it out. Changing GCS to PWS does work when wanting to switch PWS from AUTO to OFF.

 

function AB_WX_PWS_off ()
    ipc.writeLvar("AB_WX_PWS", 0)
    AB_MPL_LightSwitch ()
    DspShow ("PWS", "off")
end

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.