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>
|
<object-name>throttle-mode-box</object-name>
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<and>
|
||||||
|
<equals>
|
||||||
|
<property>/it-autoflight/output/athr</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/modes/pfd/fma/throttle-mode-box</property>
|
<property>/modes/pfd/fma/throttle-mode-box</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
|
|
|
@ -1885,6 +1885,10 @@
|
||||||
<object-name>throttle-mode-box</object-name>
|
<object-name>throttle-mode-box</object-name>
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<and>
|
||||||
|
<equals>
|
||||||
|
<property>/it-autoflight/output/athr</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/modes/pfd/fma/throttle-mode-box</property>
|
<property>/modes/pfd/fma/throttle-mode-box</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
|
|
|
@ -87,12 +87,20 @@
|
||||||
<property>/it-fbw/law</property>
|
<property>/it-fbw/law</property>
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
</equals>
|
</equals>
|
||||||
|
<equals>
|
||||||
|
<property>/gear/gear[0]/wow</property>
|
||||||
|
<value>0</value>
|
||||||
|
</equals>
|
||||||
</and>
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
<expression>
|
<expression>
|
||||||
<sum>
|
<sum>
|
||||||
<property>/controls/flight/elevator</property>
|
<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>
|
</sum>
|
||||||
</expression>
|
</expression>
|
||||||
</input>
|
</input>
|
||||||
|
|
Reference in a new issue