A3XX: FADEC: Add Approach Idle, and other Idle limit tweaks

This commit is contained in:
Joshua Davidson 2017-11-22 13:36:14 -05:00
parent 350534897c
commit 8d1a79871a
3 changed files with 39 additions and 9 deletions

View file

@ -18,10 +18,25 @@
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<condition>
<greater-than-equals>
<property>/position/gear-agl-ft</property>
<value>50</value>
</greater-than-equals>
<and>
<not-equals>
<property>/controls/flight/flap-lever</property>
<value>0</value>
</not-equals>
<equals>
<property>/gear/gear[0]/wow</property>
<value>0</value>
</equals>
</and>
</condition>
<value>0.1</value>
</input>
<input>
<condition>
<equals>
<property>/gear/gear[0]/wow</property>
<value>0</value>
</equals>
</condition>
<expression>
<table>

View file

@ -18,10 +18,25 @@
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<condition>
<greater-than-equals>
<property>/position/gear-agl-ft</property>
<value>50</value>
</greater-than-equals>
<and>
<not-equals>
<property>/controls/flight/flap-lever</property>
<value>0</value>
</not-equals>
<equals>
<property>/gear/gear[0]/wow</property>
<value>0</value>
</equals>
</and>
</condition>
<value>0.1</value>
</input>
<input>
<condition>
<equals>
<property>/gear/gear[0]/wow</property>
<value>0</value>
</equals>
</condition>
<expression>
<table>

View file

@ -1 +1 @@
4028
4029