This repository has been archived on 2021-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
IDG-A32X/Systems/fadec-iae.xml

1340 lines
34 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<!--
2017-11-16 19:29:08 +00:00
##############################################
# Copyright (c) Joshua Davidson (it0uchpods) #
##############################################
-->
<!-- A3XX IAE V2500 FADEC -->
<!-- Joshua Davidson (it0uchpods) -->
<PropertyList>
<filter>
<name>OAT Thrust Scale</name>
<type>gain</type>
<gain>1.0</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.0</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>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<condition>
<and>
<not-equals>
<property>/controls/flight/flap-lever</property>
<value>0</value>
</not-equals>
<equals>
<property>/gear/gear[0]/wow</property>
<value>0</value>
</equals>
</and>
</condition>
<value>0.1</value>
</input>
<input>
<condition>
<equals>
<property>/gear/gear[0]/wow</property>
<value>0</value>
</equals>
</condition>
<expression>
<table>
<property>/position/altitude-ft</property>
<entry><ind> 0</ind><dep>0.035</dep></entry>
<entry><ind>42000</ind><dep>0.285</dep></entry>
</table>
</expression>
</input>
<input>0</input>
<output>/controls/engines/idle-limit</output>
</filter>
<filter>
<name>MAN One</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<expression>
<table>
<property>/controls/engines/engine[0]/throttle-pos</property>
<entry><ind>0.00</ind><dep>0.00</dep></entry>
<entry><ind>0.01</ind><dep>0.00</dep></entry>
<entry><ind>0.60</ind><dep>0.91</dep></entry>
<entry><ind>0.65</ind><dep>0.91</dep></entry>
<entry><ind>0.78</ind><dep>0.95</dep></entry>
<entry><ind>0.83</ind><dep>0.95</dep></entry>
<entry><ind>0.95</ind><dep>0.99</dep></entry>
</table>
</expression>
</input>
<output>/controls/engines/engine[0]/throttle-man</output>
</filter>
<filter>
<name>MAN Two</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<expression>
<table>
<property>/controls/engines/engine[1]/throttle-pos</property>
<entry><ind>0.00</ind><dep>0.00</dep></entry>
<entry><ind>0.01</ind><dep>0.00</dep></entry>
<entry><ind>0.60</ind><dep>0.91</dep></entry>
<entry><ind>0.65</ind><dep>0.91</dep></entry>
<entry><ind>0.78</ind><dep>0.95</dep></entry>
<entry><ind>0.83</ind><dep>0.95</dep></entry>
<entry><ind>0.95</ind><dep>0.99</dep></entry>
</table>
</expression>
</input>
<output>/controls/engines/engine[1]/throttle-man</output>
</filter>
<filter>
<name>MAN CMD One</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<expression>
<product>
<table>
<property>/controls/engines/engine[0]/throttle-pos</property>
<entry><ind>0.00</ind><dep>0.00</dep></entry>
<entry><ind>0.01</ind><dep>0.00</dep></entry>
<entry><ind>0.60</ind><dep>0.91</dep></entry>
<entry><ind>0.65</ind><dep>0.91</dep></entry>
<entry><ind>0.78</ind><dep>0.95</dep></entry>
<entry><ind>0.83</ind><dep>0.95</dep></entry>
<entry><ind>0.95</ind><dep>0.99</dep></entry>
</table>
<property>/controls/engines/throttle-scale</property>
</product>
</expression>
</input>
<output>/controls/engines/engine[0]/throttle-cmd-man</output>
</filter>
<filter>
<name>MAN CMD Two</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<expression>
<product>
<table>
<property>/controls/engines/engine[1]/throttle-pos</property>
<entry><ind>0.00</ind><dep>0.00</dep></entry>
<entry><ind>0.01</ind><dep>0.00</dep></entry>
<entry><ind>0.60</ind><dep>0.91</dep></entry>
<entry><ind>0.65</ind><dep>0.91</dep></entry>
<entry><ind>0.78</ind><dep>0.95</dep></entry>
<entry><ind>0.83</ind><dep>0.95</dep></entry>
<entry><ind>0.95</ind><dep>0.99</dep></entry>
</table>
<property>/controls/engines/throttle-scale</property>
</product>
</expression>
</input>
<output>/controls/engines/engine[1]/throttle-cmd-man</output>
</filter>
<filter>
<name>EPR Scale</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<expression>
<table>
<property>/position/altitude-ft</property>
2017-11-27 16:13:47 +00:00
<entry><ind> 0</ind><dep>0.576</dep></entry>
<entry><ind>42000</ind><dep>1.076</dep></entry>
</table>
</expression>
</input>
<output>/engines/epr-scale</output>
</filter>
<filter>
<name>EPR Scale 2</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<expression>
<table>
<property>/position/altitude-ft</property>
2017-11-27 16:13:47 +00:00
<entry><ind> 0</ind><dep>0.988</dep></entry>
<entry><ind>42000</ind><dep>0.708</dep></entry>
</table>
</expression>
</input>
<output>/engines/epr-scale-b</output>
</filter>
<!-- -->
<filter>
<name>EPR N1 Input Engine 1</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<expression>
<product>
<property>/engines/engine[0]/n1-actual</property>
<table>
<property>/engines/engine[0]/n1-actual</property>
<entry><ind> 22.4</ind><dep> 1</dep></entry>
<entry><ind>103.8</ind><dep>50</dep></entry>
</table>
</product>
</expression>
</input>
<output>/engines/engine[0]/epr-n1-input</output>
</filter>
<filter>
<name>EPR N1 Input Engine 2</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<expression>
<product>
<property>/engines/engine[1]/n1-actual</property>
<table>
<property>/engines/engine[1]/n1-actual</property>
<entry><ind> 22.4</ind><dep> 1</dep></entry>
<entry><ind>103.8</ind><dep>50</dep></entry>
</table>
</product>
</expression>
</input>
<output>/engines/engine[1]/epr-n1-input</output>
</filter>
<filter>
<name>EPR THR Input Engine 1</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<expression>
<product>
<table>
<property>/controls/engines/engine[0]/throttle-cmd-man</property>
<entry><ind>0.0</ind><dep> 22.4</dep></entry>
<entry><ind>1.0</ind><dep>103.8</dep></entry>
</table>
<table>
<table>
<property>/controls/engines/engine[0]/throttle-cmd-man</property>
<entry><ind>0.0</ind><dep> 22.4</dep></entry>
<entry><ind>1.0</ind><dep>103.8</dep></entry>
</table>
<entry><ind> 22.4</ind><dep> 1</dep></entry>
<entry><ind>103.8</ind><dep>50</dep></entry>
</table>
</product>
</expression>
</input>
<output>/engines/engine[0]/epr-thr-input</output>
</filter>
<filter>
<name>EPR THR Input Engine 2</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<expression>
<product>
<table>
<property>/controls/engines/engine[1]/throttle-cmd-man</property>
<entry><ind>0.0</ind><dep> 22.4</dep></entry>
<entry><ind>1.0</ind><dep>103.8</dep></entry>
</table>
<table>
<table>
<property>/controls/engines/engine[1]/throttle-cmd-man</property>
<entry><ind>0.0</ind><dep> 22.4</dep></entry>
<entry><ind>1.0</ind><dep>103.8</dep></entry>
</table>
<entry><ind> 22.4</ind><dep> 1</dep></entry>
<entry><ind>103.8</ind><dep>50</dep></entry>
</table>
</product>
</expression>
</input>
<output>/engines/engine[1]/epr-thr-input</output>
</filter>
<filter>
<name>EPR THR Input Flex</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<expression>
<product>
<table>
<product>
<value>0.99</value>
<property>/engines/flx-throttle</property>
</product>
<entry><ind>0.0</ind><dep> 22.4</dep></entry>
<entry><ind>1.0</ind><dep>103.8</dep></entry>
</table>
<table>
<table>
<product>
<value>0.99</value>
<property>/engines/flx-throttle</property>
</product>
<entry><ind>0.0</ind><dep> 22.4</dep></entry>
<entry><ind>1.0</ind><dep>103.8</dep></entry>
</table>
<entry><ind> 22.4</ind><dep> 1</dep></entry>
<entry><ind>103.8</ind><dep>50</dep></entry>
</table>
</product>
</expression>
</input>
<output>/engines/epr-flex-input</output>
</filter>
<!-- -->
<filter>
<name>EPR 1</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<expression>
<table>
<property>/engines/engine[0]/epr-n1-input</property>
<entry><ind> 18.0</ind><dep>0.00</dep></entry>
<entry><ind> 22.4</ind><dep>0.03</dep></entry>
<entry><ind>5190.0</ind><dep>1.00</dep></entry>
</table>
</expression>
<scale>/engines/epr-scale</scale>
</input>
<output>/engines/engine[0]/epr-actual-cmd</output>
</filter>
<filter>
<name>EPR 1</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<expression>
<sum>
<property>/engines/engine[0]/epr-actual-cmd</property>
<property>/engines/epr-scale-b</property>
</sum>
</expression>
</input>
<output>/engines/engine[0]/epr-actual</output>
</filter>
<filter>
<name>EPR CMD 1</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<condition>
<and>
<equals>
<property>/controls/engines/thrust-limit</property>
<value>FLX</value>
</equals>
<equals>
<property>/systems/thrust/state1</property>
<value>MCT</value>
</equals>
</and>
</condition>
<expression>
<table>
<property>/engines/epr-flex-input</property>
<entry><ind> 22.4</ind><dep>0.03</dep></entry>
<entry><ind>5190.0</ind><dep>1.00</dep></entry>
</table>
</expression>
<scale>/engines/epr-scale</scale>
</input>
<input>
<expression>
<table>
<property>/engines/engine[0]/epr-thr-input</property>
<entry><ind> 22.4</ind><dep>0.03</dep></entry>
<entry><ind>5190.0</ind><dep>1.00</dep></entry>
</table>
</expression>
<scale>/engines/epr-scale</scale>
</input>
<output>/engines/engine[0]/epr-cmd-cmd</output>
</filter>
<filter>
<name>EPR CMD 1</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<expression>
<sum>
<property>/engines/engine[0]/epr-cmd-cmd</property>
<property>/engines/epr-scale-b</property>
</sum>
</expression>
</input>
<output>/engines/engine[0]/epr-cmd</output>
</filter>
<filter>
<name>EPR 2</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<expression>
<table>
<property>/engines/engine[1]/epr-n1-input</property>
<entry><ind> 18.0</ind><dep>0.00</dep></entry>
<entry><ind> 22.4</ind><dep>0.03</dep></entry>
<entry><ind>5190.0</ind><dep>1.00</dep></entry>
</table>
</expression>
<scale>/engines/epr-scale</scale>
</input>
<output>/engines/engine[1]/epr-actual-cmd</output>
</filter>
<filter>
<name>EPR 2</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<expression>
<sum>
<property>/engines/engine[1]/epr-actual-cmd</property>
<property>/engines/epr-scale-b</property>
</sum>
</expression>
</input>
<output>/engines/engine[1]/epr-actual</output>
</filter>
<filter>
<name>EPR CMD 2</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<condition>
<and>
<equals>
<property>/controls/engines/thrust-limit</property>
<value>FLX</value>
</equals>
<equals>
<property>/systems/thrust/state2</property>
<value>MCT</value>
</equals>
</and>
</condition>
<expression>
<table>
<property>/engines/epr-flex-input</property>
<entry><ind> 22.4</ind><dep>0.03</dep></entry>
<entry><ind>5190.0</ind><dep>1.00</dep></entry>
</table>
</expression>
<scale>/engines/epr-scale</scale>
</input>
<input>
<expression>
<table>
2017-11-21 23:16:38 +00:00
<property>/engines/engine[1]/epr-thr-input</property>
<entry><ind> 22.4</ind><dep>0.03</dep></entry>
<entry><ind>5190.0</ind><dep>1.00</dep></entry>
</table>
</expression>
<scale>/engines/epr-scale</scale>
</input>
<output>/engines/engine[1]/epr-cmd-cmd</output>
</filter>
<filter>
<name>EPR CMD 2</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<expression>
<sum>
<property>/engines/engine[1]/epr-cmd-cmd</property>
<property>/engines/epr-scale-b</property>
</sum>
</expression>
</input>
<output>/engines/engine[1]/epr-cmd</output>
</filter>
<filter>
<name>N1 CMD 1</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
2017-09-29 22:21:09 +00:00
<condition>
<and>
<equals>
<property>/controls/engines/thrust-limit</property>
<value>FLX</value>
</equals>
<equals>
<property>/systems/thrust/state1</property>
<value>MCT</value>
</equals>
</and>
</condition>
<expression>
<table>
2017-09-29 22:21:09 +00:00
<product>
<value>0.99</value>
2017-09-29 22:21:09 +00:00
<property>/engines/flx-throttle</property>
</product>
<entry><ind>0.00</ind><dep> 22.4</dep></entry>
<entry><ind>1.00</ind><dep>103.8</dep></entry>
</table>
</expression>
</input>
<input>
<expression>
<table>
<property>/controls/engines/engine[0]/throttle-cmd-man</property>
<entry><ind>0.00</ind><dep> 22.4</dep></entry>
<entry><ind>1.00</ind><dep>103.8</dep></entry>
</table>
</expression>
</input>
2017-10-15 18:11:27 +00:00
<output>/engines/engine[0]/n1-actual-cmd</output>
</filter>
<filter>
<name>N1 CMD 2</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
2017-09-29 22:21:09 +00:00
<condition>
<and>
<equals>
<property>/controls/engines/thrust-limit</property>
<value>FLX</value>
</equals>
<equals>
<property>/systems/thrust/state2</property>
<value>MCT</value>
</equals>
</and>
</condition>
<expression>
<table>
2017-09-29 22:21:09 +00:00
<product>
<value>0.99</value>
2017-09-29 22:21:09 +00:00
<property>/engines/flx-throttle</property>
</product>
<entry><ind>0.00</ind><dep> 22.4</dep></entry>
<entry><ind>1.00</ind><dep>103.8</dep></entry>
</table>
</expression>
</input>
<input>
<expression>
<table>
<property>/controls/engines/engine[1]/throttle-cmd-man</property>
<entry><ind>0.00</ind><dep> 22.4</dep></entry>
<entry><ind>1.00</ind><dep>103.8</dep></entry>
</table>
</expression>
</input>
2017-10-15 18:11:27 +00:00
<output>/engines/engine[1]/n1-actual-cmd</output>
</filter>
<filter>
<name>Throttle 1</name>
<debug>false</debug>
2017-10-15 17:02:21 +00:00
<type>gain</type>
<gain>1.0</gain>
<enable>
<condition>
<and>
<equals>
<property>/systems/thrust/alpha-floor</property>
<value>0</value>
</equals>
<equals>
<property>/systems/thrust/toga-lk</property>
<value>0</value>
</equals>
<or>
<and>
<equals>
<property>/systems/thrust/eng-out</property>
<value>1</value>
</equals>
<equals>
<property>/systems/thrust/lim-flex</property>
<value>0</value>
</equals>
<equals>
<property>/systems/thrust/state1</property>
<value>MCT</value>
</equals>
</and>
<equals>
<property>/systems/thrust/state1</property>
<value>MAN THR</value>
</equals>
<equals>
<property>/systems/thrust/state1</property>
<value>CL</value>
</equals>
<equals>
<property>/systems/thrust/state1</property>
<value>MAN</value>
</equals>
<equals>
<property>/systems/thrust/state1</property>
<value>IDLE</value>
</equals>
</or>
</and>
</condition>
</enable>
<input>
<condition>
<or>
<and>
<equals>
<property>/systems/thrust/eng-out</property>
<value>0</value>
</equals>
<less-than>
<property>/controls/engines/engine[0]/throttle-pos</property>
<value>0.83</value>
</less-than>
<equals>
<property>/systems/thrust/state1</property>
<value>MAN THR</value>
</equals>
</and>
<and>
<greater-than-equals>
<property>/controls/engines/engine[0]/throttle-pos</property>
<value>0.83</value>
</greater-than-equals>
<equals>
<property>/systems/thrust/state1</property>
<value>MAN THR</value>
</equals>
</and>
<and>
<equals>
<property>/it-autoflight/output/athr</property>
<value>0</value>
</equals>
<or>
<and>
<equals>
<property>/systems/thrust/eng-out</property>
<value>1</value>
</equals>
<equals>
<property>/systems/thrust/lim-flex</property>
<value>0</value>
</equals>
<equals>
<property>/systems/thrust/state1</property>
<value>MCT</value>
</equals>
</and>
<and>
<equals>
<property>/systems/thrust/eng-out</property>
<value>1</value>
</equals>
<equals>
<property>/systems/thrust/state1</property>
<value>MAN THR</value>
</equals>
</and>
<equals>
<property>/systems/thrust/state1</property>
<value>CL</value>
</equals>
<equals>
<property>/systems/thrust/state1</property>
<value>MAN</value>
</equals>
<equals>
<property>/systems/thrust/state1</property>
<value>IDLE</value>
</equals>
</or>
</and>
</or>
</condition>
<property>/controls/engines/engine[0]/throttle-man</property>
</input>
<input>
<condition>
<and>
<equals>
<property>/it-autoflight/output/athr</property>
<value>1</value>
</equals>
<or>
<and>
<equals>
<property>/systems/thrust/eng-out</property>
<value>1</value>
</equals>
<equals>
<property>/systems/thrust/lim-flex</property>
<value>0</value>
</equals>
<equals>
<property>/systems/thrust/state1</property>
<value>MCT</value>
</equals>
</and>
<and>
<equals>
<property>/systems/thrust/eng-out</property>
<value>1</value>
</equals>
<less-than>
<property>/controls/engines/engine[0]/throttle-pos</property>
<value>0.83</value>
</less-than>
<equals>
<property>/systems/thrust/state1</property>
<value>MAN THR</value>
</equals>
</and>
<equals>
<property>/systems/thrust/state1</property>
<value>CL</value>
</equals>
<equals>
<property>/systems/thrust/state1</property>
<value>MAN</value>
</equals>
</or>
</and>
</condition>
<property>/controls/engines/engine[0]/throttle-cmd</property>
</input>
<output>
<property>/controls/engines/engine[0]/throttle-fdm</property>
</output>
</filter>
<filter>
<name>Throttle 2</name>
<debug>false</debug>
2017-10-15 17:02:21 +00:00
<type>gain</type>
<gain>1.0</gain>
<enable>
<condition>
<and>
<equals>
<property>/systems/thrust/alpha-floor</property>
<value>0</value>
</equals>
<equals>
<property>/systems/thrust/toga-lk</property>
<value>0</value>
</equals>
<or>
<and>
<equals>
<property>/systems/thrust/eng-out</property>
<value>1</value>
</equals>
<equals>
<property>/systems/thrust/lim-flex</property>
<value>0</value>
</equals>
<equals>
<property>/systems/thrust/state2</property>
<value>MCT</value>
</equals>
</and>
<equals>
<property>/systems/thrust/state2</property>
<value>MAN THR</value>
</equals>
<equals>
<property>/systems/thrust/state2</property>
<value>CL</value>
</equals>
<equals>
<property>/systems/thrust/state2</property>
<value>MAN</value>
</equals>
<equals>
<property>/systems/thrust/state2</property>
<value>IDLE</value>
</equals>
</or>
</and>
</condition>
</enable>
<input>
<condition>
<or>
<and>
<equals>
<property>/systems/thrust/eng-out</property>
<value>0</value>
</equals>
<less-than>
<property>/controls/engines/engine[1]/throttle-pos</property>
<value>0.83</value>
</less-than>
<equals>
<property>/systems/thrust/state2</property>
<value>MAN THR</value>
</equals>
</and>
<and>
<greater-than-equals>
<property>/controls/engines/engine[1]/throttle-pos</property>
<value>0.83</value>
</greater-than-equals>
<equals>
<property>/systems/thrust/state2</property>
<value>MAN THR</value>
</equals>
</and>
<and>
<equals>
<property>/it-autoflight/output/athr</property>
<value>0</value>
</equals>
<or>
<and>
<equals>
<property>/systems/thrust/eng-out</property>
<value>1</value>
</equals>
<equals>
<property>/systems/thrust/lim-flex</property>
<value>0</value>
</equals>
<equals>
<property>/systems/thrust/state2</property>
<value>MCT</value>
</equals>
</and>
<and>
<equals>
<property>/systems/thrust/eng-out</property>
<value>1</value>
</equals>
<equals>
<property>/systems/thrust/state2</property>
<value>MAN THR</value>
</equals>
</and>
<equals>
<property>/systems/thrust/state2</property>
<value>CL</value>
</equals>
<equals>
<property>/systems/thrust/state2</property>
<value>MAN</value>
</equals>
<equals>
<property>/systems/thrust/state2</property>
<value>IDLE</value>
</equals>
</or>
</and>
</or>
</condition>
<property>/controls/engines/engine[1]/throttle-man</property>
</input>
<input>
<condition>
<and>
<equals>
<property>/it-autoflight/output/athr</property>
<value>1</value>
</equals>
<or>
<and>
<equals>
<property>/systems/thrust/eng-out</property>
<value>1</value>
</equals>
<equals>
<property>/systems/thrust/lim-flex</property>
<value>0</value>
</equals>
<equals>
<property>/systems/thrust/state2</property>
<value>MCT</value>
</equals>
</and>
<and>
<equals>
<property>/systems/thrust/eng-out</property>
<value>1</value>
</equals>
<less-than>
<property>/controls/engines/engine[1]/throttle-pos</property>
<value>0.83</value>
</less-than>
<equals>
<property>/systems/thrust/state2</property>
<value>MAN THR</value>
</equals>
</and>
<equals>
<property>/systems/thrust/state2</property>
<value>CL</value>
</equals>
<equals>
<property>/systems/thrust/state2</property>
<value>MAN</value>
</equals>
</or>
</and>
</condition>
<property>/controls/engines/engine[1]/throttle-cmd</property>
</input>
<output>
<property>/controls/engines/engine[1]/throttle-fdm</property>
</output>
</filter>
<filter>
<name>EPR Limit TOGA</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<expression>
<table>
<product>
<table>
<product>
<value>0.99</value>
<property>/controls/engines/throttle-scale</property>
</product>
<entry><ind>0.0</ind><dep> 22.4</dep></entry>
<entry><ind>1.0</ind><dep>103.8</dep></entry>
</table>
<table>
<table>
<product>
<value>0.99</value>
<property>/controls/engines/throttle-scale</property>
</product>
<entry><ind>0.0</ind><dep> 22.4</dep></entry>
<entry><ind>1.0</ind><dep>103.8</dep></entry>
</table>
<entry><ind> 22.4</ind><dep> 1</dep></entry>
<entry><ind>103.8</ind><dep>50</dep></entry>
</table>
</product>
<entry><ind> 22.4</ind><dep>0.03</dep></entry>
<entry><ind>5190.0</ind><dep>1.00</dep></entry>
</table>
</expression>
<scale>/engines/epr-scale</scale>
</input>
<output>/systems/thrust/epr/toga-lim-cmd</output>
</filter>
<filter>
<name>EPR CMD TOGA</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<expression>
<sum>
<property>/systems/thrust/epr/toga-lim-cmd</property>
<property>/engines/epr-scale-b</property>
</sum>
</expression>
</input>
<output>/systems/thrust/epr/toga-lim</output>
</filter>
<filter>
<name>EPR Limit MCT</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<expression>
<table>
<product>
<table>
<product>
<value>0.95</value>
<property>/controls/engines/throttle-scale</property>
</product>
<entry><ind>0.0</ind><dep> 22.4</dep></entry>
<entry><ind>1.0</ind><dep>103.8</dep></entry>
</table>
<table>
<table>
<product>
<value>0.95</value>
<property>/controls/engines/throttle-scale</property>
</product>
<entry><ind>0.0</ind><dep> 22.4</dep></entry>
<entry><ind>1.0</ind><dep>103.8</dep></entry>
</table>
<entry><ind> 22.4</ind><dep> 1</dep></entry>
<entry><ind>103.8</ind><dep>50</dep></entry>
</table>
</product>
<entry><ind> 22.4</ind><dep>0.03</dep></entry>
<entry><ind>5190.0</ind><dep>1.00</dep></entry>
</table>
</expression>
<scale>/engines/epr-scale</scale>
</input>
<output>/systems/thrust/epr/mct-lim-cmd</output>
</filter>
<filter>
<name>EPR CMD MCT</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<expression>
<sum>
<property>/systems/thrust/epr/mct-lim-cmd</property>
<property>/engines/epr-scale-b</property>
</sum>
</expression>
</input>
<output>/systems/thrust/epr/mct-lim</output>
</filter>
<filter>
<name>EPR Limit FLX</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<expression>
<table>
<product>
2017-10-21 20:15:12 +00:00
<table>
<product>
<value>0.99</value>
<property>/engines/flx-throttle</property>
</product>
<entry><ind>0.0</ind><dep> 22.4</dep></entry>
<entry><ind>1.0</ind><dep>103.8</dep></entry>
</table>
<table>
<table>
<product>
<value>0.99</value>
<property>/engines/flx-throttle</property>
</product>
<entry><ind>0.0</ind><dep> 22.4</dep></entry>
<entry><ind>1.0</ind><dep>103.8</dep></entry>
</table>
<entry><ind> 22.4</ind><dep> 1</dep></entry>
<entry><ind>103.8</ind><dep>50</dep></entry>
</table>
</product>
2017-10-21 20:15:12 +00:00
<entry><ind> 22.4</ind><dep>0.03</dep></entry>
<entry><ind>5190.0</ind><dep>1.00</dep></entry>
</table>
</expression>
2017-05-27 00:37:11 +00:00
<scale>/engines/epr-scale</scale>
</input>
2017-05-27 00:37:11 +00:00
<output>/systems/thrust/epr/flx-lim-cmd</output>
</filter>
<filter>
<name>EPR CMD FLX</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<expression>
2017-05-27 00:37:11 +00:00
<sum>
<property>/systems/thrust/epr/flx-lim-cmd</property>
<property>/engines/epr-scale-b</property>
</sum>
</expression>
</input>
2017-05-27 00:37:11 +00:00
<output>/systems/thrust/epr/flx-lim</output>
</filter>
<filter>
<name>EPR Limit CLB</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<expression>
<table>
<product>
<table>
<product>
<value>0.91</value>
<property>/controls/engines/throttle-scale</property>
</product>
<entry><ind>0.0</ind><dep> 22.4</dep></entry>
<entry><ind>1.0</ind><dep>103.8</dep></entry>
</table>
<table>
<table>
<product>
<value>0.91</value>
<property>/controls/engines/throttle-scale</property>
</product>
<entry><ind>0.0</ind><dep> 22.4</dep></entry>
<entry><ind>1.0</ind><dep>103.8</dep></entry>
</table>
<entry><ind> 22.4</ind><dep> 1</dep></entry>
<entry><ind>103.8</ind><dep>50</dep></entry>
</table>
</product>
<entry><ind> 22.4</ind><dep>0.03</dep></entry>
<entry><ind>5190.0</ind><dep>1.00</dep></entry>
</table>
</expression>
<scale>/engines/epr-scale</scale>
</input>
<output>/systems/thrust/epr/clb-lim-cmd</output>
</filter>
<filter>
<name>EPR CMD CLB</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<expression>
<sum>
<property>/systems/thrust/epr/clb-lim-cmd</property>
<property>/engines/epr-scale-b</property>
</sum>
</expression>
</input>
<output>/systems/thrust/epr/clb-lim</output>
</filter>
2017-06-02 00:53:50 +00:00
<filter>
<name>Throttle Output One</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<condition>
<equals>
<property>/controls/engines/engine[0]/reverser</property>
<value>1</value>
</equals>
</condition>
<property>/controls/engines/engine[0]/throttle-rev</property>
</input>
<input>
<condition>
<and>
<equals>
<property>/controls/engines/thrust-limit</property>
<value>FLX</value>
</equals>
<equals>
<property>/systems/thrust/state1</property>
<value>MCT</value>
</equals>
</and>
</condition>
<expression>
<product>
<property>/controls/engines/engine[0]/throttle-fdm</property>
<property>/engines/flx-throttle</property>
</product>
</expression>
</input>
<input>
<expression>
<product>
<property>/controls/engines/engine[0]/throttle-fdm</property>
<property>/controls/engines/throttle-scale</property>
</product>
</expression>
</input>
<output>/controls/engines/engine[0]/throttle-output</output>
<min>
<property>/controls/engines/idle-limit</property>
</min>
<max>1.0</max>
</filter>
<filter>
<name>Throttle Output Two</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<condition>
<equals>
<property>/controls/engines/engine[1]/reverser</property>
<value>1</value>
</equals>
</condition>
<property>/controls/engines/engine[1]/throttle-rev</property>
</input>
<input>
<condition>
<and>
<equals>
<property>/controls/engines/thrust-limit</property>
<value>FLX</value>
</equals>
<equals>
<property>/systems/thrust/state2</property>
<value>MCT</value>
</equals>
</and>
</condition>
<expression>
<product>
<property>/controls/engines/engine[1]/throttle-fdm</property>
<property>/engines/flx-throttle</property>
</product>
</expression>
</input>
<input>
<expression>
<product>
<property>/controls/engines/engine[1]/throttle-fdm</property>
<property>/controls/engines/throttle-scale</property>
</product>
</expression>
</input>
<output>/controls/engines/engine[1]/throttle-output</output>
<min>
<property>/controls/engines/idle-limit</property>
</min>
<max>1.0</max>
</filter>
<filter>
<name>EGT L</name>
<type>gain</type>
<gain>1.0</gain>
2017-06-02 00:53:50 +00:00
<enable>
<condition>
<and>
<equals>
<property>/engines/engine[0]/state</property>
<value>3</value>
</equals>
<greater-than>
2017-10-15 18:11:27 +00:00
<property>/engines/engine[0]/n1-actual</property>
<value>22</value>
2017-06-02 00:53:50 +00:00
</greater-than>
</and>
</condition>
</enable>
<input>
<expression>
<table>
<property>/engines/engine[0]/n1-actual</property>
<entry><ind> 22.4</ind><dep>434</dep></entry>
<entry><ind>110.0</ind><dep>620</dep></entry>
</table>
</expression>
</input>
2017-06-02 00:53:50 +00:00
<output>/engines/engine[0]/egt-actual</output>
</filter>
2017-06-02 00:53:50 +00:00
<filter>
<name>EGT R</name>
<type>gain</type>
<gain>1.0</gain>
2017-06-02 00:53:50 +00:00
<enable>
<condition>
<and>
<equals>
<property>/engines/engine[1]/state</property>
<value>3</value>
</equals>
<greater-than>
2017-10-15 18:11:27 +00:00
<property>/engines/engine[1]/n1-actual</property>
<value>22</value>
2017-06-02 00:53:50 +00:00
</greater-than>
</and>
</condition>
</enable>
<input>
<expression>
<table>
<property>/engines/engine[1]/n1-actual</property>
<entry><ind> 22.4</ind><dep>434</dep></entry>
<entry><ind>110.0</ind><dep>620</dep></entry>
</table>
</expression>
</input>
2017-06-02 00:53:50 +00:00
<output>/engines/engine[1]/egt-actual</output>
</filter>
</PropertyList>