Correct the aircraft config
This commit is contained in:
parent
7a6e684581
commit
1e90784da2
1 changed files with 6 additions and 0 deletions
|
@ -1214,6 +1214,9 @@
|
|||
|
||||
<switch name="/systems/pneumatics/warnings/bleed1-fault">
|
||||
<default value="0"/>
|
||||
<test logic="AND" value="0">
|
||||
/systems/acconfig/autoconfig-running eq 1
|
||||
</test>
|
||||
<test logic="AND" value="0">
|
||||
/systems/pneumatics/warnings/bleed1-fault eq 1
|
||||
/controls/pneumatics/switches/bleed-1 eq 0
|
||||
|
@ -1233,6 +1236,9 @@
|
|||
|
||||
<switch name="/systems/pneumatics/warnings/bleed2-fault">
|
||||
<default value="0"/>
|
||||
<test logic="AND" value="0">
|
||||
/systems/acconfig/autoconfig-running eq 1
|
||||
</test>
|
||||
<test logic="AND" value="0">
|
||||
/systems/pneumatics/warnings/bleed2-fault eq 1
|
||||
/controls/pneumatics/switches/bleed-2 eq 0
|
||||
|
|
Loading…
Add table
Reference in a new issue