1 GAIN
Assignment of one variable into another.
This block is very useful to directly link a diagram input and a diagram output. It can
also be used (with a Boolean negation line) to invert the state of a line connected to a
diagram output.

Arguments | ||
---|---|---|
IN | DINT - BOOL - MESSAGE - REAL - TIME | |
Q | DINT - BOOL - MESSAGE - REAL - TIME | IN and Q must have the same format |
Example
(* FBD example with assignment Operators *)

(* ST equivalence: *)
ao23 := ai10;
bo100 := NOT (bi1 AND bi2);
Provide Feedback