AND
Boolean AND between 2 and 127 Boolean variables.

Arguments | ||
---|---|---|
(inputs) | BOOL | From 2 to 127 inputs. |
o1 | BOOL | Boolean AND of the input variables. |
Example
(* FBD example with "AND" Operators *)

(* ST equivalence: *)
bo10 := bi101 AND NOT (bi102); bo5 := (bi51 AND bi52) AND bi53;
Provide Feedback