Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Next page


To configure the HTTP-server object, do the following:

  1. Create the HTTP-server object (1) on the basis of the Computer object on the Hardware tab of the System settings window. The settings panel of the created object is displayed on the right side of the window.
  2. In the Port field (2), enter the port number in the system using which the client must send requests to the HTTP server.
  3. Configure the filter for the events whose information must be sent by the HTTP server. If you don't add any events to the filter, the HTTP server returns only the core events (the CORE object) for the client requests. You can select the additional events in the following way:
    1. From the Object type drop-down list (3), select the required type of Axxon PSIM object.
    2. From the ID drop-down list (4), select the identifier of the object of the selected type. If you don't select an ID, the HTTP server sends the events of all objects of the selected type.
    3. After you select the type and object identifier, the Object name field (5) is automatically filled with the name of the corresponding object.
    4. In the Event field (6), enter the name of the event that must be sent via the HTTP server. If you don't select any event, the HTTP server sends all events of the selected object (or all objects of the selected type). Specify the name of the event in the internal format; for more details, see Description of events and reactions of system objects. For example, if you want to filter the events of the camera arming, you must select the Camera object type and enter the "ARM" text in the Event field.
    5. If you want to send the selected events related only to users from the Access Manager module (see Guide for configuring and working with the Access Manager module), enter objtype<PERSON> in the Filter by parameters field (7). If you don't specify this parameter, the events of all objects are sent.
    6. If you want to exclude events that contain certain parameters, enter these parameters in the Parameter filter field (8).

      Note

      In the Filter by parameters and Parameter filter fields, list the parameters separated by semicolons.

    7. If you want to display events that contain the parameters listed in the Parameter filter field, set the Do not exclude parameters checkbox (9).
    8. Repeat steps ag for all required objects and events.
  4. Click the Apply button (10).

Configuration of the HTTP-server object is complete.

  • No labels