From: Bertrand <bco...@us...> - 2016-06-25 10:16:25
|
Update of /cvsroot/jsbsim/JSBSim/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19195 Modified Files: L410.xml Log Message: Set the gear control property such that the gear remains extended during the execution of the script. Index: L410.xml =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/scripts/L410.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** L410.xml 8 Jul 2010 11:39:53 -0000 1.4 --- L410.xml 25 Jun 2016 10:16:22 -0000 1.5 *************** *** 7,10 **** --- 7,11 ---- <use aircraft="L410" initialize="reset00"/> <run start="0.0" end="10" dt="0.0010"> + <property value="1.0">/controls/gear/gear-down-cond</property> <event name="Turn on battery 1"> <condition>simulation/sim-time-sec ge 5.0</condition> |