Pulse Rising Edge Coil

Pulse rising edge coils or "Positive" coils enable Boolean output of a connection line Boolean state.
ldr_prec1
Left Connection
Right Connection
The associated variable is set to TRUE when the Boolean state of the left connection rises from FALSE to TRUE. The output variable resets to FALSE in all other cases. 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_prec2
(* ST Equivalence: *)
IF (input1 and NOT(input1prev)) THEN output1 := TRUE; ELSE output1 := FALSE; END_IF; (* input1prev is the value of input1 at the previous cycle *)
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal