The 'AlarmGetEventCount' function returns the number of alarms in Alarm Event Window.
int @AlarmGetEventCount(int type);
Parameters
int type : 0 = Value to get the number of all event alarms, 1 = Value to get the number of the currently ongoing alarms .
Return Value
The number of alarms
Example
count = @AlarmGetEventCount(1);
Description : The number of the currently ongoing alarms is stored in the variable named 'count'.
Relate items)