Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Adding, Updating, and Deleting System Objects  Determining Computers Where Axxon PSIM was Unloaded (via Port 1030) Next page


The remote computer must install and be running Axxon PSIM (Client installation version) in order to exchange messages with the Server. 

If users have been created and access rights have been configured in Axxon PSIM, any message that requires a response from the system core must contain the receiver_id<ID> parameter, where ID is the ID of the IIDK Interface in the system.

CORE||GET_CONFIG|objtype<CAM>,objid<1>,receiver_id<1>

// Returns the parameters of the Camera 1 object


To get the user ID and user's permissions DI by username and password, use the CHECK_USER function. Examples of using:
CORE||CHECK_USER|password<1>,login<1>
CORE||CHECK_USER|pass_key<1373503546>,login<1> (crc32 from DB)
CORE||CHECK_USER|md5<bf03b1605e3c83978514f2a6546eef50> (md5 from DB)
Response:
ACTIVEX|1|USER_RIGHTS|rights_id<1>,user_id<1>
If the password is incorrect, the response comes with a delay of 1 second.

  • No labels