Jump to content
The simFlight Network Forums

Jacques Balayla

new Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Canada

Jacques Balayla's Achievements

Newbie

Newbie (1/14)

  • Dedicated Rare
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi John, Tried your code - im afraid it doesn't work. So odd that it's just the APU start - even with the right variables. Im really at a loss here...
  2. Will try and report back. Do you have the APU Start Button Push and APU Start Button Release l:var functions for the fenix?
  3. Hi, I've recently purchased a stream controller (Soomfon) and it's working beautifully with the Fenix L:Var/Lua file in FSUIPC - I assign a keyboard key and it binds to that function - then use the box to call on that key combo and absolutely everything works perfectly (overhead panel buttons, FCU, Lights, etc) but the APU start button does not seem to work after following normal procedures - APU Master SW - APU start - APU bleed. The master switch works and so does the bleed - but not the APU start - any ideas why? My Lua file is the following: -- Toggle APU Start Button local val = ipc.readLvar("S_OH_ELEC_APU_START") if val == 0 then ipc.writeLvar("S_OH_ELEC_APU_START", 1) else ipc.writeLvar("S_OH_ELEC_APU_START", 0) end
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.