Set Coil

Set coils enable a Boolean output of a connection line Boolean state.
ldr_sc1
Left Connection
Right Connection
The associated variable is set to TRUE when the Boolean state of the left connection becomes TRUE. The output variable keeps this value until an inverse order is made by a "RESET" coil. The state of the left connection is propagated into the right connection. The right connection can be connected to the right vertical power rail.
Example
ldr_sc2
(* ST Equivalence: *)
IF input1 THEN output1 := TRUE; END_IF; IF input2 THEN output1 := FALSE; END_IF;
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal