Chapter 8 Boolean instructions
158 Rockwell Automation Publication 2080-RM001D-EN-E - February 2015
Boolean exclusive OR of two values.
Arguments
Parameter
Parameter
Type
Data Type Description
i1 Input BOOL
i2 Input BOOL
o1 Output BOOL Boolean exclusive OR of the two input terms.
XOR operator ST language example
(* ST equivalence: *)
bo10 := bi101 XOR NOT (bi102);
bo5 := (bi51 XOR bi52) XOR bi53;