Jump to content
The simFlight Network Forums

Dante

new Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    France

Dante's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi Paul! thanks your reply. i found enough times and i am looking right now and i can do it. because of unwork: i installed again pmdg but i forget add this lines: SDK EnableDataBroadcast=1 now it's working. i learned many many things from you. thank you very much again. best regards..
  2. Hi Paul, thank you very much for your help. now i can write by ipc.param or fsuipc interface now. but i can not read offsets. example: at arm sw offset is 6535 and i am trying to read but nothing. could you help me please? while 1 do --ipc.sleep(5) ipc.sleep(1000) --ipc.control(70012,0) VSI=ipc.readUW(0x6535) ipc.display(VSI) ipc.sleep(1000) end best regards..
  3. Hi, i will be very appreciated, if anybody answer me. i cannot write to pmdg ngx offsets via fsuipc buttons(offset dword set) or lua script. but linda can write it, i tried. and offcourse : [sDK] EnableDataBroadcast=1 example lua like below: --ipc.display("Result",) --ipc.sleep(10000) ipc.display("pmdg test",2) ipc.sleep(1000) while 1 do --ipc.sleep(5) ipc.writeUW(0x6535, 1)--at sw ipc.sleep(5) ipc.writeUW(0x6533, 1)--fd sw ipc.sleep(5) ipc.display(VSI) ipc.sleep(3300) ipc.writeUW(0x6535, 0)-- ipc.sleep(5) ipc.writeUW(0x6533, 0)-- ipc.sleep(3300) end thanks from now..
×
×
  • 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.