Versions Compared

Key

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

...

  1. Go to the configuration panel for the Partition Of Control object.
  2. Click the Monitoring... button. The Add/Edit events for Monitoring window opens.
  3. To add an event, click the Add... button. The event configuration window opens.
  4. In the form that appears, in the Type drop-down list, select the type of device (1). This list contains the types of all objects created on the Hardware tab of the System settings window that have recorded events.
    Example: In the case of the Abandoned Object Detection Tool, select the Detector Zone type.
  5. Select an ID number for the object of the selected type from which you want to get events (2). If you want to get events from all devices of this type, leave this field blank.
  6. In the Event drop-down list, select an event type (3). The available event types depend on the selected object type. System type of the event in brackets is for use in scripts and programs (see Programming Guide and Programming Guide (JScript)).
    Example. For the Abandoned Object Detection Tool triggering event, select Alarm in the zone (MD_START).
  7. In the Group of alarms drop-down list, select an alarm group and indicate in which alarm group you want for Monitoring to display alarms for this event (4).
  8. It is possible to get confirmation of alarm acceptance from the Server of Control. Select the type of confirmation in the Confirmation dropdown list (5):

    1. No – no confirmation is sent.
    2. SimpleAgent of Control sends confirmation when an alarm is confirmed by the operator.
    1. Complex – when accepting an alarm the operator must confirm it in the confirm box and after that the confirmation is sent.
    Info
    titleNote.
    The Agent of Control sends the "Confirmed: Monitoring event" message to Intellect core when there is the confirmation of alarm acceptance on the Server of Control. Scripts that use this event can be created in Intellect – see Sample scripts for processing alarm confirmations.


    Info
    titleNote.
    Confirmation sending can be disabled on the sideofthe Server of Control  – see Sending confirmations of alarm acceptance.


  9. In the Video data dropdown list select the video data configuration that is to be transmitted (6). Information on how to set video data transmission configurations is given in the Adding video data to alarms section.
  10. Enter text in the Message field (7). The text entered in this field will appear in the Device column of the Alarm Reaction dialog form (see the document Monitoring Software Package: Operator's Guide).

    If the object identifier (2) is not specified, the following variables can be used in the Message field to detail the message:

    1. <id> – identifier of the object from which the event came.

    2. <name> – the object name.

      Note
      titleAttention!

      <id> and <name> are to be in lower case.

      After substitution of variables values the message must not be longer than 40 characters. If the resulting message is longer, extra characters will be dropped.


      Info
      titleExample.
      When the Disarmed event appears at the Camera 1, the “Camera [1] disarmed” message is sent.
      Image RemovedImage Added


  11. To search for additional information in messages from a device of this type (for the substring "param0<>"), select the Capture detailed data check box (8).
  12. Click OK to save changes (9).

...