ALARM_M
Function Block - Alarm with manual reset.
Inputs
|
Input |
Data type |
Description |
|
IN |
BOOL |
Process signal. |
|
ACK |
BOOL |
Acknowledge command. |
|
RST |
BOOL |
Reset command. |
Outputs
|
Output |
Data type |
Description |
|
Q |
BOOL |
TRUE if alarm is active. |
|
QACK |
BOOL |
TRUE if alarm is acknowledged. |
Sequence

Remarks
Combine this block with the LIM_ALRM block for managing analog alarms.
ST Language
MyALARM is declared as an instance of ALARM_M function block.
MyALARM (IN, ACK, RST);
Q := MyALARM.Q;
QACK := MyALARM.QACK;
FBD Language

LD Language

ALARM_M |
|
IEC 61131-3 Automation platform > Programming - Reference guide > Advanced operations > ALARM_M |
Created with the Personal Edition of HelpNDoc: Easily create EBooks

