7-4 Logic Task ECODRIVE03-FL*-04VRS
DOK-ECODR3-FL*-04VRS**-FK01-EN-P
OR Logic:
OR logic of the current value with the value of the operand
OR logic of the current value with the negated value of the operand
OR logic of the current value with the logical value of the following term
OR logic of the current value with the negated logical value of the term
that follows.
Examples: OR Logic
FBS AWL Type
≥1
bool1
bool2
bool3
LD bool1
OR bool2
ST bool3
bool1: BOOL
bool2: BOOL
bool1: BOOL
bool1 1 0 1 0
bool2 1 1 0 0
bool3 1 1 1 0
FBS AWL Type
≥1
bool1
bool2
bool3
LD bool1
ORN bool2
ST bool3
bool1: BOOL
bool2: BOOL
bool1: BOOL
bool1 1 0 1 0
bool2 1 1 0 0
bool3 1 0 1 1
OR
ORN
OR(
ORN(