IsAlarmRaisedEx
This method queries whether an alarm is in the Raised state.
Syntax
METHOD IsAlarmRaisedEx : BOOL
VAR_INPUT
stEventEntry : TcEventEntry;
ipSourceInfo : I_TcSourceInfo := 0;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
stEventEntry | UDINT | Event definition. |
ipSourceInfo | Pointer to an ITcSourceInfo interface. |
Return value
Name | Type | Description |
---|---|---|
IsAlarmRaisedEx | BOOL | Returns TRUE if the alarm is in the raised state. |