Jump to content

Aerosoft A320 Professional LVAR's/LUA


greeham

Recommended Posts

Posted

Hi All,

I have got myself a decent flight control system and am trying to assign some of the functions to the switches and rotaries. I have managed this fine with the PMDG 747 and using offsets and am trying to create a profile for the bus through FSUIPC and have created an lua file to do various functions but am a little confused with some of it. The baro increment and decrement is fine as there is some offsets in the action.lua file I got from the Linda forums over at Avsim but I am struggling to try and get other functions to work.

For example trying to map a toggle for the AP1 button and the localiser button, the Localiser button for example:-

if (ipc.readLvar("L:B_AP_LOC") == 1)then

    ipc.writeLvar("L:B_AP_LOC", 0)

    ipc.writeLvar("L:SmallOverheadPushButtons", 1)
end

Have it called APLOCAL_tgl.lua and in the sim can see the option available as an FS Control in FSUIPC, but when I assign it to a button nothing happens, is there a particular parameter I need to set, for it to function (have tried both a 0 and a 1)?

Thanks,


Graham

Archived

This topic is now archived and is closed to further replies.

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