Versions Compared

Key

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

Example 1. Consider a macro that activate an arming mode in selected camera when the timer triggers.

No

Event

Action

1

The timer triggered (1).

Activate an arming mode (2)

 


Image Modified

Example 2. Consider macros that allow to set the timer with trigger period of several seconds.

Macro

Event

Action

Parameters

1

 


Start counter of Timer 1 (1)

Trigger value is 5 seconds (2)

2

The timer 1 triggered (1)

Macro 1 execution (2)

 


Macro 1 object setting window

 Image Modified

Macro 2 object setting window

Image Modified

Info
titleNote.
After starting the macro (Macro 1) in menu of Axxon PSIM software main control panel, the timer will trigger every 5 seconds and also in accordance with the Timer 1 object settings which are specified on its seting panel. To avoid the timer triggering in the latter case, it is necessary to specify the date of triggering in the past.

...

Info
titleNote.
To stop the timer, set Disable check box in Timer 1 object setting window.

...