Operator: OR
If the IEC OR
operator is used for programming in the Safety FBD Editor, the following must additionally be observed:
Basic Level: All
OR
inputs must beSAFEBOOL
(in accordance with PLCopen).The output is
SAFEBOOL
only if all inputs areSAFEBOOL
.In the Extended Level Level, the
OR
inputs can be mixedBOOL
andSAFEBOOL
. In this case the output isBOOL
.(conforms to PLCopen, since in this case the
SAFEBOOL
inputs in theOR
operator are switched toBOOL
by the SAFE polymorphism).