BLINK
Inputs
|
Input |
Data type |
Description |
|
RUN |
BOOL |
Enabling command. |
|
CYCLE |
TIME |
Blinking period. |
Outputs
|
Output |
Data type |
Description |
|
Q |
BOOL |
Output blinking signal. |
Time diagram

Remarks
The output signal is FALSE when the RUN input is FALSE. The CYCLE input is the complete period of the blinking signal. In LD language, the input rung is the IN command. The output rung is the Q output signal.
ST Language
MyBlinker is a declared instance of BLINK function block.
MyBlinker (RUN, CYCLE);
Q := MyBlinker.Q;
FBD Language

LD Language

BLINK |
|
IEC 61131-3 Automation platform > Programming - Reference guide > Timers > BLINK |
Created with the Personal Edition of HelpNDoc: Simplify Your Help Documentation Process with a Help Authoring Tool

