2020-09-12 17:21:23 +00:00
|
|
|
<!-- Airbus A320 Misc Systems -->
|
|
|
|
|
|
|
|
<!-- Copyright (c) 2020 Jonathan Redpath -->
|
|
|
|
|
2020-10-25 15:18:50 +00:00
|
|
|
<system name="A320: MISC">
|
2020-09-12 17:21:23 +00:00
|
|
|
|
|
|
|
<channel name="CVR" execrate="8">
|
|
|
|
|
|
|
|
<switch name="/controls/CVR/power">
|
|
|
|
<default value="0"/>
|
|
|
|
<test logic="AND" value="1">
|
|
|
|
/systems/electrical/bus/ac-ess ge 110
|
|
|
|
<test logic="OR">
|
|
|
|
/gear/gear[1]/wow eq 1
|
|
|
|
/gear/gear[2]/wow eq 1
|
|
|
|
</test>
|
|
|
|
<test logic="OR">
|
|
|
|
/controls/CVR/gndctl eq 1
|
|
|
|
/engines/engine[0]/state eq 3
|
|
|
|
/engines/engine[1]/state eq 3
|
|
|
|
</test>
|
|
|
|
</test>
|
|
|
|
<test logic="AND" value="1">
|
|
|
|
/systems/electrical/bus/ac-ess ge 110
|
|
|
|
/gear/gear[1]/wow eq 0
|
|
|
|
/gear/gear[2]/wow eq 0
|
|
|
|
</test>
|
|
|
|
</switch>
|
|
|
|
|
|
|
|
</channel>
|
2020-10-25 15:18:50 +00:00
|
|
|
|
|
|
|
<channel name="IESI" execrate="8">
|
|
|
|
|
|
|
|
<actuator name="/instrumentation/iesi/att-reset">
|
|
|
|
<input>/instrumentation/iesi/att-reset-cmd</input>
|
|
|
|
<rate_limit sense="incr">0.5</rate_limit>
|
|
|
|
<rate_limit sense="decr">100</rate_limit>
|
|
|
|
</actuator>
|
|
|
|
|
|
|
|
</channel>
|
2020-09-12 17:21:23 +00:00
|
|
|
|
|
|
|
</system>
|