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 Beta - Issue Reports

Featured Replies

  • 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 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

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

 

  • 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

  • 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

  • 1 month later...

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 by viktort

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.