Versions Compared

Key

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

This is the IF condition for running a command (only after the specified events occur). You must configure the conditions to start a macro beforehand (see 이 명령은 지정된 이벤트가 발생한 후에만 명령을 실행하도록 설정하는 조건문입니다. 매크로를 시작할 조건은 사전에 설정되어 있어야 합니다 (Configuring filters for event-driven macros 참조).

You can enter the following parameters in the Awaiting command:

이벤트 대기 명령에는 다음과 같은 매개변수를 입력할 수 있습니다:

  1. 타임아웃 형식은 The time-out format is HH:MM:SS 입니다 (1).
  2. Break commandhere you enter one or more events that override the Awaiting command (2). If you do not specify events, the time-out applies.
  3. If necessary, select and configure the action to perform when an event from Break Command occurs. A new Awaiting instance is also an option (3).
  4. If necessary, select and configure the action to perform if none of the events that were set in Break Command occurred during the time-out. A new Awaiting instance is also an option (4).

Example 1. The macro is conditioned by the Motion detected event on Camera 9 (1).

Image Removed

When it occurs, the macro continues. This also starts recording (2). Further macro actions are executed, if any.

  1. 차단 명령(Break command에는 대기를 중단시키는 하나 이상의 이벤트를 입력할 수 있습니다 (2). 이벤트를 지정하지 않으면 타임아웃이 적용됩니다.
  2. 차단 명령에 해당하는 이벤트가 발생했을 때 수행할 작업을 선택하고 설정할 수 있습니다. 새로운 이벤트 대기 명령을 지정할 수도 있습니다 (3).
  3. 차단 명령에 지정된 이벤트가 타임아웃 동안 발생하지 않았을 경우에 수행할 작업을 선택하고 설정할 수 있습니다. 이 역시 새로운 이벤트 대기 명령을 지정할 수 있습니다. (4).

예시 1. 매크로가 Camera 9에서 모션 감지 이벤트에 의해 조건부로 실행되는 경우 (1)

Image Added

모션 감지 이벤트가 발생하면 매크로가 계속 진행됩니다. 녹화도 시작됩니다 (2). 이후 설정된 다른 매크로 작업들이 실행됩니다.

만약 이벤트가 발생하지 않으면 4분간 대기합니다 (3). 이후 음성 알림(4)이 실행됩니다If this event does not occur, the time-out is 4 minutes (3). After this time, a sound notification (4) plays.

Note
titleAttention!

The Awaiting command does not affect the commands below (outside of) it.

Example 2. The macro checks the connection with the IP device.

Image Removed

If connection with the IP device is lost (1), the waiting time (2) for restoring the connection with the device is 30 seconds (3). The awaiting ends as soon as the connection with the IP device is restored.

이벤트 대기 명령은 해당 명령 아래의 작업에만 영향을 미치며, 그 외에는 영향을 주지 않습니다.

예시 2. 매크로가 IP 장치의 연결 상태를 확인하는 경우

Image Added

IP 장치와의 연결이 끊어진 경우 (1), 장치와의 연결 복구를 위한 대기 시간(2)은 30초입니다 (3). IP 장치와의 연결이 복구되면 대기가 종료됩니다.

연결이 복구되지 않으면, 대기 시간이 지난 후에 경보가 발생합니다 If the connection is not restored, then after the awaiting time, an alarm is initiated (4).