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.

FlyByWire Airbus A32NX module function A32nx_PED_WX_PWS

Featured Replies

Hello Linda Team,
thank you very much for the FlyByWire Airbus A32NX for MSFS 2020 v1.0.2a

for me the following functions do not work:

function A32nx_PED_TCAS_PWR_on()
function A32nx_PED_TCAS_PWR_stby()
function A32nx_PED_TCAS_PWR_toggle()
I suspect that the variable UB0x0B46 is wrong, but I don't know enough about programming to look further with success.

But I found a function for the PWS switch (Predictive Windshear System):

function A32nx_PED_WX_PWS_off ()
ipc.writeLvar("L:A32NX_SWITCH_RADAR_PWS_Position", 0)
end
function A32nx_PED_WX_PWS_auto ()
ipc.writeLvar("L:A32NX_SWITCH_RADAR_PWS_Position", 1)
end
function A32nx_PED_WX_PWS_cycle ()
local pos = ipc.readLvar("L:A32NX_SWITCH_RADAR_PWS_Position")
if pos == 0 then
A32nx_PED_WX_PWS_auto ()
else
A32nx_PED_WX_PWS_off ()
end
end

best regards

Stefan Liebe

regards
Stefan Liebe

Hi Stefan

i am aware of issues with the Transponder ON/OFF functions. This was due to changes in the FBW download and fixes have been submitted for the next LINDA module release.

Thank you for the PWS functions. I will add these for inclusion in the next build. 

Andrew Gransden

Scotland, UK

LINDA Support/Developer - VATSIM and BAVirtual - Airbus Flyer

i7 1TB SSD GTX980 - FSX/P3D - Aerosoft Airbus A318/A319/A320/A321 - FS2Crew

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.