45 lines
1.8 KiB
XML
45 lines
1.8 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>
|
|
</channel>
|
|
|
|
</system>
|