How to output flight data like running script in UE? #901
Yuhandswash
started this conversation in
Support requests
Replies: 2 comments 4 replies
-
If I add properties in the 787-7.xml in UEReferenceApp. Can I get flight data by running UEReferenceApp project? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes you just need to specify a location like this example: <output name="C:\JSBSimLogs\JSBout172C.csv" type="CSV" rate="60"> |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We can set the properties in the aircraft.xml.
for example, in c172x.xml.
Run script c1723.xml in JSBSim,You can get the output flight data file JSBout172B.csv.
If I add properties in the 787-7.xml in UEReferenceApp. Can I get flight data by running UEReferenceApp project?
Beta Was this translation helpful? Give feedback.
All reactions