NEG
Assignment of the negation of a variable.

Arguments | ||
---|---|---|
IN | DINT - REAL | Input and output must have the same format |
Q | DINT - REAL |
Example
(* FBD example with Negation Operators *)

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