IsAlarmRaised

IsAlarmRaised 1:

This method queries whether an alarm is in the Raised state.

Syntax

METHOD IsAlarmRaised : BOOL
VAR_INPUT
    eventClass   : GUID;
    nEventId     : UDINT;
    ipSourceInfo : I_TcSourceInfo := 0;
END_VAR

IsAlarmRaised 2: Inputs

Name

Type

Description

eventClass

GUID

GUID of the event class.

nEventId

UDINT

ID of the event.

ipSourceInfo

I_TcSourceInfo

Pointer to an ITcSourceInfo interface.

IsAlarmRaised 3: Return value

Name

Type

Description

IsAlarmRaised

BOOL

Returns S_OK if the method call was successful, otherwise an HRESULT as the error code.