A32X: Improve FD Guidance in Flare
This commit is contained in:
parent
ea58be4bc1
commit
7596cd0f13
3 changed files with 55 additions and 37 deletions
|
@ -107,6 +107,24 @@
|
|||
<!-- Autopilot Helpers/Calculators -->
|
||||
<!-- =============================================================== -->
|
||||
|
||||
<filter>
|
||||
<name>AUTOLAND FD FPM</name>
|
||||
<type>gain</type>
|
||||
<gain>1</gain>
|
||||
<update-interval-secs type="double">0.05</update-interval-secs>
|
||||
<input>
|
||||
<expression>
|
||||
<table>
|
||||
<property>/position/gear-agl-ft</property>
|
||||
<entry><ind>100</ind><dep>-600</dep></entry>
|
||||
<entry><ind> 50</ind><dep>-500</dep></entry>
|
||||
<entry><ind> 45</ind><dep> -70</dep></entry>
|
||||
</table>
|
||||
</expression>
|
||||
</input>
|
||||
<output>/it-autoflight/internal/target-fpm-c2</output>
|
||||
</filter>
|
||||
|
||||
<filter>
|
||||
<name>AUTOLAND FPM</name>
|
||||
<type>gain</type>
|
||||
|
|
|
@ -357,7 +357,7 @@
|
|||
<value>6</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<property>/it-autoflight/internal/target-fpm-c</property>
|
||||
<property>/it-autoflight/internal/target-fpm-c2</property>
|
||||
</input>
|
||||
<input>
|
||||
<condition>
|
||||
|
|
|
@ -1 +1 @@
|
|||
2030
|
||||
2031
|
Reference in a new issue