Documentation for Intellect 4.10.4. Documentation for other versions of Intellect is available too.

Previous page TIME_ZONE  SLAVE Next page


The SSS_WATCHDOG object corresponds to the System restart service system object.

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

Format of events procedure for the System restart service object:

OnEvent("SSS_WATCHDOG","_id_","_event_")

Event

Description

"RESTART_EXCEEDED"

Number of module restart is exceeded.

"RESTART_PROCESS"

Module restart.

Operator format to describe actions with the system restart service is:

DoReact("SSS_WATCHDOG","_id_","_command_" [,"_parameters_"]);

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

Commandcommand description

Parameters

Description

"SETUP" – set up parameters for the system restart service.

name<>

Object name.

flags<>

Flags.

restart_period<>

Restart period.

restart_times<>

Maximal number of restarts for the specified period.

timeout<>

Response time.

usb_wd_control<>

Connecting ITV USB Watchdog.

Properties of the SSS_WATCHDOG object are shown in the table.

Properties of the SSS_WATCHDOG object

Description of properties

ID<>

Object ID.

PARENT_ID<>

Parent object ID.

 Examples of using events and reactions of the SSS_WATCHDOG object:

  1.  Activate the third camera on the monitor №5 while module restarting.

    OnEvent("SSS_WATCHDOG","1"," RESTART_PROCESS")
    {
        DoReact("MONITOR", "5", " ACTIVATE_CAM", "CAM<3>")
    }

 

  • No labels