Go to documentation repository
Documentation for Monitoring 12.0. Documentation for other versions of Monitoring is available too.
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:
Note.
This function is not supported for the Additional Workplace in non-distributed configuration.
- Create and configure the Display and Audio player objects in the Interfaces tab of the System settings dialog box.
- Run the System configuration utility (ddi.exe).
Note. Detailed info on using this utility is given in the Intellect software. Administrator's Guide. The most relevant version of this document is available in AxxonSoft documentation repository. - Open the intellect.atm.ddi file, select the VIDEOSRV_S_DVC (Partition of control) object.
- Go to the Events tab.
- Make sure that the Audio support is not set for the Detections event.
- Close the System configuration utility.
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>"); } }
- Create corresponding files and put them to the <Intellect installation>\Wav folder.
Configuration of sound notification at Server of Control for various alarm groups is completed.
Overview
Content Tools