jsbsim.js
Version:
JSBSim flight dynamics model ported to JavaScript
636 lines (604 loc) • 27.5 kB
text/xml
<runscript xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://jsbsim.sf.net/JSBSimScript.xsd"
name="Short S.23 climb test">
<description>
This run is for testing the Short S.23 Sperry autopilot and
climb performance from 400ft to 10000 ft at 104kt indicated.
10000 ft should be reached about 775 seconds into the run.
</description>
<use aircraft="Short_S23" initialize="reset03"/>
<run start="0.0" end="800" dt="0.00833333">
<!--
"The effective maximum rate for the first segment climb to
1000ft. was 725 ft. per min. for a fully loaded Mark I S.23
'boat, climbing at 104 knots." ([Cassidy:2004:FE], page 160)
"The maximum rate of climb from 1 000 ft. to 10 000 ft. was 920
ft. per min. for a laden S.23, with airscrews in COARSE pitch,
at an engine speed of 2 000 rev. per min., with +1 1/4
lb. sq. in.. By the time a 'boat had reached this height, the
rate of climb had dropped to 600 ft. per min. A height of 10 000
ft. could be reached in 12 1/2 minutes. Increasing the all-up
weight to 43 000 lb. (19 500 kg.), decreased the rate of first
segment climb to 575 ft. per min. and the maximum rate of climb
to 775 ft. per min." ([Cassidy:2004:FE], page 160)
"The 'boats had a quirk by which, if the throttles were opened
to increase speed during the climb, the 'boat would level off
until the increased speed was reached, and then resume its
climb." ([Cassidy:2004:FE], page 160)
"The service ceiling is quoted as 20 000 ft."
([Cassidy:2004:FE], page 160)
"The quoted service ceilings were revised when the 'boats were
in line service. At the standard all-up weight of 40 500 lb. on
four engines, the ceiling was 15 500 ft., at 41 500lbs. the
ceiling was 14 300 ft., at 42 500 lb., 13 400 ft. and at 43 500
lb., 12 300 ft. With three engines the respective figures were
8 000 ft., 7 000 ft., 6 400 ft. and 5 700 ft. If an engine went
out of action in flight in hot weather at heights over 5 000
ft., it became difficult to maintain height and plenty of
control was needed." ([Cassidy:2004:FE], page 160)
-->
<property value="0">simulation/notify-time-trigger</property>
<property value="0">simulation/mixture-check-time-trigger</property>
<event name="Initialization 1">
<description>Configure for flight at 40500 lbs</description>
<condition>
simulation/sim-time-sec GE 0.0
</condition>
<notify/>
<set name="fcs/fuel-system/mark" value="1.0"/> <!-- Mark I fuel system. -->
<set name="inertia/pointmass-weight-lbs[5]" value="1800.0"/>
<set name="inertia/pointmass-weight-lbs[6]" value="1945.0"/>
<set name="inertia/pointmass-weight-lbs[7]" value="1500.0"/>
<set name="inertia/pointmass-weight-lbs[8]" value="0.0"/>
<set name="inertia/pointmass-weight-lbs[9]" value="1300.0"/>
</event>
<event name="Initialization 2">
<description>Set the fuel and test cocks</description>
<condition>
simulation/sim-time-sec GE 0.0
</condition>
<notify/>
<set name="fcs/fuel-system/left-tank-cock-cmd-norm" value="1.0"/>
<set name="fcs/fuel-system/right-tank-cock-cmd-norm" value="1.0"/>
<set name="fcs/fuel-system/balance-cock-cmd-norm" value="1.0"/>
<set name="fcs/fuel-system/left-test-cock-cmd-norm" value="1.0"/>
<set name="fcs/fuel-system/center-test-cock-cmd-norm" value="1.0"/>
<set name="fcs/fuel-system/right-test-cock-cmd-norm" value="1.0"/>
</event>
<event name="Initialization 3">
<description>Set the up the electrical system</description>
<condition>
simulation/sim-time-sec GE 0.0
</condition>
<notify/>
<set name="electrical/main-switchbox/switch-cmd-norm[0]" value="1.0"/>
<set name="electrical/main-switchbox/switch-cmd-norm[1]" value="1.0"/>
<set name="electrical/main-switchbox/switch-cmd-norm[2]" value="1.0"/>
<set name="electrical/main-switchbox/switch-cmd-norm[3]" value="1.0"/>
<set name="electrical/main-switchbox/switch-cmd-norm[4]" value="1.0"/>
<set name="electrical/main-switchbox/switch-cmd-norm[5]" value="1.0"/>
</event>
<event name="Initialization 4">
<description>Set the engine controls</description>
<condition>
simulation/sim-time-sec GE 0.0
</condition>
<notify/>
<set name="fcs/advance-cmd-norm[0]" value="1.0"/>
<set name="fcs/advance-cmd-norm[1]" value="1.0"/>
<set name="fcs/advance-cmd-norm[2]" value="1.0"/>
<set name="fcs/advance-cmd-norm[3]" value="1.0"/>
<set name="fcs/mixture-cmd-norm[0]" value="0.75"/>
<set name="fcs/mixture-cmd-norm[1]" value="0.75"/>
<set name="fcs/mixture-cmd-norm[2]" value="0.75"/>
<set name="fcs/mixture-cmd-norm[3]" value="0.75"/>
<set name="fcs/throttle-cmd-norm[0]" value="1.00"/>
<set name="fcs/throttle-cmd-norm[1]" value="1.00"/>
<set name="fcs/throttle-cmd-norm[2]" value="1.00"/>
<set name="fcs/throttle-cmd-norm[3]" value="1.00"/>
<set name="propulsion/magneto_cmd" value="3"/>
<set name="propulsion/set-running" value="-1"/>
</event>
<event name="Trim">
<condition>
simulation/sim-time-sec GE 1.0
</condition>
<set name="simulation/do_simple_trim" value="1"/>
<set name="propulsion/set-running" value="-1"/>
<notify>
<property>velocities/u-aero-fps</property>
<property>velocities/v-aero-fps</property>
<property>velocities/w-aero-fps</property>
<property>attitude/psi-rad</property>
<property>attitude/theta-rad</property>
<property>attitude/phi-rad</property>
<property>position/h-agl-ft</property>
<property>accelerations/pdot-rad_sec2</property>
<property>accelerations/qdot-rad_sec2</property>
<property>accelerations/rdot-rad_sec2</property>
<property>fcs/throttle-cmd-norm[0]</property>
<property>propulsion/engine[0]/thrust-lbs</property>
<property>propulsion/engine[0]/engine-rpm</property>
<property>propulsion/engine[0]/boost-psi</property>
<property>propulsion/engine[0]/power-hp</property>
<property>fcs/throttle-cmd-norm[1]</property>
<property>propulsion/engine[1]/thrust-lbs</property>
<property>propulsion/engine[1]/engine-rpm</property>
<property>propulsion/engine[1]/boost-psi</property>
<property>propulsion/engine[1]/power-hp</property>
<property>fcs/throttle-cmd-norm[2]</property>
<property>propulsion/engine[2]/thrust-lbs</property>
<property>propulsion/engine[2]/engine-rpm</property>
<property>propulsion/engine[2]/boost-psi</property>
<property>propulsion/engine[2]/power-hp</property>
<property>fcs/throttle-cmd-norm[3]</property>
<property>propulsion/engine[3]/thrust-lbs</property>
<property>propulsion/engine[3]/engine-rpm</property>
<property>propulsion/engine[3]/boost-psi</property>
<property>propulsion/engine[3]/power-hp</property>
<property>velocities/p-rad_sec</property>
<property>velocities/q-rad_sec</property>
<property>velocities/r-rad_sec</property>
<property>fcs/elevator-cmd-norm</property>
<property>fcs/aileron-cmd-norm</property>
<property>fcs/rudder-cmd-norm</property>
<property>fcs/elevator-pos-norm</property>
<property>fcs/right-aileron-pos-norm</property>
<property>fcs/rudder-pos-norm</property>
</notify>
</event>
<event name="Enable AP">
<description>Enable the roll channel of the autopilot.</description>
<condition>
simulation/sim-time-sec GT 1.0
</condition>
<set name="fcs/throttle-cmd-norm[0]" value="1.0"/>
<set name="fcs/throttle-cmd-norm[1]" value="1.0"/>
<set name="fcs/throttle-cmd-norm[2]" value="1.0"/>
<set name="fcs/throttle-cmd-norm[3]" value="1.0"/>
<!-- Close the speed valves of the unneeded channels. -->
<set name="sperry-autopilot/heading-speed-valve-cmd-norm" value="0.0"/>
<set name="sperry-autopilot/pitch-speed-valve-cmd-norm" value="0.0"/>
<!-- set name="sperry-autopilot/roll-speed-valve-cmd-norm" value="0.0"/-->
<!-- Set the reference values. -->
<set name="sperry-autopilot/roll-reference-deg" value="0.0"/>
<!-- Enable the AP. -->
<set name="sperry-autopilot/enabled-cmd-norm" value="1.0"/>
<notify/>
</event>
<event name="Report 400ft">
<description>Report when reaching 400ft.</description>
<condition>
position/h-agl-ft GT 400.0
</condition>
<notify>
<property>position/h-agl-ft</property>
<property>velocities/vc-kts</property>
<property>velocities/u-aero-fps </property>
<property>velocities/v-aero-fps </property>
<property>velocities/w-aero-fps </property>
<property>propulsion/engine[0]/engine-rpm</property>
<property>propulsion/engine[0]/boost-psi</property>
<property>propulsion/engine[0]/power-hp</property>
<property>propulsion/engine[1]/engine-rpm</property>
<property>propulsion/engine[1]/boost-psi</property>
<property>propulsion/engine[1]/power-hp</property>
<property>propulsion/engine[2]/engine-rpm</property>
<property>propulsion/engine[2]/boost-psi</property>
<property>propulsion/engine[2]/power-hp</property>
<property>propulsion/engine[3]/engine-rpm</property>
<property>propulsion/engine[3]/boost-psi</property>
<property>propulsion/engine[3]/power-hp</property>
<property>attitude/phi-rad</property>
<property>attitude/theta-rad</property>
<property>attitude/psi-rad</property>
<property>hydro/height-agl-ft</property>
<property>hydro/v-kt</property>
<property>hydro/pitch-deg</property>
<property>hydro/roll-deg</property>
<property>hydro/beta-deg</property>
</notify>
</event>
<event name="Report 1000ft">
<description>Report when reaching 1000ft.</description>
<condition>
position/h-agl-ft GT 1000.0
</condition>
<notify>
<property>position/h-agl-ft</property>
<property>velocities/vc-kts</property>
<property>velocities/u-aero-fps </property>
<property>velocities/v-aero-fps </property>
<property>velocities/w-aero-fps </property>
<property>propulsion/engine[0]/engine-rpm</property>
<property>propulsion/engine[0]/boost-psi</property>
<property>propulsion/engine[0]/power-hp</property>
<property>propulsion/engine[1]/engine-rpm</property>
<property>propulsion/engine[1]/boost-psi</property>
<property>propulsion/engine[1]/power-hp</property>
<property>propulsion/engine[2]/engine-rpm</property>
<property>propulsion/engine[2]/boost-psi</property>
<property>propulsion/engine[2]/power-hp</property>
<property>propulsion/engine[3]/engine-rpm</property>
<property>propulsion/engine[3]/boost-psi</property>
<property>propulsion/engine[3]/power-hp</property>
<property>attitude/phi-rad</property>
<property>attitude/theta-rad</property>
<property>attitude/psi-rad</property>
<property>hydro/height-agl-ft</property>
<property>hydro/v-kt</property>
<property>hydro/pitch-deg</property>
<property>hydro/roll-deg</property>
<property>hydro/beta-deg</property>
</notify>
<!-- Reduce boost to +1.25 PSI. throttle-cmd-norm = (1.25+11)/13.5 -->
<set name="fcs/throttle-cmd-norm[0]" value="0.91"/>
<set name="fcs/throttle-cmd-norm[1]" value="0.91"/>
<set name="fcs/throttle-cmd-norm[2]" value="0.91"/>
<set name="fcs/throttle-cmd-norm[3]" value="0.91"/>
<!-- set name="auto-boost/target-psi" value="1.25"/>
<set name="auto-boost/enabled-norm" value="1.00"/ -->
</event>
<event name="Report 2000ft">
<description>Report when reaching 2000ft.</description>
<condition>
position/h-agl-ft GT 2000.0
</condition>
<notify>
<property>position/h-agl-ft</property>
<property>velocities/vc-kts</property>
<property>velocities/u-aero-fps </property>
<property>velocities/v-aero-fps </property>
<property>velocities/w-aero-fps </property>
<property>propulsion/engine[0]/engine-rpm</property>
<property>propulsion/engine[0]/boost-psi</property>
<property>propulsion/engine[0]/power-hp</property>
<property>propulsion/engine[1]/engine-rpm</property>
<property>propulsion/engine[1]/boost-psi</property>
<property>propulsion/engine[1]/power-hp</property>
<property>propulsion/engine[2]/engine-rpm</property>
<property>propulsion/engine[2]/boost-psi</property>
<property>propulsion/engine[2]/power-hp</property>
<property>propulsion/engine[3]/engine-rpm</property>
<property>propulsion/engine[3]/boost-psi</property>
<property>propulsion/engine[3]/power-hp</property>
<property>attitude/phi-rad</property>
<property>attitude/theta-rad</property>
<property>attitude/psi-rad</property>
<property>hydro/height-agl-ft</property>
<property>hydro/v-kt</property>
<property>hydro/pitch-deg</property>
<property>hydro/roll-deg</property>
<property>hydro/beta-deg</property>
</notify>
</event>
<event name="Report 3000ft">
<description>Report when reaching 3000ft.</description>
<condition>
position/h-agl-ft GT 3000.0
</condition>
<notify>
<property>position/h-agl-ft</property>
<property>velocities/vc-kts</property>
<property>velocities/u-aero-fps </property>
<property>velocities/v-aero-fps </property>
<property>velocities/w-aero-fps </property>
<property>propulsion/engine[0]/engine-rpm</property>
<property>propulsion/engine[0]/boost-psi</property>
<property>propulsion/engine[0]/power-hp</property>
<property>propulsion/engine[1]/engine-rpm</property>
<property>propulsion/engine[1]/boost-psi</property>
<property>propulsion/engine[1]/power-hp</property>
<property>propulsion/engine[2]/engine-rpm</property>
<property>propulsion/engine[2]/boost-psi</property>
<property>propulsion/engine[2]/power-hp</property>
<property>propulsion/engine[3]/engine-rpm</property>
<property>propulsion/engine[3]/boost-psi</property>
<property>propulsion/engine[3]/power-hp</property>
<property>attitude/phi-rad</property>
<property>attitude/theta-rad</property>
<property>attitude/psi-rad</property>
<property>hydro/height-agl-ft</property>
<property>hydro/v-kt</property>
<property>hydro/pitch-deg</property>
<property>hydro/roll-deg</property>
<property>hydro/beta-deg</property>
</notify>
</event>
<event name="Report 4000ft">
<description>Report when reaching 4000ft.</description>
<condition>
position/h-agl-ft GT 4000.0
</condition>
<notify>
<property>position/h-agl-ft</property>
<property>velocities/vc-kts</property>
<property>velocities/u-aero-fps </property>
<property>velocities/v-aero-fps </property>
<property>velocities/w-aero-fps </property>
<property>propulsion/engine[0]/engine-rpm</property>
<property>propulsion/engine[0]/boost-psi</property>
<property>propulsion/engine[0]/power-hp</property>
<property>propulsion/engine[1]/engine-rpm</property>
<property>propulsion/engine[1]/boost-psi</property>
<property>propulsion/engine[1]/power-hp</property>
<property>propulsion/engine[2]/engine-rpm</property>
<property>propulsion/engine[2]/boost-psi</property>
<property>propulsion/engine[2]/power-hp</property>
<property>propulsion/engine[3]/engine-rpm</property>
<property>propulsion/engine[3]/boost-psi</property>
<property>propulsion/engine[3]/power-hp</property>
<property>attitude/phi-rad</property>
<property>attitude/theta-rad</property>
<property>attitude/psi-rad</property>
<property>hydro/height-agl-ft</property>
<property>hydro/v-kt</property>
<property>hydro/pitch-deg</property>
<property>hydro/roll-deg</property>
<property>hydro/beta-deg</property>
</notify>
</event>
<event name="Report 5000ft">
<description>Report when reaching 5000ft.</description>
<condition>
position/h-agl-ft GT 5000.0
</condition>
<notify>
<property>position/h-agl-ft</property>
<property>velocities/vc-kts</property>
<property>velocities/u-aero-fps </property>
<property>velocities/v-aero-fps </property>
<property>velocities/w-aero-fps </property>
<property>propulsion/engine[0]/engine-rpm</property>
<property>propulsion/engine[0]/boost-psi</property>
<property>propulsion/engine[0]/power-hp</property>
<property>propulsion/engine[1]/engine-rpm</property>
<property>propulsion/engine[1]/boost-psi</property>
<property>propulsion/engine[1]/power-hp</property>
<property>propulsion/engine[2]/engine-rpm</property>
<property>propulsion/engine[2]/boost-psi</property>
<property>propulsion/engine[2]/power-hp</property>
<property>propulsion/engine[3]/engine-rpm</property>
<property>propulsion/engine[3]/boost-psi</property>
<property>propulsion/engine[3]/power-hp</property>
<property>attitude/phi-rad</property>
<property>attitude/theta-rad</property>
<property>attitude/psi-rad</property>
<property>hydro/height-agl-ft</property>
<property>hydro/v-kt</property>
<property>hydro/pitch-deg</property>
<property>hydro/roll-deg</property>
<property>hydro/beta-deg</property>
</notify>
</event>
<event name="Report 6000ft">
<description>Report when reaching 6000ft.</description>
<condition>
position/h-agl-ft GT 6000.0
</condition>
<notify>
<property>position/h-agl-ft</property>
<property>velocities/vc-kts</property>
<property>velocities/u-aero-fps </property>
<property>velocities/v-aero-fps </property>
<property>velocities/w-aero-fps </property>
<property>propulsion/engine[0]/engine-rpm</property>
<property>propulsion/engine[0]/boost-psi</property>
<property>propulsion/engine[0]/power-hp</property>
<property>propulsion/engine[1]/engine-rpm</property>
<property>propulsion/engine[1]/boost-psi</property>
<property>propulsion/engine[1]/power-hp</property>
<property>propulsion/engine[2]/engine-rpm</property>
<property>propulsion/engine[2]/boost-psi</property>
<property>propulsion/engine[2]/power-hp</property>
<property>propulsion/engine[3]/engine-rpm</property>
<property>propulsion/engine[3]/boost-psi</property>
<property>propulsion/engine[3]/power-hp</property>
<property>attitude/phi-rad</property>
<property>attitude/theta-rad</property>
<property>attitude/psi-rad</property>
<property>hydro/height-agl-ft</property>
<property>hydro/v-kt</property>
<property>hydro/pitch-deg</property>
<property>hydro/roll-deg</property>
<property>hydro/beta-deg</property>
</notify>
</event>
<event name="Report 7000ft">
<description>Report when reaching 7000ft.</description>
<condition>
position/h-agl-ft GT 7000.0
</condition>
<notify>
<property>position/h-agl-ft</property>
<property>velocities/vc-kts</property>
<property>velocities/u-aero-fps </property>
<property>velocities/v-aero-fps </property>
<property>velocities/w-aero-fps </property>
<property>propulsion/engine[0]/engine-rpm</property>
<property>propulsion/engine[0]/boost-psi</property>
<property>propulsion/engine[0]/power-hp</property>
<property>propulsion/engine[1]/engine-rpm</property>
<property>propulsion/engine[1]/boost-psi</property>
<property>propulsion/engine[1]/power-hp</property>
<property>propulsion/engine[2]/engine-rpm</property>
<property>propulsion/engine[2]/boost-psi</property>
<property>propulsion/engine[2]/power-hp</property>
<property>propulsion/engine[3]/engine-rpm</property>
<property>propulsion/engine[3]/boost-psi</property>
<property>propulsion/engine[3]/power-hp</property>
<property>attitude/phi-rad</property>
<property>attitude/theta-rad</property>
<property>attitude/psi-rad</property>
<property>hydro/height-agl-ft</property>
<property>hydro/v-kt</property>
<property>hydro/pitch-deg</property>
<property>hydro/roll-deg</property>
<property>hydro/beta-deg</property>
</notify>
</event>
<event name="Report 8000ft">
<description>Report when reaching 8000ft.</description>
<condition>
position/h-agl-ft GT 8000.0
</condition>
<notify>
<property>position/h-agl-ft</property>
<property>velocities/vc-kts</property>
<property>velocities/u-aero-fps </property>
<property>velocities/v-aero-fps </property>
<property>velocities/w-aero-fps </property>
<property>propulsion/engine[0]/engine-rpm</property>
<property>propulsion/engine[0]/boost-psi</property>
<property>propulsion/engine[0]/power-hp</property>
<property>propulsion/engine[1]/engine-rpm</property>
<property>propulsion/engine[1]/boost-psi</property>
<property>propulsion/engine[1]/power-hp</property>
<property>propulsion/engine[2]/engine-rpm</property>
<property>propulsion/engine[2]/boost-psi</property>
<property>propulsion/engine[2]/power-hp</property>
<property>propulsion/engine[3]/engine-rpm</property>
<property>propulsion/engine[3]/boost-psi</property>
<property>propulsion/engine[3]/power-hp</property>
<property>attitude/phi-rad</property>
<property>attitude/theta-rad</property>
<property>attitude/psi-rad</property>
<property>hydro/height-agl-ft</property>
<property>hydro/v-kt</property>
<property>hydro/pitch-deg</property>
<property>hydro/roll-deg</property>
<property>hydro/beta-deg</property>
</notify>
</event>
<event name="Report 9000ft">
<description>Report when reaching 9000ft.</description>
<condition>
position/h-agl-ft GT 9000.0
</condition>
<notify>
<property>position/h-agl-ft</property>
<property>velocities/vc-kts</property>
<property>velocities/u-aero-fps </property>
<property>velocities/v-aero-fps </property>
<property>velocities/w-aero-fps </property>
<property>propulsion/engine[0]/engine-rpm</property>
<property>propulsion/engine[0]/boost-psi</property>
<property>propulsion/engine[0]/power-hp</property>
<property>propulsion/engine[1]/engine-rpm</property>
<property>propulsion/engine[1]/boost-psi</property>
<property>propulsion/engine[1]/power-hp</property>
<property>propulsion/engine[2]/engine-rpm</property>
<property>propulsion/engine[2]/boost-psi</property>
<property>propulsion/engine[2]/power-hp</property>
<property>propulsion/engine[3]/engine-rpm</property>
<property>propulsion/engine[3]/boost-psi</property>
<property>propulsion/engine[3]/power-hp</property>
<property>attitude/phi-rad</property>
<property>attitude/theta-rad</property>
<property>attitude/psi-rad</property>
<property>hydro/height-agl-ft</property>
<property>hydro/v-kt</property>
<property>hydro/pitch-deg</property>
<property>hydro/roll-deg</property>
<property>hydro/beta-deg</property>
</notify>
</event>
<event name="Report 10000ft">
<description>Report when reaching 10000ft.</description>
<condition>
position/h-agl-ft GT 10000.0
</condition>
<notify>
<property>position/h-agl-ft</property>
<property>velocities/vc-kts</property>
<property>velocities/u-aero-fps </property>
<property>velocities/v-aero-fps </property>
<property>velocities/w-aero-fps </property>
<property>propulsion/engine[0]/engine-rpm</property>
<property>propulsion/engine[0]/boost-psi</property>
<property>propulsion/engine[0]/power-hp</property>
<property>propulsion/engine[1]/engine-rpm</property>
<property>propulsion/engine[1]/boost-psi</property>
<property>propulsion/engine[1]/power-hp</property>
<property>propulsion/engine[2]/engine-rpm</property>
<property>propulsion/engine[2]/boost-psi</property>
<property>propulsion/engine[2]/power-hp</property>
<property>propulsion/engine[3]/engine-rpm</property>
<property>propulsion/engine[3]/boost-psi</property>
<property>propulsion/engine[3]/power-hp</property>
<property>attitude/phi-rad</property>
<property>attitude/theta-rad</property>
<property>attitude/psi-rad</property>
<property>hydro/height-agl-ft</property>
<property>hydro/v-kt</property>
<property>hydro/pitch-deg</property>
<property>hydro/roll-deg</property>
<property>hydro/beta-deg</property>
</notify>
</event>
<!-- event name="Reduce mixture" type="FG_DELTA" persistent="true">
<description>Check mixture at 1 seconds intervals</description>
<condition>
simulation/sim-time-sec GE simulation/mixture-check-time-trigger
propulsion/engine[3]/egt-degF LT 1350
</condition>
<notify>
<property>fcs/mixture-cmd-norm[3]</property>
<property>propulsion/engine[3]/egt-degF</property>
</notify>
<set name="fcs/mixture-cmd-norm[0]" value="-0.01" type="FG_DELTA"/>
<set name="fcs/mixture-cmd-norm[1]" value="-0.01" type="FG_DELTA"/>
<set name="fcs/mixture-cmd-norm[2]" value="-0.01" type="FG_DELTA"/>
<set name="fcs/mixture-cmd-norm[3]" value="-0.01" type="FG_DELTA"/>
<set name="simulation/mixture-check-time-trigger" value="1" type="FG_DELTA"/>
</event -->
<event name="Time Notify" type="FG_DELTA" persistent="true">
<description>Output message at 5 seconds intervals</description>
<condition>
simulation/sim-time-sec GE simulation/notify-time-trigger
</condition>
<notify>
<property>position/h-agl-ft</property>
<property>velocities/vc-kts</property>
<property>velocities/u-aero-fps </property>
<property>velocities/v-aero-fps </property>
<property>velocities/w-aero-fps </property>
<property>fcs/throttle-cmd-norm[0]</property>
<property>propulsion/engine[0]/thrust-lbs</property>
<property>propulsion/engine[0]/engine-rpm</property>
<property>propulsion/engine[0]/boost-psi</property>
<property>propulsion/engine[0]/power-hp</property>
<property>fcs/throttle-cmd-norm[1]</property>
<property>propulsion/engine[1]/thrust-lbs</property>
<property>propulsion/engine[1]/engine-rpm</property>
<property>propulsion/engine[1]/boost-psi</property>
<property>propulsion/engine[1]/power-hp</property>
<property>fcs/throttle-cmd-norm[2]</property>
<property>propulsion/engine[2]/thrust-lbs</property>
<property>propulsion/engine[2]/engine-rpm</property>
<property>propulsion/engine[2]/boost-psi</property>
<property>propulsion/engine[2]/power-hp</property>
<property>fcs/throttle-cmd-norm[3]</property>
<property>fcs/throttle-pos-norm[3]</property>
<property>propulsion/engine[3]/thrust-lbs</property>
<property>propulsion/engine[3]/engine-rpm</property>
<property>propulsion/engine[3]/boost-psi</property>
<property>propulsion/engine[3]/power-hp</property>
<property>propulsion/engine[3]/egt-degF</property>
<property>fcs/mixture-pos-norm[3]</property>
<property>propulsion/engine[3]/fuel-flow-rate-pps</property>
<property>attitude/phi-rad</property>
<property>attitude/theta-rad</property>
<property>attitude/psi-rad</property>
<property>hydro/height-agl-ft</property>
<property>hydro/v-kt</property>
<property>hydro/pitch-deg</property>
<property>hydro/roll-deg</property>
<property>hydro/beta-deg</property>
</notify>
<set name="simulation/notify-time-trigger" value="5" type="FG_DELTA"/>
</event>
</run>
</runscript>