Jump to content
The simFlight Network Forums

Eagle_For

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by Eagle_For

  1. Bonjour Quelle est la derniere version a utiliser ? Merci
  2. Bonjour Il m'est impossible de telecharger le FSUIPC SDK car Avast m'indique un virus "Win32-Evo-gen. Merci
  3. Hello Pete I would use a byte for the status of a ten pushbuttons from several variables like :L:AB_MPL_FD" in order to recover in an FSUIPC offset. So I wrote the following LUA script : if (ipc.readLvar ("L:AB_MPL_FD") == 1 then ipc.clearbitsUB(0X66C0,1) else ipc.setbits(0X66C0,1) end This unfortunately does not work. Can tell me here I am wrong. I use masks in decimal (1,1,4,8,.....) Tank you for your reply. Raymond
  4. Hello Pete Thank you, this time problem, I recovered the value of the Lvar. :razz: Thank you Raymond
  5. OK Pete I'll try and I'll let you know. thank you
  6. Hello I seek to recover the value of a power Lvar send it to an offset of FSUIPC. I tried two different ways, namely: 1) function RUN_update(time) dot=ipc.readLvar("L:AB_AP_ALT_Mode") ipc.writreUB(0x66CC, dot) end event.timer(100,"RUN_update") 2) function DOT_ALT_chg ("L:AB_AP_ALT_Mode",dot) dot = ipc.readLvar("L:AB_AP_ALT_Mode") ipc.writeUB(0x66CC,dot) end event.Lvar("L:AB_AP_ALT_Mode",100,"DOT_ALT_chg") but neither of them work Can you tell me what's wrong thank you is an indication here is my script SIOC Var 0020, name OFF_DOT_ALT , Link FSUIPC_IN , offset $66CC , Length 1 It is a Lvar Aerosoft Airbus Extended Merci and excuse my english.
  7. Hello I bought there a few times and FSUIPC3 WideFS. Today I would buy fsuipc4. On-site SimMarket I entitled to a discount. OK Should I also buy WideFS or key provided to fsuipc3 remains valid for fsuipc4 Thank you for your response
×
×
  • 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.