A32X: Inhibit full spoiler with AP on, fix autospoilers

This commit is contained in:
Joshua Davidson 2017-12-20 15:52:52 -05:00
parent 3fec10bca0
commit e3f7be1b96
2 changed files with 32 additions and 3 deletions

View file

@ -1267,8 +1267,10 @@
<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>
<or>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
</or>
<greater-than>
<property>/velocities/groundspeed-kt</property>
<value>72</value>
@ -1306,6 +1308,33 @@
<property>/controls/flight/speedbrake</property>
<property>/controls/flight/speedbrake-norm</property>
</output>
<min>0.0</min>
<max>
<condition>
<and>
<equals>
<property>/gear/gear[1]/wow</property>
<value>0</value>
</equals>
<equals>
<property>/gear/gear[1]/wow</property>
<value>0</value>
</equals>
<or>
<equals>
<property>/it-autoflight/output/ap1</property>
<value>1</value>
</equals>
<equals>
<property>/it-autoflight/output/ap2</property>
<value>1</value>
</equals>
</or>
</and>
</condition>
<value>0.5</value>
</max>
<max>1.0</max>
</filter>
<!-- Braking -->

View file

@ -1 +1 @@
4101
4102