Versions Compared

Key

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

...

  1. Set the current position of video camera to preset while performing the macro 1.

    Code Block
    OnEvent("MACRO","1","RUN")
    {
        DoReact("TELEMETRY","1","SET_PRESET","TEL_PRIOR<1>");
    }


  2. Perform macro 2 in case of camera is armed.

    Code Block
    OnEvent("CAM","1","ARM")
    {
        DoReact("MACRO", "2", "RUN");
    }