Attempted bugfix
This commit is contained in:
parent
87c55a1fd0
commit
537780c04c
2 changed files with 9 additions and 7 deletions
|
@ -40,9 +40,6 @@ var FWC = {
|
|||
altAlert2: props.globals.initNode("/ECAM/flipflop/altitude-alert-rs-set", 0, "BOOL"),
|
||||
},
|
||||
Flipflop: {
|
||||
gearSet: props.globals.initNode("/ECAM/phases/flipflop/gear-set", 0, "BOOL"),
|
||||
gearReset: props.globals.initNode("/ECAM/phases/flipflop/gear-reset", 0, "BOOL"),
|
||||
gearOutput: props.globals.initNode("/ECAM/phases/flipflop/gear-output", 0, "BOOL"),
|
||||
phase2Set: props.globals.initNode("/ECAM/phases/flipflop/phase-2-set", 0, "BOOL"),
|
||||
phase2Reset: props.globals.initNode("/ECAM/phases/flipflop/phase-2-reset", 0, "BOOL"),
|
||||
phase2Output: props.globals.initNode("/ECAM/phases/flipflop/phase-2-output", 0, "BOOL"),
|
||||
|
|
|
@ -1095,6 +1095,14 @@
|
|||
</test>
|
||||
</switch>
|
||||
|
||||
<switch name="/ECAM/phases/monostable/phase-6-180-inhibit">
|
||||
<default value="0"/>
|
||||
<test value="1">
|
||||
/ECAM/phases/monostable/phase-6-180 eq 1
|
||||
/ECAM/phases/monostable/phase-6-180-pulse eq 1
|
||||
</test>
|
||||
</switch>
|
||||
|
||||
<switch name="/ECAM/warnings/logic/pack-1-2-fault">
|
||||
<default value="0"/>
|
||||
<test logic="OR" value="1">
|
||||
|
@ -1119,10 +1127,7 @@
|
|||
/ECAM/warning-phase ne 1
|
||||
/ECAM/warning-phase ne 2
|
||||
/ECAM/warning-phase ne 10
|
||||
<test logic="OR">
|
||||
/ECAM/phases/monostable/phase-6-180 eq 0
|
||||
/ECAM/phases/monostable/phase-6-180-pulse eq 0
|
||||
</test>
|
||||
/ECAM/phases/monostable/phase-6-180-inhibit ne 1
|
||||
</test>
|
||||
</test>
|
||||
</test>
|
||||
|
|
Loading…
Reference in a new issue