jsbsim.js
Version:
JSBSim flight dynamics model ported to JavaScript
65 lines (60 loc) • 2.09 kB
text/xml
<plotset>
<!--
This file contains plot descriptions for the aerosurfaces data logged by JSBSim
when the aerosurfaces flag is turned ON.
These are the variables logged by JSBSim with the aerosurfaces flag set to ON
Aileron Command (norm)
Elevator Command (norm)
Rudder Command (norm)
Flap Command (norm)
Left Aileron Position (deg)
Right Aileron Position (deg)
Elevator Position (deg)
Rudder Position (deg)
Flap Position (deg)
-->
<page>
<plot>
<title></title>
<label axis="x">Time (sec)</label>
<label axis="y">Elevator Command</label>
<label axis="y2">Elevator Position</label>
<scale>auto</scale>
<parameter axis="x">Time</parameter>
<parameter axis="y">Elevator Command (norm)</parameter>
<parameter axis="y2">Elevator Position (deg)</parameter>
</plot>
<plot>
<title></title>
<label axis="x"></label>
<label axis="y">Aileron Command</label>
<label axis="y2">Aileron Position</label>
<scale>auto</scale>
<parameter axis="x">Time</parameter>
<parameter axis="y">Aileron Command (norm)</parameter>
<parameter axis="y2">Left Aileron Position (deg)</parameter>
<parameter axis="y2">Right Aileron Position (deg)</parameter>
</plot>
<plot>
<title></title>
<label axis="x"></label>
<label axis="y">Rudder Command</label>
<label axis="y2">Rudder Position</label>
<scale>auto</scale>
<parameter axis="x">Time</parameter>
<parameter axis="y">Rudder Command (norm)</parameter>
<parameter axis="y2">Rudder Position (deg)</parameter>
</plot>
<plot>
<title>Aerosurface Time History</title>
<label axis="x"></label>
<label axis="y">Flap Command</label>
<label axis="y2">Flap Position</label>
<scale>auto</scale>
<parameter axis="x">Time</parameter>
<parameter axis="y">Flap Command (norm)</parameter>
<parameter axis="y2">Flap Position (deg)</parameter>
</plot>
</page>
</plotset>