Jump to content
The simFlight Network Forums

Garfield_X

Members
  • Posts

    18
  • Joined

  • Last visited

About Garfield_X

  • Birthday 06/02/1961

Contact Methods

  • Website URL
    http://aifs.pvdveen.net

Profile Information

  • Gender
    Male
  • Location
    The Netherlands

Garfield_X's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi I have a list of AI aircraft and want to set the view of FS that a selected aircraft (just like traffictoolbox does by double clicking) I have looked throught the different control addresses and offsets, but (if its possible) i must overlooked it. Peter
  2. Hi Paul I came a cross an issues that was not present in the 2.4 version. When the following line is present, the FS sccreen starts 'jumping'. (tested with FS9) private Offset<short> slewMode = new Offset<short>(0x05DC, true); // Offset for moving the plane When trying the slew command FS continue to refresh the scenery. Switching to the 2,4 version everything works fine (i'm using the .NET 4 framework version) edit: also your C# test program with produces the same result with this new version. Peter
  3. My apologize. Never do a quick test when you are tired. (had copied the new DLL in the wrong folder :oops: ) After a good sleep, i saw what i did wrong yesterday evening, and all works as aspected. thank you. Also never test it on a busy airport like EHAM where all slots for ground traffic are full. When an aircraft had landed, it disappeared of the ground list (there where more then 96 AC on the ground) until a certain distance (i think) and the become visible in the list again.
  4. Thank you Paul I just tested it, but it seems that the values are all zero, although traffictoolbox shows an assigned parking. As Pete said he reads all in what he did for FSX, then it must be P3D that does not set the data correct for FSUIPC? Peter
  5. Ok, thanks. And now we must hope that FSUIPC reads those values too if it is P3D :)
  6. Thanks! And i have only FS9 en P3D installed. :) It could be a FSUIPC issues, as maybe it only fills those values if it is FSX, or it must be coded in de DLL that is only fills those vaules when it is FSX If i need to test something just let me know.
  7. Just to clarify, i had read that this values are for FSX only, but i would expect that for P3D it would behave similar. But i can be wrong of course.
  8. HI It looks to me that when getting the AIPlaneInfo and looking to aircraft that taxi in, i never see the parking variables filled.(GateName, GateNumbering) Or do i miss something? Peter
  9. Hi I small question. I am logging commands send to FSUIPC. My question is about the first number before the commands. Is this just a numer or are these milliseconds or something like that? Peter
  10. Mmm That could be true that ATC releases a plane when it it cannot control it anymore. I will give it a try to switch slew on and off. The disadvantage is that as soon ATC get back the AC it tries to get it back on route. Peter
  11. Hi I saw a strange thing when playing with AI aircrafts and sending them slew commands. After a while i saw these planes disappear from the list generated bij FSUIPC. When looking at the list from the MS tool the plane is mentioned there, but is not anymore under the control of FS9 (ATC) and mostly the plane crashes in the ground. Could this due to sending to much commands to the AI plane? Peter
  12. Download the SDK, there is a Delphi example in it. Peter
  13. Not without a complete change in design and interface, which I'm not really willling to contemplate at this stage. Sorry. The main requirement always was for TCAS, which is met admirably. I just saw this. There are not enough adress spaces. That's not an option because a lot of other programs uses FSUIPC. Do you mean the traffic toolbox SDk or the Panels and Gauges SDK? I've read those, but found not much regarding AI planes (except the small data provided by the trafficinfo.dll) Or do you mean another SDK. I'm a VB/VB.net programmer and do not know if a DLL written in VB.net can expose itself to FS. Maybe it is possible for me to write a small DLL that exposes the AI data. (if i could find the information where FS stores it) Thanks a lot for your cooperation. I appreciate it very much. Peter
  14. The user aircraft is on the ground at the airport, and in my list i normally see only a distance from 0 to 1 nm on most airports. For most airports 96 is enough, but on some busy airports like KLAX or EHAM i've sometimes 110 parked AC's (counted with MS traffic toolbox). It is not possible to list more than 96 AC's? As i understand from your proposal FSUIPC will always list active aircrafts and when a sleeping aircraft which is not in the list becomes active it will show up (and replacing a sleeping one). The same should apply to AC's which after landing goes from airborne to ground. In that case i'm happy with your proposal of byte 3. Setting it to 1 will give my program the opportunity to log the active planes within the 3 nm range of the user aircraft. I do a read every 2 seconds, and could easily do a write to continue this display. Peter
×
×
  • 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.