n4gix Posted February 27, 2010 Report Posted February 27, 2010 Pete, I'd like to ask a simple question, knowing full well that I could eventually find the answer by studying the SDK carefully enough. Time being at a premium for me however, doesn't allow me that luxury. What I'd like to do is write a freeware module that would allow any XML scripted GPS or FMS to access and display stored FSX flightplans, then load them into the sim at the same time they are loaded into the gauge's own fp database. I see that FSX FSUIPC's toolbar has that ability, so my base question is really this: is this facility available programmatically from such a custom interface module? If so, then I'll gladly invest the time studying your FSUIPC SDK. If not, then I'll seek another solution. :mrgreen:
Pete Dowson Posted February 27, 2010 Report Posted February 27, 2010 I see that FSX FSUIPC's toolbar has that ability, so my base question is really this: is this facility available programmatically from such a custom interface module? Actually it would be almost as quick for you to search for the word "plan" in the FSUIPC4 Offsets Status document as it is for me. I don't know all these things from memory, I have to look them up the same as everyone else. Yes, you can load a Plan via FSUIPC4. Offset 0130 is relevant, and the plan can be anywhere accessible via a UNC pathname. FSUIPC4 is merely using the facility offered by SimConnect, so you could use it directly instead. It's your choice. Regards Pete
n4gix Posted February 28, 2010 Author Report Posted February 28, 2010 Thanks, Pete. I'll crack open your SDK then and begin reading. Odd that I didn't think to search for "plan," usually I'm better at researching things for myself... :oops:
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