Correct wiper speed from documents
This commit is contained in:
parent
b8d996dfb2
commit
e481469818
1 changed files with 4 additions and 4 deletions
|
@ -1292,11 +1292,11 @@
|
|||
fcs/left-wiper-pos-norm ge 0.001
|
||||
/systems/electrical/bus/dc-1 ge 25
|
||||
</test>
|
||||
<test logic="AND" value="2.5">
|
||||
<test logic="AND" value="3.167">
|
||||
/controls/switches/wiperLspd eq 1
|
||||
/systems/electrical/bus/dc-1 ge 25
|
||||
</test>
|
||||
<test logic="AND" value="4.5">
|
||||
<test logic="AND" value="4.667">
|
||||
/controls/switches/wiperLspd eq 2
|
||||
/systems/electrical/bus/dc-1 ge 25
|
||||
</test>
|
||||
|
@ -1339,11 +1339,11 @@
|
|||
fcs/right-wiper-pos-norm ge 0.001
|
||||
/systems/electrical/bus/dc-2 ge 25
|
||||
</test>
|
||||
<test logic="AND" value="2.5">
|
||||
<test logic="AND" value="3.167">
|
||||
/controls/switches/wiperRspd eq 1
|
||||
/systems/electrical/bus/dc-2 ge 25
|
||||
</test>
|
||||
<test logic="AND" value="4.5">
|
||||
<test logic="AND" value="4.667">
|
||||
/controls/switches/wiperRspd eq 2
|
||||
/systems/electrical/bus/dc-2 ge 25
|
||||
</test>
|
||||
|
|
Loading…
Reference in a new issue