XOR

Boolean exclusive OR between two terms.
lrso_xo1
Arguments
IN1
BOOL
IN2
BOOL
Q
BOOL
Boolean exclusive OR of both input items
Example
(* FBD example with "XOR" operators *)
lrso_xo2
(* ST equivalence: *)
bo10 := bi101 XOR NOT (bi102);
bo5 := (bi51 XOR bi52) XOR bi53;
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal