A32X: Different FADEC Power per Engine Type
Neos are synced to CFM56, because I don't have enough data on them yet
This commit is contained in:
parent
9e0da92d2b
commit
31f9efe142
3 changed files with 75 additions and 39 deletions
|
@ -6,11 +6,47 @@
|
|||
##############################################
|
||||
-->
|
||||
|
||||
<!-- A3XX CFM/PW FADEC -->
|
||||
<!-- Joshua Davidson -->
|
||||
<!-- A3XX CFM56/CFM Leap/PW PurePower FADEC -->
|
||||
<!-- Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<filter>
|
||||
<name>OAT Thrust Scale</name>
|
||||
<type>gain</type>
|
||||
<gain>1</gain>
|
||||
<update-interval-secs type="double">0.05</update-interval-secs>
|
||||
<input>
|
||||
<expression>
|
||||
<table>
|
||||
<property>/environment/temperature-degc</property>
|
||||
<entry><ind> 70</ind><dep>0.788</dep></entry>
|
||||
<entry><ind> 40</ind><dep>0.813</dep></entry>
|
||||
<entry><ind>-60</ind><dep>1.000</dep></entry>
|
||||
</table>
|
||||
</expression>
|
||||
</input>
|
||||
<output>/controls/engines/throttle-scale</output>
|
||||
</filter>
|
||||
|
||||
<filter>
|
||||
<name>FLX Thrust Scale</name>
|
||||
<type>gain</type>
|
||||
<gain>1</gain>
|
||||
<update-interval-secs type="double">0.05</update-interval-secs>
|
||||
<input>
|
||||
<expression>
|
||||
<table>
|
||||
<property>/FMGC/internal/flex</property>
|
||||
<entry><ind> 70</ind><dep>0.788</dep></entry>
|
||||
<entry><ind> 40</ind><dep>0.813</dep></entry>
|
||||
<entry><ind>-60</ind><dep>1.000</dep></entry>
|
||||
</table>
|
||||
</expression>
|
||||
</input>
|
||||
<output>/engines/flx-throttle</output>
|
||||
</filter>
|
||||
|
||||
<filter>
|
||||
<name>IDLE Limit</name>
|
||||
<type>gain</type>
|
||||
|
|
|
@ -7,10 +7,46 @@
|
|||
-->
|
||||
|
||||
<!-- A3XX IAE V2500 FADEC -->
|
||||
<!-- Joshua Davidson -->
|
||||
<!-- Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<filter>
|
||||
<name>OAT Thrust Scale</name>
|
||||
<type>gain</type>
|
||||
<gain>1</gain>
|
||||
<update-interval-secs type="double">0.05</update-interval-secs>
|
||||
<input>
|
||||
<expression>
|
||||
<table>
|
||||
<property>/environment/temperature-degc</property>
|
||||
<entry><ind> 70</ind><dep>0.797</dep></entry>
|
||||
<entry><ind> 40</ind><dep>0.822</dep></entry>
|
||||
<entry><ind>-60</ind><dep>1.000</dep></entry>
|
||||
</table>
|
||||
</expression>
|
||||
</input>
|
||||
<output>/controls/engines/throttle-scale</output>
|
||||
</filter>
|
||||
|
||||
<filter>
|
||||
<name>FLX Thrust Scale</name>
|
||||
<type>gain</type>
|
||||
<gain>1</gain>
|
||||
<update-interval-secs type="double">0.05</update-interval-secs>
|
||||
<input>
|
||||
<expression>
|
||||
<table>
|
||||
<property>/FMGC/internal/flex</property>
|
||||
<entry><ind> 70</ind><dep>0.797</dep></entry>
|
||||
<entry><ind> 40</ind><dep>0.822</dep></entry>
|
||||
<entry><ind>-60</ind><dep>1.000</dep></entry>
|
||||
</table>
|
||||
</expression>
|
||||
</input>
|
||||
<output>/engines/flx-throttle</output>
|
||||
</filter>
|
||||
|
||||
<filter>
|
||||
<name>IDLE Limit</name>
|
||||
<type>gain</type>
|
||||
|
|
|
@ -71,42 +71,6 @@
|
|||
<output>/controls/flight/rudder-trim-deg</output>
|
||||
</filter>
|
||||
|
||||
<filter>
|
||||
<name>OAT Thrust Scale</name>
|
||||
<type>gain</type>
|
||||
<gain>1</gain>
|
||||
<update-interval-secs type="double">0.05</update-interval-secs>
|
||||
<input>
|
||||
<expression>
|
||||
<table>
|
||||
<property>/environment/temperature-degc</property>
|
||||
<entry><ind> 70</ind><dep>0.790</dep></entry>
|
||||
<entry><ind> 40</ind><dep>0.815</dep></entry>
|
||||
<entry><ind>-60</ind><dep>1.000</dep></entry>
|
||||
</table>
|
||||
</expression>
|
||||
</input>
|
||||
<output>/controls/engines/throttle-scale</output>
|
||||
</filter>
|
||||
|
||||
<filter>
|
||||
<name>FLX Thrust Scale</name>
|
||||
<type>gain</type>
|
||||
<gain>1</gain>
|
||||
<update-interval-secs type="double">0.05</update-interval-secs>
|
||||
<input>
|
||||
<expression>
|
||||
<table>
|
||||
<property>/FMGC/internal/flex</property>
|
||||
<entry><ind> 70</ind><dep>0.790</dep></entry>
|
||||
<entry><ind> 40</ind><dep>0.815</dep></entry>
|
||||
<entry><ind>-60</ind><dep>1.000</dep></entry>
|
||||
</table>
|
||||
</expression>
|
||||
</input>
|
||||
<output>/engines/flx-throttle</output>
|
||||
</filter>
|
||||
|
||||
<filter>
|
||||
<name>FF 1</name>
|
||||
<type>gain</type>
|
||||
|
|
Reference in a new issue