fixed test, bits were flipped
This commit is contained in:
parent
a130ca59ea
commit
1aeb37f976
@ -21,14 +21,14 @@ cycle
|
||||
assert b.in.v 1
|
||||
assert b.in.a 1
|
||||
|
||||
assert-qdi-channel-valid "b.out1" 7 127
|
||||
assert-qdi-channel-neutral "b.out2" 7
|
||||
set b.out1.v 1
|
||||
assert-qdi-channel-valid "b.out2" 7 127
|
||||
assert-qdi-channel-neutral "b.out1" 7
|
||||
set b.out2.v 1
|
||||
cycle
|
||||
assert b.in.a 1
|
||||
set-qdi-channel-neutral "b.in" 8
|
||||
cycle
|
||||
set b.out1.a 1
|
||||
set b.out2.a 1
|
||||
|
||||
|
||||
system "echo 'First Cond Checked'"
|
||||
@ -58,13 +58,15 @@ cycle
|
||||
assert b.in.v 1
|
||||
assert b.in.a 1
|
||||
|
||||
assert-qdi-channel-valid "b.out2" 7 100
|
||||
assert-qdi-channel-neutral "b.out1" 7
|
||||
set b.out2.v 1
|
||||
assert-qdi-channel-valid "b.out1" 7 50
|
||||
assert-qdi-channel-neutral "b.out2" 7
|
||||
set b.out1.v 1
|
||||
set b.out1.a 1
|
||||
cycle
|
||||
assert b.in.a 1
|
||||
set-qdi-channel-neutral "b.in" 7
|
||||
cycle
|
||||
|
||||
|
||||
|
||||
system "echo 'Second Cond Checked'"
|
Loading…
Reference in New Issue
Block a user