Go to documentation repository
...
Stop record from camera №2 if there is no disk for archive record.
Code Block |
---|
OnEvent("SLAVE","1"," NO_DISC")
{
DoReact("CAM","2"," REC_STOP");
} |
Get the archive depth by Camera 1 using the macro 1.
Code Block |
---|
OnEvent ("MACRO","1","RUN"){
DoReact ("SLAVE","WS3","GET_DEPTH","cam<1>");
} |
...