XOR

Boolean exclusive OR of two variables.
lrso_xo1_cam5
Arguments
i1
BOOL
i2
BOOL
o1
BOOL
Boolean
exclusive OR
of the two input items
Example
(* FBD example with "XOR" operators *)
lrso_xo2_cam5
(* 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