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.
lrso_g1
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 *)
lrso_g2.png
(* ST equivalence: *)
ao23 := ai10;
bo100 := NOT (bi1 AND bi2);
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal