A3XX: Update FMGC-b

This commit is contained in:
Joshua Davidson 2017-11-27 10:19:44 -05:00
parent 8ace592961
commit 3d335f1e44
5 changed files with 9 additions and 20 deletions

View file

@ -642,7 +642,7 @@
<name>INTERNAL VERTICAL SPEED COMPUTER</name> <name>INTERNAL VERTICAL SPEED COMPUTER</name>
<debug>false</debug> <debug>false</debug>
<type>gain</type> <type>gain</type>
<gain>55.5</gain> <gain>60.0</gain>
<input>/velocities/vertical-speed-fps</input> <input>/velocities/vertical-speed-fps</input>
<output>/it-autoflight/internal/vert-speed-fpm</output> <output>/it-autoflight/internal/vert-speed-fpm</output>
</filter> </filter>
@ -651,7 +651,7 @@
<name>INTERNAL VERTICAL SPEED COMPUTER SYNC 4</name> <name>INTERNAL VERTICAL SPEED COMPUTER SYNC 4</name>
<debug>false</debug> <debug>false</debug>
<type>gain</type> <type>gain</type>
<gain>55.5</gain> <gain>1.0</gain>
<enable> <enable>
<condition> <condition>
<and> <and>
@ -666,7 +666,7 @@
</and> </and>
</condition> </condition>
</enable> </enable>
<input>/velocities/vertical-speed-fps</input> <input>/it-autoflight/internal/vert-speed-fpm</input>
<output>/it-autoflight/internal/target-fpm-b</output> <output>/it-autoflight/internal/target-fpm-b</output>
</filter> </filter>
@ -674,7 +674,7 @@
<name>INTERNAL VERTICAL SPEED COMPUTER SYNC 5</name> <name>INTERNAL VERTICAL SPEED COMPUTER SYNC 5</name>
<debug>false</debug> <debug>false</debug>
<type>gain</type> <type>gain</type>
<gain>55.5</gain> <gain>1.0</gain>
<enable> <enable>
<condition> <condition>
<not-equals> <not-equals>
@ -683,7 +683,7 @@
</not-equals> </not-equals>
</condition> </condition>
</enable> </enable>
<input>/velocities/vertical-speed-fps</input> <input>/it-autoflight/internal/vert-speed-fpm</input>
<output>/it-autoflight/internal/target-fpm-d</output> <output>/it-autoflight/internal/target-fpm-d</output>
</filter> </filter>

View file

@ -318,7 +318,7 @@
<name>TARGET FPM</name> <name>TARGET FPM</name>
<debug>false</debug> <debug>false</debug>
<type>gain</type> <type>gain</type>
<gain>1</gain> <gain>1.0</gain>
<input> <input>
<condition> <condition>
<or> <or>

View file

@ -181,17 +181,6 @@
<max>99</max> <max>99</max>
</filter> </filter>
<filter>
<name>V/S 2 PFD</name>
<type>noise-spike</type>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<property>/it-autoflight/internal/vert-speed-fpm</property>
</input>
<output>/it-autoflight/internal/vert-speed-fpm-filtered</output>
<max-rate-of-change>5000</max-rate-of-change>
</filter>
<filter> <filter>
<name>Throttle L</name> <name>Throttle L</name>
<type>gain</type> <type>gain</type>

View file

@ -342,7 +342,7 @@
<input> <input>
<expression> <expression>
<table> <table>
<property>/it-autoflight/internal/vert-speed-fpm-filtered</property> <property>/it-autoflight/internal/vert-speed-fpm</property>
<entry><ind>-6000</ind><dep>-76.6</dep></entry> <entry><ind>-6000</ind><dep>-76.6</dep></entry>
<entry><ind>-4000</ind><dep>-74.8</dep></entry> <entry><ind>-4000</ind><dep>-74.8</dep></entry>
<entry><ind>-2000</ind><dep>-73.0</dep></entry> <entry><ind>-2000</ind><dep>-73.0</dep></entry>
@ -373,7 +373,7 @@
<input> <input>
<expression> <expression>
<table> <table>
<property>/it-autoflight/internal/vert-speed-fpm-filtered</property> <property>/it-autoflight/internal/vert-speed-fpm</property>
<entry><ind>-6000</ind><dep> 340</dep></entry> <entry><ind>-6000</ind><dep> 340</dep></entry>
<entry><ind>-4000</ind><dep> 302</dep></entry> <entry><ind>-4000</ind><dep> 302</dep></entry>
<entry><ind>-2000</ind><dep> 269</dep></entry> <entry><ind>-2000</ind><dep> 269</dep></entry>

View file

@ -1 +1 @@
4036 4037