Skip to main content
Liberty Bay Books
18881 D Front Street
POB 1396
Poulsbo, WA 98370
(360) 779-5909

Use Code [(  SAVE10  )] For 10% Off

Jsbsim Tutorial May 2026

<?xml version="1.0"?> <runscript> <use aircraft="c172" initialization="reset"/> <run start="0" end="60" dt="0.01"> <property value="20.0"> simulation/sim-time-sec </property> <!-- Start at 20 sec --> <property value="140.0"> velocities/vc-kts </property> <!-- 140 knots --> <property value="0.1"> fcs/elevator-cmd-norm </property> <!-- Pull back slightly --> <!-- Define a landing at 40 seconds --> <event name="Flaps Down" time="40"> <set value="1.0"> fcs/flaps-cmd-norm </set> </event> </run> </runscript>

In c172.xml , find the <flight_control> section: jsbsim tutorial

Open a terminal and run: