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