OR

Boolean OR of 2 to 127 Boolean variables.
lrso_o1_cam5
Arguments
(inputs)
BOOL
From 2 to 127 inputs.
output
BOOL
Boolean OR of the input variables.
Example
(* FBD example with "OR" Operators *)
lrso_o2_cam5
(* ST equivalence: *)
bo10 := bi101 OR NOT (bi102); bo5 := (bi51 OR bi52) OR bi53;
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal