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, from the Type drop-down list (1), select the type of device. 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 Motion detection tool, select the Detector zone type.
  5. From the Number drop-down list (2), select an ID number for the object of the selected type from which you want to get events. If you want to get events from all devices of this type, leave this field blank.
  6. From the Event drop-down list (3), select the event type. The available event types depend on the selected object type. System type of the event in brackets is used in scripts and programs (see Programming Guide and Programming Guide (JScript)).
    For example, for the Motion detection tool triggering event, select Alarm in the zone (MD_START).
  7. From the Group of alarms drop-down list (4), select an alarm group and indicate in which alarm group you want for Monitoring PSIM to display alarms for this event.
  8. It is possible to get confirmation of alarm acceptance from the Server of Control. To do this, from the Confirmation drop-down list (5), select the type of confirmation:

    1. No — no confirmation is sent.
    2. Simple Agent 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


  9. If it is necessary to attach video data to alarms, click the Video data button (6). As a result, the Select configurations for video data transmitted window will open.

    Info
    titleNote

    Configuration of the transmitted video data is described in Setting up the configurations for transferred video data.


    1. Move the required configurations using the button (1) from the left list to the right. Remove a configuration from the right list to the left one by using the button (2).

      Note
      titleAttention!

      Multiple configurations cannot be used for the same camera.


    2. Click the Apply changes and close button (3). The selected configurations will be listed in the non-editable Video data field.
  10. To add the possibility of attaching a snapshot not associated with the camera to an event, set the Get snapshot from external device checkbox (7). This way you can transmit, for example, a JPG snapshot received from an X-ray apparatus.

    Note
    titleAttention!

    To enable the Get snapshot from external device setting, the imageBase64<> substring with an image encoded in it must be present in the monitored event.

    Example of an image received from an external device.
    Image Modified

  11. In the Message field (8), enter the text message, that will appear in the Device column of the Reaction to alarm dialog form (see Monitoring PSIM Software Package: Operator's Guide).

    If the object identifier 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 60 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.


  12. To search for additional information in messages from a device of this type (for the substring "param0<>"), set the Capture detailed data checkbox (9).
  13. Click the OK button to save the changes (10).

...