A32X: Improve FD Guidance in Flare

This commit is contained in:
Joshua Davidson 2017-10-04 21:01:25 -04:00
parent ea58be4bc1
commit 7596cd0f13
3 changed files with 55 additions and 37 deletions

View file

@ -106,28 +106,46 @@
<!-- =============================================================== --> <!-- =============================================================== -->
<!-- Autopilot Helpers/Calculators --> <!-- 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> <filter>
<name>AUTOLAND FPM</name> <name>AUTOLAND FPM</name>
<type>gain</type> <type>gain</type>
<gain>1</gain> <gain>1</gain>
<update-interval-secs type="double">0.05</update-interval-secs> <update-interval-secs type="double">0.05</update-interval-secs>
<input> <input>
<expression> <expression>
<table> <table>
<property>/position/gear-agl-ft</property> <property>/position/gear-agl-ft</property>
<entry><ind>100</ind><dep>-600</dep></entry> <entry><ind>100</ind><dep>-600</dep></entry>
<entry><ind> 50</ind><dep>-500</dep></entry> <entry><ind> 50</ind><dep>-500</dep></entry>
<entry><ind> 40</ind><dep>-400</dep></entry> <entry><ind> 40</ind><dep>-400</dep></entry>
<entry><ind> 30</ind><dep>-300</dep></entry> <entry><ind> 30</ind><dep>-300</dep></entry>
<entry><ind> 20</ind><dep>-180</dep></entry> <entry><ind> 20</ind><dep>-180</dep></entry>
<entry><ind> 10</ind><dep>-100</dep></entry> <entry><ind> 10</ind><dep>-100</dep></entry>
<entry><ind> 5</ind><dep> -70</dep></entry> <entry><ind> 5</ind><dep> -70</dep></entry>
</table> </table>
</expression> </expression>
</input> </input>
<output>/it-autoflight/internal/target-fpm-c</output> <output>/it-autoflight/internal/target-fpm-c</output>
</filter> </filter>
<filter> <filter>
<name>FMGC MNG SPD</name> <name>FMGC MNG SPD</name>
@ -207,7 +225,7 @@
<property>/it-autoflight/input/spd-mach</property> <property>/it-autoflight/input/spd-mach</property>
</product> </product>
</expression> </expression>
</input> </input>
<output>/FMGC/internal/target-ias-pfd</output> <output>/FMGC/internal/target-ias-pfd</output>
</filter> </filter>
@ -338,10 +356,10 @@
</max-rate-of-change> </max-rate-of-change>
</filter> </filter>
<filter> <filter>
<name>IAS SYNC</name> <name>IAS SYNC</name>
<type>gain</type> <type>gain</type>
<gain>1</gain> <gain>1</gain>
<enable> <enable>
<condition> <condition>
<equals> <equals>
@ -350,15 +368,15 @@
</equals> </equals>
</condition> </condition>
</enable> </enable>
<update-interval-secs type="double">0.5</update-interval-secs> <update-interval-secs type="double">0.5</update-interval-secs>
<input>/instrumentation/airspeed-indicator/indicated-speed-kt</input> <input>/instrumentation/airspeed-indicator/indicated-speed-kt</input>
<output>/it-autoflight/input/spd-kts</output> <output>/it-autoflight/input/spd-kts</output>
</filter> </filter>
<filter> <filter>
<name>MACH SYNC</name> <name>MACH SYNC</name>
<type>gain</type> <type>gain</type>
<gain>1</gain> <gain>1</gain>
<enable> <enable>
<condition> <condition>
<equals> <equals>
@ -367,10 +385,10 @@
</equals> </equals>
</condition> </condition>
</enable> </enable>
<update-interval-secs type="double">0.5</update-interval-secs> <update-interval-secs type="double">0.5</update-interval-secs>
<input>/instrumentation/airspeed-indicator/indicated-mach</input> <input>/instrumentation/airspeed-indicator/indicated-mach</input>
<output>/it-autoflight/input/spd-mach</output> <output>/it-autoflight/input/spd-mach</output>
</filter> </filter>
<filter> <filter>
<name>HEADING ERROR DEG</name> <name>HEADING ERROR DEG</name>

View file

@ -357,7 +357,7 @@
<value>6</value> <value>6</value>
</equals> </equals>
</condition> </condition>
<property>/it-autoflight/internal/target-fpm-c</property> <property>/it-autoflight/internal/target-fpm-c2</property>
</input> </input>
<input> <input>
<condition> <condition>

View file

@ -1 +1 @@
2030 2031