Operator: AND
If the IEC AND operator is used for programming in the Safety FBD Editor, the following must additionally be observed:
Only
BOOL
andSAFEBOOL
inputs can be linked. TheAND
linking ofWORD
,DWORD
,SAFEWORD
, andSAFEDWORD
is not allowed.The output is
BOOL
, if all operands areBOOL
.The output is
SAFEBOOL
if at least one input isSAFEBOOL
.
Figure 44. Example:
AND
linking of the Boolean variable VarB
with TRUE
, output VarOut
is SAFEBOOL
