March 25, 20224 yr 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
March 25, 20224 yr 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.