Re: [Flightgear-devel] FG - YASim model output data in txt file

2013-04-02 Thread Renk Thorsten
In addition to what Heiko said, Nasal script loops can be used to print any properties or functions of properties under any set of pre-defined conditions with adjustible sampling interval on-screen. If you re-direct console output to a file, you also get something that is plottable with minimum

Re: [Flightgear-devel] FG - YASim model output data in txt file

2013-04-02 Thread Heiko Schulz
Hi, Unfortunately YASim doesn't output all too much values. You can't directly plot like with JSBSim, but FlightGear offers a logging function, so you can log available values and use it. As an example that's how I determine roll rates etc... Menubar --> Developers --> Logging You can change t

[Flightgear-devel] FG - YASim model output data in txt file

2013-04-02 Thread Alvaro Martin
Hello, I am trying to develope an helicopter model (realistic) in YASim to fly it through Flightgear. I would like to know if there's a way of taking out some values measured or calculated during the flight in order to write them in a .txt file, to plot them or use them outside FG, to analyse t