NOT
For Boolean expressions, converts variables to negated variables.

Arguments | |
---|---|
i1 | both inputs must have the same type |
o1 | TRUE when i1 is FALSE FALSE when i1 is TRUE |
Example
(* FBD example with "NOT" Operator *)

(* ST equivalence: *)
bo10 := NOT bi101;
Provide Feedback