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/a320-engine-fire.xml

124 lines
3 KiB
XML
Raw Normal View History

2019-04-16 15:22:06 +00:00
<!-- Copyright (c) 2019 Jonathan Redpath (legoboyvdlp) -->
<system name="A320: Engine Fire">
<channel name="Engine Fire">
2019-04-16 15:42:59 +00:00
<fcs_function name="enginefire1">
2019-04-16 15:22:06 +00:00
<function>
<sum>
<property>/systems/fire/engine1/temperature</property>
<product>
<table>
<independentVar lookup="row">/systems/failures/engine-left-fire</independentVar>
<tableData>
0 -5
2019-04-24 15:16:31 +00:00
1 30
2019-04-16 15:22:06 +00:00
</tableData>
</table>
<property>simulation/channel-dt</property>
</product>
</sum>
</function>
<clipto>
<min>0</min>
<max>300</max>
</clipto>
2019-04-16 15:22:06 +00:00
<output>/systems/fire/engine1/temperature</output>
</fcs_function>
2019-04-16 15:42:59 +00:00
<fcs_function name="enginefire2">
2019-04-16 15:22:06 +00:00
<function>
<sum>
<property>/systems/fire/engine2/temperature</property>
<product>
<table>
<independentVar lookup="row">/systems/failures/engine-right-fire</independentVar>
<tableData>
0 -5
2019-04-24 15:16:31 +00:00
1 30
2019-04-16 15:22:06 +00:00
</tableData>
</table>
<property>simulation/channel-dt</property>
</product>
</sum>
</function>
<clipto>
<min>0</min>
<max>300</max>
</clipto>
2019-04-16 15:22:06 +00:00
<output>/systems/fire/engine2/temperature</output>
</fcs_function>
<fcs_function name="apufire">
<function>
<sum>
<property>/systems/fire/apu/temperature</property>
<product>
<table>
<independentVar lookup="row">/systems/failures/apu-fire</independentVar>
<tableData>
0 -5
2019-04-24 15:16:31 +00:00
1 45
2019-04-16 15:22:06 +00:00
</tableData>
</table>
<property>simulation/channel-dt</property>
</product>
</sum>
</function>
<clipto>
<min>0</min>
<max>300</max>
</clipto>
2019-04-16 15:22:06 +00:00
<output>/systems/fire/apu/temperature</output>
</fcs_function>
</channel>
2019-04-30 16:58:03 +00:00
<channel name="Cargo Fire">
<fcs_function name="fwdfire">
<function>
<sum>
<property>/systems/fire/cargo/fwd/temperature</property>
<product>
<table>
<independentVar lookup="row">/systems/failures/cargo-fwd-fire</independentVar>
<tableData>
0 -5
1 30
</tableData>
</table>
<property>simulation/channel-dt</property>
</product>
</sum>
</function>
<clipto>
<min>0</min>
<max>300</max>
</clipto>
<output>/systems/fire/cargo/fwd/temperature</output>
</fcs_function>
<fcs_function name="aftfire">
<function>
<sum>
<property>/systems/fire/cargo/aft/temperature</property>
<product>
<table>
<independentVar lookup="row">/systems/failures/cargo-aft-fire</independentVar>
<tableData>
0 -5
1 45
</tableData>
</table>
<property>simulation/channel-dt</property>
</product>
</sum>
</function>
<clipto>
<min>0</min>
<max>300</max>
</clipto>
<output>/systems/fire/cargo/aft/temperature</output>
</fcs_function>
</channel>
2019-04-16 15:22:06 +00:00
</system>