Jump to content
Sign in to follow this  
ScotFlieger

Fenix A320 Beta - Issue Reports

Recommended Posts

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

Share this post


Link to post
Share on other sites
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

 

Share this post


Link to post
Share on other sites

@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

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...