NEG
Converts variables to negated variables

Arguments | ||
---|---|---|
i1 | BOOL | Input and output must have the same format |
o1 | BOOL |
Example
(* FBD example with Negation Operators *)

(* ST equivalence: *)
ao23 := - (ai10); ro100 := - (ri1 + ri2);
Provide Feedback