Direct Coil
Direct Coils enable a Boolean output of a connection line Boolean
state.
![]() | |
Left Connection | Right Connection |
The associated variable is assigned with the Boolean state of the left connection.
The state of the left connection is propagated into the right connection. The right
connection can be connected to the right vertical power rail.
The associated name can
be the name of the program (for functions only). This corresponds to the assignment of the
return value of the function.
Example

(* ST Equivalence:
*)
output1 := input1; output2 := input1;
Provide Feedback