Function Block - Alarm with automatic reset.

Inputs

Input

Data type

Description

IN

BOOL

Process signal.

ACK

BOOL

Acknowledge command.

Outputs

Output

Data type

Description

Q

BOOL

TRUE if alarm is active.

QACK

BOOL

TRUE if alarm is acknowledged.

Sequence

Fixed_Image

Remarks

Combine this block with the LIM_ALRM block for managing analog alarms.

ST Language

MyALARM is declared as an instance of ALARM_A function block.

MyALARM (IN, ACK, RST);
Q := MyALARM.Q;
QACK := MyALARM.QACK;

FBD Language

Fixed_Image

LD Language

Fixed_Image

Fixed_Image See also

ALARM_M  LIM_ALRM


Created with the Personal Edition of HelpNDoc: Maximize Your Documentation Output with HelpNDoc's Advanced Project Analyzer