A3XX: Update FMGC-b
This commit is contained in:
parent
8ace592961
commit
3d335f1e44
5 changed files with 9 additions and 20 deletions
|
@ -642,7 +642,7 @@
|
|||
<name>INTERNAL VERTICAL SPEED COMPUTER</name>
|
||||
<debug>false</debug>
|
||||
<type>gain</type>
|
||||
<gain>55.5</gain>
|
||||
<gain>60.0</gain>
|
||||
<input>/velocities/vertical-speed-fps</input>
|
||||
<output>/it-autoflight/internal/vert-speed-fpm</output>
|
||||
</filter>
|
||||
|
@ -651,7 +651,7 @@
|
|||
<name>INTERNAL VERTICAL SPEED COMPUTER SYNC 4</name>
|
||||
<debug>false</debug>
|
||||
<type>gain</type>
|
||||
<gain>55.5</gain>
|
||||
<gain>1.0</gain>
|
||||
<enable>
|
||||
<condition>
|
||||
<and>
|
||||
|
@ -666,7 +666,7 @@
|
|||
</and>
|
||||
</condition>
|
||||
</enable>
|
||||
<input>/velocities/vertical-speed-fps</input>
|
||||
<input>/it-autoflight/internal/vert-speed-fpm</input>
|
||||
<output>/it-autoflight/internal/target-fpm-b</output>
|
||||
</filter>
|
||||
|
||||
|
@ -674,7 +674,7 @@
|
|||
<name>INTERNAL VERTICAL SPEED COMPUTER SYNC 5</name>
|
||||
<debug>false</debug>
|
||||
<type>gain</type>
|
||||
<gain>55.5</gain>
|
||||
<gain>1.0</gain>
|
||||
<enable>
|
||||
<condition>
|
||||
<not-equals>
|
||||
|
@ -683,7 +683,7 @@
|
|||
</not-equals>
|
||||
</condition>
|
||||
</enable>
|
||||
<input>/velocities/vertical-speed-fps</input>
|
||||
<input>/it-autoflight/internal/vert-speed-fpm</input>
|
||||
<output>/it-autoflight/internal/target-fpm-d</output>
|
||||
</filter>
|
||||
|
||||
|
|
|
@ -318,7 +318,7 @@
|
|||
<name>TARGET FPM</name>
|
||||
<debug>false</debug>
|
||||
<type>gain</type>
|
||||
<gain>1</gain>
|
||||
<gain>1.0</gain>
|
||||
<input>
|
||||
<condition>
|
||||
<or>
|
||||
|
|
|
@ -181,17 +181,6 @@
|
|||
<max>99</max>
|
||||
</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>
|
||||
<name>Throttle L</name>
|
||||
<type>gain</type>
|
||||
|
|
|
@ -342,7 +342,7 @@
|
|||
<input>
|
||||
<expression>
|
||||
<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>-4000</ind><dep>-74.8</dep></entry>
|
||||
<entry><ind>-2000</ind><dep>-73.0</dep></entry>
|
||||
|
@ -373,7 +373,7 @@
|
|||
<input>
|
||||
<expression>
|
||||
<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>-4000</ind><dep> 302</dep></entry>
|
||||
<entry><ind>-2000</ind><dep> 269</dep></entry>
|
||||
|
|
|
@ -1 +1 @@
|
|||
4036
|
||||
4037
|
Reference in a new issue