172
edits
(Added Howto for Windows) |
|||
Line 44: | Line 44: | ||
* [http://kst.kde.org/ Kst, real-time large-dataset viewing and plotting tool] | * [http://kst.kde.org/ Kst, real-time large-dataset viewing and plotting tool] | ||
Under Windows this script works too, although the output to a logfile is not as fluently as you may experience it under Linux. To get an output you need to install a Perl Interpreter (e.g. [http://www.activestate.com/activeperl Activestate's Active Perl]) first. Next start Flightgear under Windows in the following way: | |||
<pre> | |||
path-to-fgfs-binary\fgfs.exe | perl PIDControler_parser.pl > my_file 2&1 | |||
</pre> | |||
Feel free to prepare %fg-root%\preferences.xml to your desired needs if you plan to start at another location (instead of KSFO) or with another plane (instead of Cessna 172p) or if you want to change other options. Later you can use [http://www.live-graph.org Live Graph] to visualize your output. | |||
== Alternative Method == | == Alternative Method == |
edits