Further correction to crossbleed
This commit is contained in:
parent
6bc0d451e7
commit
694fc8920e
1 changed files with 4 additions and 4 deletions
|
@ -560,11 +560,11 @@
|
|||
/systems/pneumatics/source/apu-psi ne 0
|
||||
</test>
|
||||
<test logic="AND" value="3"> <!-- left prv -->
|
||||
/systems/pneumatics/psi/engine-1-downstream-opv ne 0
|
||||
/systems/pneumatics/psi/engine-1-downstream-opv lt /systems/pneumatics/psi/crossbleed-duct-right
|
||||
</test>
|
||||
<test logic="AND" value="4"> <!-- right crossbleed -->
|
||||
/systems/pneumatics/valves/crossbleed-valve ne 0
|
||||
/systems/pneumatics/psi/crossbleed-duct-right ne 0
|
||||
/systems/pneumatics/psi/crossbleed-duct-right ge /systems/pneumatics/psi/engine-1-downstream-opv
|
||||
</test>
|
||||
</switch>
|
||||
|
||||
|
@ -580,11 +580,11 @@
|
|||
/systems/pneumatics/valves/apu-bleed-valve ne 0
|
||||
</test>
|
||||
<test logic="AND" value="3"> <!-- right prv -->
|
||||
/systems/pneumatics/psi/engine-2-downstream-opv ne 0
|
||||
/systems/pneumatics/psi/engine-2-downstream-opv lt /systems/pneumatics/psi/crossbleed-duct-left
|
||||
</test>
|
||||
<test logic="AND" value="4"> <!-- left crossbleed -->
|
||||
/systems/pneumatics/valves/crossbleed-valve ne 0
|
||||
/systems/pneumatics/psi/crossbleed-duct-left ne 0
|
||||
/systems/pneumatics/psi/crossbleed-duct-left ge /systems/pneumatics/psi/engine-2-downstream-opv
|
||||
</test>
|
||||
</switch>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue