Jump to content
The simFlight Network Forums

Arieh Lahat

new Members
  • Posts

    4
  • Joined

  • Last visited

Arieh Lahat's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. I read the tutorial and tried the script "PitotHeat" with a led connected to the DIO LED1 and it works fine. I am trying to light the LED1 on the DIO when the FAULT LIGHT is lited on the Fire Panel. the offset is 9410 bit 6 (per IFLYTOFSUIPC). I tried the following script: function FaultLight(offset, value) -- Beginning of the function if value == 1 then -- Checks to see if value equals one gfd.SetLight(GFDIO, 0, LED1) -- Turns ON light#1, of unit#0 on the GFDIO else gfd.ClearLight(GFDIO, 0, LED1) -- Turns OFF light#1, of unit#0 on the GFDIO end -- end of the "if...then" statement end -- end of the function event.offset("9410", "6", "FaultLight") It did not work. I than changed the last line to: event.offset("x24B8", "x0F", "FaultLight") and it also did not work. Can you please direct me as to what I am doing wrong? Thanks, Arieh
  2. Thanks Pete. I don't know how do do that. I need a headstart... could you please help? For example: I wish to assign the FAULT LIGHT on the fire panel to LED01 on the DIO. The offset is 9410 and the bit is 6. How do I do that? Thank you, Arieh
  3. Thank you Pete for your answer. My fire panel is connected with a Goflight DIO board. Should I create a Lua program to enable the Led display of the board? Thanks again, Arieh
  4. Hi, I have a registered version of FSUIPC. I use iFly737 in my simulator which consist of a single seat MIP with TQ and pedestal and overhead. I use IFLYTOFSUIPC. I wish to connect my self made fire panel. All the switches are working properly thru FSUIPC. I wish to connect the let output. My question is how to assign led output within FSUIPC using the offsets from IFLYTOFSUIPC? Thank you
×
×
  • 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.