2016-11-04 22:13:12 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
|
|
|
|
<!-- Airbus A320 speedbrake/ground spoiler configuration -->
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
2016-11-05 03:39:28 +00:00
|
|
|
<flipflop>
|
|
|
|
<name>Auto Speedbrake Engage logic</name>
|
|
|
|
<debug>false</debug>
|
|
|
|
<type>RS</type>
|
|
|
|
<enable>
|
|
|
|
<condition>
|
|
|
|
<and>
|
|
|
|
<equals>
|
|
|
|
<property>/controls/flight/speedbrake-arm</property>
|
|
|
|
<value>1</value>
|
|
|
|
</equals>
|
|
|
|
<less-than>
|
2016-11-06 04:38:16 +00:00
|
|
|
<property>/engines/engine[0]/reverser-pos-norm</property>
|
2016-11-05 03:39:28 +00:00
|
|
|
<value>0.01</value>
|
|
|
|
</less-than>
|
|
|
|
<less-than>
|
2016-11-06 04:38:16 +00:00
|
|
|
<property>/engines/engine[1]/reverser-pos-norm</property>
|
2016-11-05 03:39:28 +00:00
|
|
|
<value>0.01</value>
|
|
|
|
</less-than>
|
|
|
|
</and>
|
|
|
|
</condition>
|
|
|
|
</enable>
|
|
|
|
<S>
|
|
|
|
<and>
|
|
|
|
<less-than>
|
|
|
|
<property>/controls/engines/engine/throttle</property>
|
|
|
|
<value>0.15</value>
|
|
|
|
</less-than>
|
|
|
|
<less-than>
|
|
|
|
<property>/controls/engines/engine[1]/throttle</property>
|
|
|
|
<value>0.15</value>
|
|
|
|
</less-than>
|
|
|
|
<property>/gear/gear[1]/wow</property>
|
|
|
|
<property>/gear/gear[2]/wow</property>
|
|
|
|
<greater-than>
|
|
|
|
<property>/velocities/groundspeed-kt</property>
|
|
|
|
<value>60</value>
|
|
|
|
</greater-than>
|
|
|
|
</and>
|
|
|
|
</S>
|
|
|
|
<R>
|
2016-11-04 22:13:12 +00:00
|
|
|
<or>
|
2016-11-05 03:39:28 +00:00
|
|
|
<greater-than>
|
|
|
|
<property>/controls/engines/engine/throttle</property>
|
|
|
|
<value>0.16</value>
|
|
|
|
</greater-than>
|
|
|
|
<greater-than>
|
|
|
|
<property>/controls/engines/engine[1]/throttle</property>
|
|
|
|
<value>0.16</value>
|
|
|
|
</greater-than>
|
2016-11-04 22:13:12 +00:00
|
|
|
</or>
|
2016-11-05 03:39:28 +00:00
|
|
|
</R>
|
2016-11-06 04:38:16 +00:00
|
|
|
<output>/controls/flight/speedbrake-lever</output>
|
2016-11-05 03:39:28 +00:00
|
|
|
</flipflop>
|
2016-11-04 22:13:12 +00:00
|
|
|
|
|
|
|
<filter>
|
|
|
|
<name>Main speedbrake controller</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<input>
|
|
|
|
<expression>
|
|
|
|
<max>
|
|
|
|
<property>/controls/flight/ground-spoilers</property>
|
|
|
|
<property>/controls/flight/speedbrake-lever</property>
|
|
|
|
</max>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<output>/controls/flight/speedbrake</output>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
</PropertyList>
|