Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 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");
    }


  2. Get the archive depth by Camera 1 using the macro 1.

    Code Block
    OnEvent ("MACRO","1","RUN"){
       DoReact ("SLAVE","WS3","GET_DEPTH","cam<1>");
    }


...