Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width50%
Panel
borderColor#CCCCCC
bgColor#FFFFFF
titleBGColor#F0F0F0
borderStylesolid
titleOn the page:

Table of Contents

 

Column


General information

This command allows executing different actions after a certain period depending on whether an event occurs or not.

Configuring an action

To configure the occurrence of an event, do the following:

  1. Go to the Programming tab.
  2. Click the Create... button in the Event rules or Cycle rules list (see Configuring macros).
  3. Select the start condition that triggers a macro (see Configuring start conditions).
  4. Click the Image Added button below the start conditions.
  5. From the drop-down list, select Programming: Wait for event.
    Image Added
  6. In the Timeout parameter, set the time to wait for the event to occur in HH:MM:SS format.
  7. Click the Add event filter button and add the event filter if necessary. You can specify one or more events, upon receiving which the waiting stops. If you don't select events, the waiting stops only after the specified time

This is the IF condition for running a command (only after the specified events occur).

You can enter the following parameters in the Awaiting command:

  1. The time-out format is HH:MM:SS (1).
    Image Removed
  2. Break command − here you enter one or more events that override the Wait command (2). If  you do not specify events, the time-out applies
  3. .
  4. If necessary, select and configure the action
  5. to perform when an event from Break Command occurs. A new Awaiting instance is also an option (3).
  6. If necessary, select and configure the action to perform if none of the events that were set in Break Command occurred during time-out. A new Awaiting instance is also an option (4).

For example, this 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.

If this event does not occur, the time-out is 4 minutes (3). After this time, a sound notification (4) plays.

  1. that you want to execute:
    1. When you receive an event from the filter in the Execute if event occurred parameter.
    2. If no event from the filter occurs during the waiting time in the Execute if no event occurred parameter.
  2. Click the Apply Image Added button.

Configuring the Wait for event action is complete.

Example use

This macro checks if there is a connection with the IP device.

Image Added

When a connection with the IP device is lost, the waiting time to restore the connection with a device is 30 seconds. The waiting stops as soon as a connection with the IP device is restored.

If this event doesn't occur, an alarm is initiated after this time elapses

...

titleAttention!

...

.