Documentation for ACFA PSIM

Previous page Next page


In the Emulator ACFA integration module, you can work with the Swagger software directly via POST requests. To do this, do the following:

  1. Activate the Swagger software and Swagger UI (see Configuring the parent object of the Emulator ACFA module).
  2. Connect to the Swagger software in a web browser using the string:

    http://{ip}:{port}/swagger

    The following page will be available after the connection:

  3. You can authorize by the token, which was displayed in the settings of the parent object of the Emulator ACFA module, by clicking the Authorize button in the upper right corner of the page.
  4. After successful authorization, you can execute the following commands:

    Examples of commands:
    1. Read the hardware tree with the current states. To do this, select the request, first click the Try it Out button and then click the Execute button.
    2. Switch the sensor with the specified address to the arm state by selecting the corresponding request and following the same steps as in step 4a.
    3. Switch the sensor with the specified address to the disarm state by selecting the corresponding request and following the same steps as in step 4a.
    4. Switch the sensor with the specified address from the arm state to the alarm state by selecting the corresponding request and following the same steps as in step 4a.
    5. Process the alarm and switch the sensor to the disarm state by selecting the corresponding request and following the same steps as in step 4a.
    6. And so on, similarly to the described commands.
  • No labels