forked from legoboyvdlp/A320-family
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1b5edf
commit f5c66d6
Showing
9 changed files
with
138 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!-- Airbus A320 Misc Systems --> | ||
|
||
<!-- Copyright (c) 2020 Jonathan Redpath --> | ||
|
||
<system name="A320: APU"> | ||
|
||
<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> | ||
|
||
</system> |