GROUPALARM
Start or stop a selected group or all groups of alarms.
WebVue support - No. Returns an unsuccessful code if used in this context.
The instruction must be executed on the station that produces the group of alarms. These commands are not routed automatically.
Mode |
Mnemonic |
Syntax |
1 | START | 1 |
2 | STOP | 1 |
Syntax
IntVal = GROUPALARM(Mode, Name);
Return type: INTEGER.
Argument |
Meaning |
Name |
Name of the alarm group. Type STR. Use '*' to indicate all groups. |
Execution
Mode |
Mnemonic |
Action |
1 |
START |
Start all alarms in the groups. |
|
|
Return: 1 if successful, else 0. |
2 |
STOP |
Stop all alarms in the groups. |
|
|
Return: 1 if successful, else 0. |