June 15, 20223 yr Author 12 hours ago, Biermuskel said: the external power key is not working any more, only the on function is working, the off is not working and also the toggle is not working. Thank you for the report. Will be fixed in v0.3. 12 hours ago, Biermuskel said: tried the master caution / warning buttons to get it working. On pressing is working, however the button is not going back, it stays on. What function do you have assigned for the Master Caution/Warning? I am using the FNX_GLSD_ATTNL_WARNCAUT_both function to cancel both and the ECAM but tend to push this twice to reset the ECAM. Remember the ECAM warning has to be cleared before the pilot can cancel the warning/caution. Edited June 15, 20223 yr by ScotFlieger 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
June 15, 20223 yr 10 hours ago, ScotFlieger said: Thank you for the report. Will be fixed in v0.3. What function do you have assigned for the Master Caution/Warning? I am using the FNX_GLSD_ATTNL_WARNCAUT_both function to cancel both and the ECAM but tend to push this twice to reset the ECAM. Remember the ECAM warning has to be cleared before the pilot can cancel the warning/caution. Thanks, i assigned a normal push button for the master caution / warning. When not pressed the master caution / warning should go back in its "unpushed" position. However, instead the button stays always pushed like I was pushing my button on the joystick forever. Hope you understand what i mean. You can also see it physically in the fenix that the button is pushed and stays pushed indefinately. Intel Core i9-12900K | 16x 3.20 GHz, 30MB L3-Cache; Gigabyte Z690 AORUS AORUS Pro | Intel Z690; NVIDIA GeForce RTX 3080 Ti 12GB | Gigabyte Gaming OC; 2 TB Samsung 980 PRO PCIe 4.0; Meta Quest 2, HP Reverb G2 Rev 2
June 16, 20223 yr Author @Biermuskel thank you for the clarification. There was a design error for this type of push/return button. It will be fixed in v0.3. In the meantime please cut and paste these revised functions into the Fenix user.lua file (CTRL+Click on Edit button to open): function FNX_GLSD_ATTNL_WARNING_push () ipc.writeLvar("L:S_MIP_MASTER_WARNING_CAPT", 1) DspShow('WARN','capt') ipc.sleep(100) ipc.writeLvar("L:S_MIP_MASTER_WARNING_CAPT", 0) end function FNX_GLSD_ATTNL_CAUTION_push () ipc.writeLvar("L:S_MIP_MASTER_CAUTION_CAPT",1) DspShow('CAUT','capt') ipc.sleep(100) ipc.writeLvar("L:S_MIP_MASTER_CAUTION_CAPT", 0) end 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
June 16, 20223 yr Author Update v0.3 beta now available under LINDA Downloads 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
July 26, 20223 yr Hello and thanks for all the hard work. I am struggling with getting the FNX_GLSD_EFISL_BARO_dec and _inc to work. Is it supposed to work or is this the limitation described in the initial post? Thanks. Edit: no action needed. good old reboot came for the rescue Edited July 26, 20223 yr by viktort
Archived
This topic is now archived and is closed to further replies.