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).
    Image RemovedImage Added
  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 RemovedImage Added

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

...

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

Image RemovedImage Added

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.

...