Function Block - Pulse signal generator:

Inputs

Input

Data type

Description

RUN

BOOL

Enabling command.

CYCLE

TIME

Signal period.

Outputs

Output

Data type

Description

Q

BOOL

Output pulse signal.

Time diagram

Fixed_Image

Remarks

On every period, the output is set to TRUE during one cycle only. In LD language, the input rung is the IN command. The output rung is the Q output signal.

ST Language

MyPLS is a declared instance of PLS function block:

MyPLS (RUN, CYCLE);
Q := MyPLS.Q;

FBD Language

Fixed_Image

LD Language

Fixed_Image

Fixed_Image See also

TON  TOF  TP


Created with the Personal Edition of HelpNDoc: Easily create HTML Help documents