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 V2 and MCP

Featured Replies

I appreciate there is no official Support, but, maybe someone can help. The VrInsight MCP worked about 75% with the old Fenix A320 and as such I have not had to adjustb anything.

The V2 does not work at all, If I open Linda the only thing that will connect is MSFS Default. THe Fenix Module is there but it will not connect. Any Ideas what I could do?

I'm reading along here because I have the same problems

I’ve really enjoyed using LINDA, but it looks like folks making modules have moved on. I think the payware Axis and Ohs is the alternative, but not 100% sure it works with VRInsight MCP. Not sure if it needs FSUIPC… Hopefully someone here will help with a new module. 

"I am the Master of the Fist!" -Akuma
 

Hello.

I had the same issue. But I've took the initiative to look at the files and adjust them to the new version (I'm currently using the CFM version, adjust to the IAE using the same logic).

On your LINDA folders there are two main folders: LINDA and LINDA-CFG. Enter LINDA->aircrafts->Fenix A320->ident.lua. Here change the contents to: «simfolder="FNX_320_CFM"».

Everything should be back to normal.

Additionally I've added a new function to use the tiller. This should go inside «user.lua»:

function FNX320_Misc_Tiller_Pedal_Disconnect_on()
    Lvar = "L:S_FC_CAPT_TILLER_PEDAL_DISCONNECT"
    if ipc.readLvar(Lvar) ~= 1 then
        ipc.writeLvar(Lvar, 1)
        ipc.writeLvar(Lvar .. '_Anim', 1)
        DspShow('PDL_DSC','on')
    end
end

function FNX320_Misc_Tiller_Pedal_Disconnect_off()
    Lvar = "L:S_FC_CAPT_TILLER_PEDAL_DISCONNECT"
    if ipc.readLvar(Lvar) ~= 0 then
        ipc.writeLvar(Lvar, 0)
        ipc.writeLvar(Lvar .. '_Anim', 0)
        DspShow('PDL_DSC','off')
    end
end

function FNX320_Misc_Tiller_Pedal_Disconnect_toggle()
    Lvar = "L:S_FC_CAPT_TILLER_PEDAL_DISCONNECT"
    if ipc.readLvar(Lvar) < 1 then
        FNX320_Misc_Tiller_Pedal_Disconnect_on()
    else
        FNX320_Misc_Tiller_Pedal_Disconnect_off()
    end
end

Have fun!

Edited by Wolf0

  • Author

Thanks very much.that has sorted it, in fact better than the previous version

thanks much mate :-)

  • 2 weeks later...

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.