Go to documentation repository
Start and stop recording commands can have different priorities in Axxon PSIM. The priority of start/stop recording commands is set by the priority<> parameter of the REC and REC_STOP reactions, respectively. If you try to stop recording using the command with the priority that is lower than one of the command that initiated recording, then this command will be ignored.
...
Start/stop recording 1 | Start/stop recording 2 | Behavior |
Initiated Start/stop recording is initiated by the operator using the camera context menu (start/stop recording) or by macro | Start recording at CAM|1|REC| reaction, stop recording at CAM|1|REC_STOP| reaction | The start/stop recording commands 1 and 2 are equal* |
Start/stop recording is initiated by the operator using the camera context menu (start/stop recording) or by macro | Start recording at CAM|1|REC|priority<0> reaction, stop recording at CAM|1|REC_STOP|priority<0> reaction | The stop recording command 1 stops recording started using command 2. |
Start/stop recording is initiated by the operator using the camera context menu (start/stop recording) or by macro | Start recording at CAM|1|REC|priority<1> reaction, stop recording at CAM|1|REC_STOP|priority<1> reaction | The stop recording command 1 stops recording started using command 2. |
Start/stop recording is initiated by the operator using the camera context menu (start/stop recording) or by macro | Start recording at CAM|1|REC|priority<2> reaction, stop recording at CAM|1|REC_STOP|priority<2> reaction | The start/stop recording commands 1 and 2 are equal* |
Start/stop recording is initiated by the operator using the camera context menu (start/stop recording) or by macro | Start/stop recording is initiated by the detection tool (for example, the main motion detection tool) | The stop recording command 1 stops recording started using command 2. |
Start recording at CAM|1|REC|priority<0> reaction, stop recording at CAM|1|REC_STOP|priority<0> reaction | Start/stop recording is initiated by the detection tool (for example, the main motion detection tool) | The stop recording command 2 stops recording started using command 1. |
Start recording at CAM|1|REC|priority<1> reaction, stop recording at CAM|1|REC_STOP|priority<1> reaction | Start/stop recording is initiated by the detection tool (for example, the main motion detection tool) | The following variants are possible:
|
Start recording at CAM|1|REC|priority<2> reaction, stop recording at CAM|1|REC_STOP|priority<2> reaction | Start/stop recording is initiated by the detection tool (for example, the main motion detection tool) | The stop recording command 1 stops recording started using command 2. |
Info |
---|
* Equivalence of ways means that recording can be stopped using way 1 if it was started using way 2 and vice versa if the recording is started using way 1, then it is possible to stop recording using way 2. |
...