A3XX: Improve FBW Flare, bugfix PFD

This commit is contained in:
Joshua Davidson 2017-07-01 19:18:57 -04:00
parent e3a4672d6a
commit 6cefc42cff
3 changed files with 17 additions and 1 deletions

View file

@ -1885,6 +1885,10 @@
<object-name>throttle-mode-box</object-name>
<condition>
<and>
<equals>
<property>/it-autoflight/output/athr</property>
<value>1</value>
</equals>
<equals>
<property>/modes/pfd/fma/throttle-mode-box</property>
<value>1</value>

View file

@ -1885,6 +1885,10 @@
<object-name>throttle-mode-box</object-name>
<condition>
<and>
<equals>
<property>/it-autoflight/output/athr</property>
<value>1</value>
</equals>
<equals>
<property>/modes/pfd/fma/throttle-mode-box</property>
<value>1</value>

View file

@ -87,12 +87,20 @@
<property>/it-fbw/law</property>
<value>0</value>
</equals>
<equals>
<property>/gear/gear[0]/wow</property>
<value>0</value>
</equals>
</and>
</condition>
<expression>
<sum>
<property>/controls/flight/elevator</property>
<value>0.15</value>
<table>
<property>/position/gear-agl-ft</property>
<entry><ind> 0</ind><dep>0.15</dep></entry>
<entry><ind>50</ind><dep>0.10</dep></entry>
</table>
</sum>
</expression>
</input>