WRiker2701 Posted June 29, 2023 Report Posted June 29, 2023 Hi, Some time ago MSFS published a way to access information about airports, runways, etc using the ICAO code for the airport. This can be found in the SimConnect API Reference called "Facility". https://docs.flightsimulator.com/html/Programming_Tools/SimConnect/API_Reference/Facilities/SimConnect_AddToFacilityDefinition.htm I want to know if there's a way to access this information via FSUIPC, or maybe there will be support in the future? Thanks!
John Dowson Posted June 30, 2023 Report Posted June 30, 2023 FSUIPC already uses the facilities interface to get information on the nearest airports to the user aircraft, held in offset 0x0658. It doesn't use the SimConnect_AddToFacilityDefinition function though - I don't really see a need for this in FSUIPC.... 9 hours ago, WRiker2701 said: I want to know if there's a way to access this information via FSUIPC, or maybe there will be support in the future? What information exactly do you want to access via FSUIPC?? Can you provide a use case of want you actually want to do/achieve with this in FSUIPC?
WRiker2701 Posted July 1, 2023 Author Report Posted July 1, 2023 On 6/30/2023 at 3:46 AM, John Dowson said: What information exactly do you want to access via FSUIPC?? Can you provide a use case of want you actually want to do/achieve with this in FSUIPC? Yes, i'm particularly interested for my app development in getting back things like runway heading and length for example, by entering an ICAO and runway number. ILS frequencies would be interesting to be able to access too if possible, trans level and altitude. These kind of things. Cheers!
John Dowson Posted July 2, 2023 Report Posted July 2, 2023 If you want full access to the facilities data, you will have to use the SimConnect SDK. I can look into providing an offset area for facilities data requests, but this would return limited data. I can look into this to see what I could provide, but it won't be until at least September now. I will make a note and get back to you when I have looked into this in more detail. John
WRiker2701 Posted July 3, 2023 Author Report Posted July 3, 2023 On 7/2/2023 at 7:06 AM, John Dowson said: If you want full access to the facilities data, you will have to use the SimConnect SDK. I can look into providing an offset area for facilities data requests, but this would return limited data. I can look into this to see what I could provide, but it won't be until at least September now. I will make a note and get back to you when I have looked into this in more detail. John Thank you! looking forward to your comments after you have a look into the subject. Cheers!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now