Versions Compared

Key

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

The MONITOR object corresponds to the Monitor system object.

The MONITOR object sends events presented in the table.  Procedure is started when the corresponding event appears.

Format of event procedure for the Monitor object:

Code Block
OnEvent("MONITOR","_id_","_event_")

List of commands and parameters for the MONITOR object is presented in the following table:

EventDescriptionComment
STARTED_AVI_EXPORTVideo export started

Among others, the event has the following parameters:

slave_id<> – operator who started the export.

param1<> – number of camera on which the export is performed, date and time of export period beginning. The parameter value is like "<RecNo.> Camera <id> (dd-mm-yy hh:mm:ss)", for example param1<01 Camera 1 (05-10-17 10:23:21)>.

time<> – time when export started.

FINISHED_AVI_EXPORT

Video export finished

Among others, the event has the following parameters:

slave_id<> – operator who started the export.

param1<> – number of camera on which the export is performed, date and time of export period ending. The parameter value is like "<RecNo.> Camera <id> (dd-mm-yy hh:mm:ss)", for example param1<01 Camera 1 (05-10-17 10:23:21)>.

time<> – time when export ended.

 

Operator format to describe actions with the monitor is:

Code Block
DoReact("MONITOR","_id_","_command_"[,"_parameters_"]);

...