• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

FSXA How to dump data from FSX

Messages
80
Country
canada
How can I get real-time data from FSX (e.g. simulation and user variables) dumped into either an external file or into DebugView?

I would've expected to find lots of "black box" applications around, but they either only log very specific data (so I wouldn't be able to log user variables), or they only show them on the screen (and I'm not able to export them into a file).

Do I need to write my own interface? Or are there more straightforward paths via SimConnect or FSUIPC (I have both)?
Or did I just not look hard enough?
 
You can give these a try.
The "diagnostics" gauge is quite old, as the date stamp will tell you. It is quite powerful though.
You'll want to put the "xml_vars" gauge in its own window, as it is quite large.

Doug
 
Last edited:
WOW... This was exactly what I was looking for!
And it's so flexible and easy to use, that I couldn't have hoped for a better solution.
Thanks so much for posting this here!


Just in case you're planning to do any further work on it at some point — it might make it a lot easier to import the data into a spreadsheet if the variable names would only be listed once, in the header line, and then, after that, only the values itself, e.g.
Code:
A:AIRSPEED TRUE,A:PLANE ALTITUDE
121.235,4233.424
119.119,4246.741
...
But just having the data at all outside of FSX is a huge help already!

I also noticed that the XML_VARS gauge only seems to list all available L:Vars, no matter the setting in the init file. Is that the intended behavior?
 
Back
Top