Jump to content
The simFlight Network Forums

fsuipc sdk arrival and departure possible?


Recommended Posts

Hello i am a bit a newby in the programming world.

I managed so far that i have a program that changes a label into the airplane name.

What i now want to add is the departure airport example : ehrd en the arrival airport example ehbb.

And i wont to add te time the flight planner has given for the flight.

Is this possible.

I searched bye the way in the sdk programm that show the strings etc. but can't find anything whit arrival name en departure name.

I am coding in csharp bye the way.

Tnx

Link to comment
Share on other sites

What i now want to add is the departure airport example : ehrd en the arrival airport example ehbb.

Do you mean for AI traffic? If so, they are both available through FSUIPC, in the TCAS_DATA2 structure -- the fields both (incorrectly) called "chICAO[4]" in the SDK documentation. Call them chICAOdep and chICAOarr instead.

And i wont to add te time the flight planner has given for the flight.

For AI? I'm afraid FSUIPC cannot supply those values. For FSX you can probably get them through the SimConnect interface, but I never figured out how to decode the binary data correctly for those in FS2004.

I searched bye the way in the sdk programm that show the strings etc. but can't find anything whit arrival name en departure name.

Not sure what program you mean. FSInterrogate? In any case, the SDK's "Programmers Guide" is the correct source of information, and all four TCAS tables are defined there in some detail.

If you mean the GPS plan for the user aircraft, the only information FSUIPC gets for any loaded plan is available in the offsets 6000 and following, those the documentation declares as "FS2004 GPS data area". These were found by others, and I really cannot vouch for any of it in FSX, but some of it does work in FS2004, though by reports not consistently. As far as I know the only name and time data available is that relating to the previous and next waypoints, not the complete route.

Regards

Pete

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In 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.