There are 4 alarm groups in the Monitoring software. Several different events can be assigned to them at the Agent of Control. These groups are: Equipment, ACS, FSA, Detections (see Configuration for associating events with certain alarm groups).
In order to configure sound notification for alarm groups do the following:
| This function is not supported for the Additional Workplace in non-distributed configuration. |

Create and configure the Program object in the Programming tab of the System settings dialog box.

Example of a program for alarm groups shown on the picture:

OnEvent("VIDEOSRV_S_DVC","550016","MONITORING_SENS")
{
if (strequal(param0, "Camera 1 disarmed"))
{
DoReact("PLAYER","1","PLAY_WAV","file<c:\Program Files (x86)\Intellect\Wav\cam_disarm.wav>");
}
if (strequal(param0, "Camera 1 armed"))
{
DoReact("PLAYER","1","PLAY_WAV","file<c:\Program Files (x86)\Intellect\Wav\cam_arm.wav>");
}
} |
Configuration of sound notification at Server of Control for various alarm groups is completed.