A3XX: Improve FBW Flare, bugfix PFD
This commit is contained in:
parent
e3a4672d6a
commit
6cefc42cff
3 changed files with 17 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Reference in a new issue