Go to documentation repository
...
Install ACFA PSIM (see ACFA PSIM Installation Guide).
Note | ||
---|---|---|
| ||
The following is an example of configuring the interaction between the Monitoring PSIM and the Rovalant (A6, A16) and the Apollo integration module, which is part of the ACFA PSIM software package. The The configuration guide for the Rovalant (A6, A16) Apollo integration module is available only in the Russian documentation for ACFA PSIM. Instead of the Rovalant (A6, A16) Apollo integration module, you can use any other integration module that supports user entry into the controller. |
Configure theRovalant (A6, A16) integration Apollo integration module.
In the System Settings dialog box, go to the Programming tab (1).
To monitor the object status on the Server Of Control side, it is necessary to configure the alarm group (see Configuring alarms for Monitoring PSIM the object state on the Agent Of Control side). As a result of this configuration, the script №2 will be created.
Note | ||
---|---|---|
| ||
If an integration module other than Rovalant (A6, A16) Apollo is used, it is necessary to modify the script examples for the corresponding integration module. |
Info | ||
---|---|---|
| ||
For more information on creating scripts, see Programming Guide (JScript). |
Click Apply (3).
...
At startup, and then every 15 minutes, Agent Of Control sends the hash of existing users to Server Of Control. Initially, there are no such users. At startup, Server Of Control receives the hash of all objects including users from the Axxon PSIM core, and puts them in a list that is updated if objects are edited or deleted. Server Of Control compares the user hash received from Agent Of Control with the value from the list and, if there is a mismatch, requests new data, and then transfers it to Agent Of Control. Agent Of Control, upon receiving this data (hash + configuration), updates the information about the users and generates the SPR_DATA_UPDATED event, which is processed in script №1. As a result, the users with the right to access the corresponding Agent Of Control will will be loaded into the memory of the Rovalant (A6, A16) the Apollo controller and will be able to access the object upon presenting of their access card.
...