Go to documentation repository
...
...
Method of setting logical interaction | Description | Implementation | Example |
Setting panels of system objects | Base configuration of interaction between system objects | Implemented using functionality of system objects – —see Administrator's Guide | Configuring video displaying in the Monitor box |
Macro | Configuration of simple interactions between objects if their functionality can not perform the required actions | Implemented using the Macro object – —see Administrator's Guide | Enabling actuator (relay) when sensor is closed |
Program | Configuration of complex interactions between objects if functionality of the Macro object cannot perform the required actions | Implemented using the Program object as the code in the embedded programming language – —see this guide | Reset PTZ cameras and snapshot every 15 minutes |
Script | Implemented using the Script object as JScript code – see Programming Guide (JScript)—see Script |
...
Programming in Axxon PSIM enables automatic system control by setting up complex logical interactions between objects.
The guide contains the information on:
...