Jump to content
The simFlight Network Forums

Ygor Montenegro Araújo

new Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Ygor Montenegro Araújo

  1. I've found a var named "EmbBatt2" with "Click" in the end. If I set to "-1" it reduces the position, and if I set it to "1" it increases the position. I will have to set a routine via lua in order to the LVar correspond to the switch position, not the ideal, but is a beggining.
  2. I'm using the Feelthere's E190 for P3D V5. Trying to switch the position of BATT 2 from OFF to AUTO but it seems that something is forcing the switch back to OFF. Never used MF HubHop.
  3. Actually i can change it, but the LVar gets reset very quickly: #!/usr/bin/env lua ipc.writeLvar("L:EmbBatt2", '1') value = ipc.readLvar("L:EmbBatt2") ipc.display(value) ipc.sleep(5000) I ran this code using a keypress, and instead of remaining on position 1, it rollsback to position 0. Gif may have cutted some frames..
×
×
  • 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.