60 lines
2.5 KiB
XML
60 lines
2.5 KiB
XML
<!-- Airbus A320 FWC -->
|
|
|
|
<!-- Copyright (c) 2019 Jonathan Redpath -->
|
|
|
|
<system name="A320: FWC">
|
|
|
|
<channel name="FWC" execrate="8">
|
|
|
|
<actuator name="/ECAM/phases/timer/eng1idle-output">
|
|
<description>Timer for the ECAM system</description>
|
|
<input>/ECAM/phases/timer/eng1idle</input>
|
|
<rate_limit sense="decr">100</rate_limit> <!-- Instant -->
|
|
<rate_limit sense="incr">0.033</rate_limit> <!-- 30 seconds -->
|
|
</actuator>
|
|
|
|
<actuator name="/ECAM/phases/timer/eng2idle-output">
|
|
<description>Timer for the ECAM system</description>
|
|
<input>/ECAM/phases/timer/eng2idle</input>
|
|
<rate_limit sense="decr">100</rate_limit> <!-- Instant -->
|
|
<rate_limit sense="incr">0.033</rate_limit> <!-- 30 seconds -->
|
|
</actuator>
|
|
|
|
<actuator name="/ECAM/phases/timer/eng1or2-output">
|
|
<description>Timer for the ECAM system</description>
|
|
<input>/ECAM/phases/timer/eng1or2</input>
|
|
<rate_limit sense="decr">100</rate_limit> <!-- Instant -->
|
|
<rate_limit sense="incr">0.033</rate_limit> <!-- 30 seconds -->
|
|
</actuator>
|
|
|
|
<actuator name="/ECAM/phases/timer/to-inhibit-output">
|
|
<description>Timer for the ECAM system</description>
|
|
<input>/ECAM/phases/timer/to-inhibit</input>
|
|
<rate_limit sense="decr">100</rate_limit> <!-- Instant -->
|
|
<rate_limit sense="incr">0.33</rate_limit> <!-- 3 seconds -->
|
|
</actuator>
|
|
|
|
<actuator name="/ECAM/phases/timer/ldg-inhibit-output">
|
|
<description>Timer for the ECAM system</description>
|
|
<input>/ECAM/phases/timer/ldg-inhibit</input>
|
|
<rate_limit sense="decr">100</rate_limit> <!-- Instant -->
|
|
<rate_limit sense="incr">0.33</rate_limit> <!-- 3 seconds -->
|
|
</actuator>
|
|
|
|
|
|
<actuator name="/ECAM/warnings/timer/bleed-1-fault-output">
|
|
<description>Timer for the ECAM system</description>
|
|
<input>/ECAM/warnings/timer/bleed-1-fault</input>
|
|
<rate_limit sense="decr">100</rate_limit> <!-- Instant -->
|
|
<rate_limit sense="incr">0.2</rate_limit> <!-- 5 seconds -->
|
|
</actuator>
|
|
|
|
<actuator name="/ECAM/warnings/timer/bleed-2-fault-output">
|
|
<description>Timer for the ECAM system</description>
|
|
<input>/ECAM/warnings/timer/bleed-2-fault</input>
|
|
<rate_limit sense="decr">100</rate_limit> <!-- Instant -->
|
|
<rate_limit sense="incr">0.2</rate_limit> <!-- 5 seconds -->
|
|
</actuator>
|
|
</channel>
|
|
|
|
</system>
|