Jump to content
The simFlight Network Forums

cellular55

Members
  • Posts

    301
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by cellular55

  1. Hi John,

    I'm developing an airport timeboard using the offsets of AI Traffic tables and I'm facing a strange issue:

    I'm not able to get the LANDED status (143).

    In fact when there is an aircraft LANDING (status142), after the landing (when it is on ground) I have its tail number in both tables (airborne and ground), but with status different than 143 (status for LANDED) and, by the way, I should have it only in the Ai ground table and no more as airborne.

    Any idea about how I could solve that or what I am eventually doing wrong?

    Thanks and KR

    Joe

     

     

  2. Hi,

    the lua is very simple:

    ipc.writeUW(0xBC4,2000)

    ipc.writeUW(0xBC6,2000)

    I have found a solution using the offsets through a VB program (using the Paul Hentys SDK) in this way:

    I write the offsets (and in the log  I see the different values in the offset, always BC4 set to 1865 and BC6 to 629)

    Then, through a timer, I wait 500 ms and I write again the values in the offsets.

    At that point the values are fine in both the offsets ( in the log BC4 set to 2000 and BC6 set to 2000 and the aircraft is braking going straight forward)

    Very strange.

    Thanks

    Joe

     

  3. Hi, 

    I have written a simple LUA to have a sort of autobrake using the offset BC4 and BC6.

    Problem is that even if I write the same value in both offsets the result (looking at the FSUIPC log on the screen) is different:

    In detail I wrote (ipc.writeUW) in both offsets 2000, but the result is that BC4 is set to 1865 e BC6 to 629. The result is that the aircraft goes to the left and does not maintain a straight direction (that is the reason for what I have written the lua).

    I have tried also recalibrating the pedals, but without any result.

    Is there a way to solve the issue and to have both values set at the same value? I'm using P3D v5.3.

    Thanks ank kind regards

    Joe

×
×
  • 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.