Improvements to apu bleed
This commit is contained in:
parent
65989164f1
commit
76dfdcc997
1 changed files with 8 additions and 0 deletions
|
@ -853,6 +853,10 @@
|
|||
<test logic="AND" value="4"> <!-- gnd has lowest priority, valve forced closed if other source available -->
|
||||
/systems/pneumatics/source/gnd-psi ne 0
|
||||
</test>
|
||||
<test logic="AND" value="0"> <!-- manually cancel -->
|
||||
/systems/pneumatics/source/apu-psi ne 0
|
||||
/systems/pneumatics/valves/apu-bleed-valve eq 0
|
||||
</test>
|
||||
</switch>
|
||||
|
||||
<switch name="/systems/pneumatics/psi/engine-right-src">
|
||||
|
@ -879,6 +883,10 @@
|
|||
/systems/pneumatics/source/gnd-psi ne 0
|
||||
/systems/pneumatics/valves/crossbleed-valve ne 0
|
||||
</test>
|
||||
<test logic="AND" value="0"> <!-- manually cancel -->
|
||||
/systems/pneumatics/source/apu-psi ne 0
|
||||
/systems/pneumatics/valves/crossbleed-valve eq 0
|
||||
</test>
|
||||
</switch>
|
||||
|
||||
<switch name="/systems/pneumatics/psi/engine-1-psi">
|
||||
|
|
Loading…
Reference in a new issue