2015-06-16 21:20:54 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-07-24 17:37:16 +00:00
|
|
|
|
2015-06-16 21:20:54 +00:00
|
|
|
<!-- (c) 2015, wlbragg. http://forum.flightgear.org/viewtopic.php?f=4&t=25157&start=75#p232085
|
|
|
|
Under the GPL. Used by shadows under ALS -->
|
2015-07-24 17:37:16 +00:00
|
|
|
|
2015-06-16 21:20:54 +00:00
|
|
|
<PropertyList>
|
|
|
|
|
2015-07-24 17:37:16 +00:00
|
|
|
<filter>
|
|
|
|
<type>gain</type>
|
|
|
|
<gain>0.3048</gain>
|
|
|
|
<input>/position/altitude-agl-ft</input>
|
|
|
|
<reference>-.75</reference>
|
|
|
|
<output>/position/gear-agl-m</output>
|
|
|
|
</filter>
|
2015-06-16 21:20:54 +00:00
|
|
|
|
2015-07-24 17:37:16 +00:00
|
|
|
<filter>
|
|
|
|
<type>gain</type>
|
|
|
|
<gain>0.3048</gain>
|
|
|
|
<input>/position/altitude-agl-ft</input>
|
|
|
|
<output>/position/altitude-agl-m</output>
|
|
|
|
</filter>
|
2015-06-16 21:20:54 +00:00
|
|
|
|
2015-07-05 18:32:41 +00:00
|
|
|
<!-- These filters are used to passthrough a value in non-replay mode.
|
2015-06-16 21:20:54 +00:00
|
|
|
In replay mode, the value from the flight recorder is used.
|
|
|
|
This filter is needed because JSBSim wins over the flight recorder.
|
|
|
|
-->
|
2015-07-05 18:32:41 +00:00
|
|
|
<filter>
|
|
|
|
<name>Stall Horn Volume</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<enable>
|
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>/sim/freeze/replay-state</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
|
|
|
</enable>
|
|
|
|
<input>
|
|
|
|
<property>/fdm/jsbsim/sounds/stall-horn-volume</property>
|
|
|
|
</input>
|
|
|
|
<output>
|
|
|
|
<property>/fdm/jsbsim/sounds/stall-horn-volume-actual</property>
|
|
|
|
</output>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<name>Stall Horn Pitch</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<enable>
|
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>/sim/freeze/replay-state</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
|
|
|
</enable>
|
|
|
|
<input>
|
|
|
|
<property>/fdm/jsbsim/sounds/stall-horn-pitch</property>
|
|
|
|
</input>
|
|
|
|
<output>
|
|
|
|
<property>/fdm/jsbsim/sounds/stall-horn-pitch-actual</property>
|
|
|
|
</output>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<name>Water Rudder Position</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<enable>
|
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>/sim/freeze/replay-state</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
|
|
|
</enable>
|
|
|
|
<input>
|
|
|
|
<property>/controls/gear/water-rudder-down</property>
|
|
|
|
</input>
|
|
|
|
<output>
|
|
|
|
<property>/controls/gear/water-rudder-down-actual</property>
|
|
|
|
</output>
|
|
|
|
</filter>
|
|
|
|
|
2015-06-16 21:20:54 +00:00
|
|
|
<filter>
|
|
|
|
<name>Spray and Wakes Effect for Pontoons</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<enable>
|
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>/sim/freeze/replay-state</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
|
|
|
</enable>
|
|
|
|
<input>
|
|
|
|
<property>/fdm/jsbsim/hydro/spray-wake-speed-kt</property>
|
|
|
|
</input>
|
|
|
|
<output>
|
|
|
|
<property>/fdm/jsbsim/hydro/spray-wake-speed-kt-actual</property>
|
|
|
|
</output>
|
|
|
|
</filter>
|
|
|
|
|
2015-07-24 17:37:16 +00:00
|
|
|
<filter>
|
2015-06-16 21:20:54 +00:00
|
|
|
<name>Left Ground Effect for Pontoons</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<enable>
|
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>/sim/freeze/replay-state</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
|
|
|
</enable>
|
|
|
|
<input>
|
|
|
|
<property>/fdm/jsbsim/hydro/left-ground-effect-speed-kt</property>
|
|
|
|
</input>
|
|
|
|
<output>
|
|
|
|
<property>/fdm/jsbsim/hydro/left-ground-effect-speed-kt-actual</property>
|
|
|
|
</output>
|
|
|
|
</filter>
|
|
|
|
|
2015-07-24 17:37:16 +00:00
|
|
|
<filter>
|
2015-06-16 21:20:54 +00:00
|
|
|
<name>Right Ground Effect for Pontoons</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<enable>
|
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>/sim/freeze/replay-state</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
|
|
|
</enable>
|
|
|
|
<input>
|
|
|
|
<property>/fdm/jsbsim/hydro/right-ground-effect-speed-kt</property>
|
|
|
|
</input>
|
|
|
|
<output>
|
|
|
|
<property>/fdm/jsbsim/hydro/right-ground-effect-speed-kt-actual</property>
|
|
|
|
</output>
|
|
|
|
</filter>
|
|
|
|
|
2015-07-24 17:37:16 +00:00
|
|
|
<filter>
|
2015-06-16 21:20:54 +00:00
|
|
|
<name>Tail Ground Effect</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<enable>
|
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>/sim/freeze/replay-state</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
|
|
|
</enable>
|
|
|
|
<input>
|
|
|
|
<property>/fdm/jsbsim/ground/tail-ground-effect-speed-kt</property>
|
|
|
|
</input>
|
|
|
|
<output>
|
|
|
|
<property>/fdm/jsbsim/ground/tail-ground-effect-speed-kt-actual</property>
|
|
|
|
</output>
|
|
|
|
</filter>
|
|
|
|
|
2015-07-24 17:37:16 +00:00
|
|
|
<filter>
|
2015-06-16 21:20:54 +00:00
|
|
|
<name>Left Wing Ground Effect</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<enable>
|
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>/sim/freeze/replay-state</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
|
|
|
</enable>
|
|
|
|
<input>
|
|
|
|
<property>/fdm/jsbsim/ground/left-wing-ground-effect-speed-kt</property>
|
|
|
|
</input>
|
|
|
|
<output>
|
|
|
|
<property>/fdm/jsbsim/ground/left-wing-ground-effect-speed-kt-actual</property>
|
|
|
|
</output>
|
|
|
|
</filter>
|
|
|
|
|
2015-07-24 17:37:16 +00:00
|
|
|
<filter>
|
2015-06-16 21:20:54 +00:00
|
|
|
<name>Right Wing Ground Effect</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<enable>
|
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>/sim/freeze/replay-state</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
|
|
|
</enable>
|
|
|
|
<input>
|
|
|
|
<property>/fdm/jsbsim/ground/right-wing-ground-effect-speed-kt</property>
|
|
|
|
</input>
|
|
|
|
<output>
|
|
|
|
<property>/fdm/jsbsim/ground/right-wing-ground-effect-speed-kt-actual</property>
|
|
|
|
</output>
|
|
|
|
</filter>
|
|
|
|
|
2015-07-24 17:37:16 +00:00
|
|
|
<filter>
|
2015-06-16 21:20:54 +00:00
|
|
|
<name>Nose Gear Ground Effect</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<enable>
|
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>/sim/freeze/replay-state</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
|
|
|
</enable>
|
|
|
|
<input>
|
|
|
|
<property>/fdm/jsbsim/ground/nose-gear-ground-effect-speed-kt</property>
|
|
|
|
</input>
|
|
|
|
<output>
|
|
|
|
<property>/fdm/jsbsim/ground/nose-gear-ground-effect-speed-kt-actual</property>
|
|
|
|
</output>
|
|
|
|
</filter>
|
|
|
|
|
2015-07-24 17:37:16 +00:00
|
|
|
<filter>
|
2015-06-16 21:20:54 +00:00
|
|
|
<name>Left Gear Ground Effect</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<enable>
|
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>/sim/freeze/replay-state</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
|
|
|
</enable>
|
|
|
|
<input>
|
|
|
|
<property>/fdm/jsbsim/ground/left-gear-ground-effect-speed-kt</property>
|
|
|
|
</input>
|
|
|
|
<output>
|
|
|
|
<property>/fdm/jsbsim/ground/left-gear-ground-effect-speed-kt-actual</property>
|
|
|
|
</output>
|
|
|
|
</filter>
|
|
|
|
|
2015-07-24 17:37:16 +00:00
|
|
|
<filter>
|
2015-06-16 21:20:54 +00:00
|
|
|
<name>Right Gear Ground Effect</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<enable>
|
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>/sim/freeze/replay-state</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
|
|
|
</enable>
|
|
|
|
<input>
|
|
|
|
<property>/fdm/jsbsim/ground/right-gear-ground-effect-speed-kt</property>
|
|
|
|
</input>
|
|
|
|
<output>
|
|
|
|
<property>/fdm/jsbsim/ground/right-gear-ground-effect-speed-kt-actual</property>
|
|
|
|
</output>
|
|
|
|
</filter>
|
|
|
|
|
2015-07-24 17:37:16 +00:00
|
|
|
<filter>
|
2015-06-16 21:20:54 +00:00
|
|
|
<name>Nose Off Road Tyre Smoke Ground Effect</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<enable>
|
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>/sim/freeze/replay-state</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
|
|
|
</enable>
|
|
|
|
<input>
|
|
|
|
<property>/fdm/jsbsim/ground/nose-tyre-smoke-ground-effect-speed-kt</property>
|
|
|
|
</input>
|
|
|
|
<output>
|
|
|
|
<property>/fdm/jsbsim/ground/nose-tyre-smoke-ground-effect-speed-kt-actual</property>
|
|
|
|
</output>
|
|
|
|
</filter>
|
|
|
|
|
2015-07-24 17:37:16 +00:00
|
|
|
<filter>
|
2015-06-16 21:20:54 +00:00
|
|
|
<name>Left Off Road Tyre Smoke Ground Effect</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<enable>
|
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>/sim/freeze/replay-state</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
|
|
|
</enable>
|
|
|
|
<input>
|
|
|
|
<property>/fdm/jsbsim/ground/left-tyre-smoke-ground-effect-speed-kt</property>
|
|
|
|
</input>
|
|
|
|
<output>
|
|
|
|
<property>/fdm/jsbsim/ground/left-tyre-smoke-ground-effect-speed-kt-actual</property>
|
|
|
|
</output>
|
|
|
|
</filter>
|
|
|
|
|
2015-07-24 17:37:16 +00:00
|
|
|
<filter>
|
2015-06-16 21:20:54 +00:00
|
|
|
<name>Right Off Road Tyre Smoke Ground Effect</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<enable>
|
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>/sim/freeze/replay-state</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
|
|
|
</enable>
|
|
|
|
<input>
|
|
|
|
<property>/fdm/jsbsim/ground/right-tyre-smoke-ground-effect-speed-kt</property>
|
|
|
|
</input>
|
|
|
|
<output>
|
|
|
|
<property>/fdm/jsbsim/ground/right-tyre-smoke-ground-effect-speed-kt-actual</property>
|
|
|
|
</output>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
</PropertyList>
|