July 9, 200223 yr Does anyone know of any way or any add-ons for FS2002 that allow one to save time series of flight data such as lat, lon, attitude, altitude, heading, airspeed, weather conditions, etc. into a file, such as is possible with X-Plane? I'm interested in this capability for pilot decision-making research.Thanks very much.
July 9, 200223 yr If there aren't any add-ons, it's easy to make one with the FSUIPC SDK and Microsoft's VB.... Any variable that FSUIPC supports can be read at user-specified intervals into any text file, or even an access database since VB supports that. -John
July 9, 200223 yr And the Netpipes SDK for FS2002 is made for just that purpose. I'm sure we'll see some add-ons soon.__________________________________________________________EricList of all airlines, aircraft manufacturers and aircraft types recognised by ATC:http://www.geocities.com/eric_2203/orhttp://ftp.avsim.com/library/esearch.php?D...atID=fs2002misc
July 9, 200223 yr I haven't played with the Netpipes SDK yet, as it's geared around C vs. VB... Was a bit disappointed to see that, but FSUIPC has certainly worked (Autoland 2001 was written in VB)....-John
July 10, 200223 yr Thank you both for your help. It looks like I'll have to dust off my code-writing skills.Gavin
Create an account or sign in to comment