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/lower-ecam.xml

187 lines
4.6 KiB
XML
Raw Normal View History

2017-07-29 19:35:38 +00:00
<?xml version="1.0" encoding="UTF-8"?>
2019-01-01 06:03:06 +00:00
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
2017-07-29 19:35:38 +00:00
<PropertyList>
2017-10-18 16:41:12 +00:00
2017-07-29 19:35:38 +00:00
<filter>
<name>APU N Output</name>
<type>gain</type>
<gain>1.0</gain>
2017-07-29 19:35:38 +00:00
<input>
<expression>
<table>
<property>/systems/apu/rpm</property>
<entry><ind> 0</ind><dep>-127</dep></entry>
<entry><ind>100</ind><dep> 53</dep></entry>
<entry><ind>110</ind><dep> 70</dep></entry>
</table>
</expression>
</input>
<output>/ECAM/Lower/APU-N</output>
</filter>
<filter>
<name>APU EGT Output</name>
<type>gain</type>
<gain>1.0</gain>
2017-07-29 19:35:38 +00:00
<input>
<expression>
<table>
<property>/systems/apu/egt</property>
<entry><ind> 0</ind><dep>-115</dep></entry>
<entry><ind> 275</ind><dep>-115</dep></entry>
<entry><ind> 300</ind><dep>-108</dep></entry>
<entry><ind> 700</ind><dep> -19</dep></entry>
<entry><ind>1000</ind><dep> 67</dep></entry>
<entry><ind>1100</ind><dep> 86</dep></entry>
</table>
</expression>
</input>
<output>/ECAM/Lower/APU-EGT</output>
</filter>
<filter>
<name>Oil QT Output 1</name>
<type>gain</type>
<gain>1.0</gain>
2017-07-29 19:35:38 +00:00
<input>
<expression>
<table>
<property>/engines/engine[0]/oil-qt-actual</property>
<entry><ind> 0</ind><dep>-90</dep></entry>
<entry><ind>25</ind><dep> 90</dep></entry>
</table>
</expression>
</input>
<output>/ECAM/Lower/Oil-QT[0]</output>
</filter>
<filter>
<name>Oil QT Output 2</name>
<type>gain</type>
<gain>1.0</gain>
2017-07-29 19:35:38 +00:00
<input>
<expression>
<table>
<property>/engines/engine[1]/oil-qt-actual</property>
<entry><ind> 0</ind><dep>-90</dep></entry>
<entry><ind>25</ind><dep> 90</dep></entry>
</table>
</expression>
</input>
<output>/ECAM/Lower/Oil-QT[1]</output>
</filter>
<filter>
<name>Oil PSI Output 1</name>
<type>gain</type>
<gain>1.0</gain>
2017-07-29 19:35:38 +00:00
<input>
<expression>
<table>
<property>/engines/engine[0]/oil-psi-actual</property>
<entry><ind> 0</ind><dep>-90</dep></entry>
<entry><ind> 50</ind><dep> 0</dep></entry>
<entry><ind>100</ind><dep> 90</dep></entry>
</table>
</expression>
</input>
<output>/ECAM/Lower/Oil-PSI[0]</output>
</filter>
<filter>
<name>Oil PSIOutput 2</name>
<type>gain</type>
<gain>1.0</gain>
2017-07-29 19:35:38 +00:00
<input>
<expression>
<table>
<property>/engines/engine[1]/oil-psi-actual</property>
<entry><ind> 0</ind><dep>-90</dep></entry>
<entry><ind> 50</ind><dep> 0</dep></entry>
<entry><ind>100</ind><dep> 90</dep></entry>
</table>
</expression>
</input>
<output>/ECAM/Lower/Oil-PSI[1]</output>
</filter>
2017-08-01 14:02:13 +00:00
<filter>
2017-08-03 17:11:45 +00:00
<name>Aileron L Indication</name>
<type>gain</type>
<gain>1.0</gain>
2017-08-03 17:11:45 +00:00
<input>
<expression>
<table>
<property>/fdm/jsbsim/hydraulics/aileron-l/final-deg</property>
<entry><ind>-25</ind><dep>-0.83</dep></entry>
<entry><ind> 0</ind><dep> 0.00</dep></entry>
<entry><ind> 25</ind><dep> 0.73</dep></entry>
2017-08-03 17:11:45 +00:00
</table>
</expression>
</input>
<output>/ECAM/Lower/aileron-ind-left</output>
</filter>
<filter>
<name>Aileron R Indication</name>
<type>gain</type>
<gain>1.0</gain>
2017-08-03 17:11:45 +00:00
<input>
<expression>
<table>
<property>/fdm/jsbsim/hydraulics/aileron-r/final-deg</property>
<entry><ind>-25</ind><dep> 0.73</dep></entry>
<entry><ind> 0</ind><dep> 0.00</dep></entry>
<entry><ind> 25</ind><dep>-0.83</dep></entry>
2017-08-03 17:11:45 +00:00
</table>
</expression>
</input>
<output>/ECAM/Lower/aileron-ind-right</output>
</filter>
<filter>
<name>Elevator L Indication</name>
2017-08-01 14:02:13 +00:00
<type>gain</type>
<gain>1.0</gain>
2017-08-01 14:02:13 +00:00
<input>
<expression>
<table>
<property>/fdm/jsbsim/hydraulics/elevator-l/final-deg</property>
<entry><ind>-30</ind><dep>-1.03</dep></entry>
<entry><ind> 0</ind><dep> 0.00</dep></entry>
<entry><ind> 17</ind><dep> 0.63</dep></entry>
2017-08-01 14:02:13 +00:00
</table>
</expression>
</input>
<output>/ECAM/Lower/elevator-ind-left</output>
</filter>
2017-08-03 17:11:45 +00:00
2017-08-01 14:02:13 +00:00
<filter>
2017-08-03 17:11:45 +00:00
<name>Elevator R Indication</name>
2017-08-01 14:02:13 +00:00
<type>gain</type>
<gain>1.0</gain>
2017-08-01 14:02:13 +00:00
<input>
<expression>
<table>
<property>/fdm/jsbsim/hydraulics/elevator-r/final-deg</property>
<entry><ind>-30</ind><dep>-1.03</dep></entry>
<entry><ind> 0</ind><dep> 0.00</dep></entry>
<entry><ind> 17</ind><dep> 0.63</dep></entry>
2017-08-01 14:02:13 +00:00
</table>
</expression>
</input>
<output>/ECAM/Lower/elevator-ind-right</output>
</filter>
<filter>
2017-08-03 17:11:45 +00:00
<name>Elevator Trim Deg</name>
2017-08-01 14:02:13 +00:00
<type>gain</type>
<gain>-1.0</gain>
<input>/fdm/jsbsim/hydraulics/elevator-trim/final-deg</input>
2017-08-01 14:02:13 +00:00
<output>/ECAM/Lower/elevator-trim-deg</output>
</filter>
2017-07-29 19:35:38 +00:00
</PropertyList>