Go to documentation repository
Page History
...
- 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:Code Block 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.
...
Overview
Content Tools