RUN : BOOL Enabling command
CYCLE : TIME Signal period
Q : BOOL Output pulse signal
On every period, the output is set to TRUE during one cycle only. In FFLD language, the input rung is the IN command. The output rung is the Q output signal.
(* MyPLS is a declared instance of PLS function block *)
MyPLS (RUN, CYCLE);
Q := MyPLS.Q;
(* MyPLS is a declared instance of PLS function block *)
Op1: CAL MyPLS (RUN, CYCLE)
FFLD MyPLS.Q
ST Q
See also
|
Copyright © 2015 Kollmorgen™ |
|