Herunterladen Diese Seite drucken

Hitachi ABB RVT Installation Und Betriebsanleitung Seite 601

Werbung

Verfügbare Sprachen
  • DE

Verfügbare Sprachen

  • DEUTSCH, seite 161
int CommandClient_Clean();
The closing allows to free resources allocated both on the PC side and on the RVT side.
6.2.3.
Authentication
Please note that the user account covered here are applicative user account handled by the RVT.
Once the TCP/IP, USB or Modbus connection has been established to the server, the client must authenticate itself.
As the system can be accessed remotely, some basic authentication is put in place. This allows distinguishing users
and granting them certain rights to do things.
This authentication is mentioned as the first point of the command layer for the very important reason that no com-
mand will be accepted before an authentication is performed. The only exception is for the local administrator user
that is automatically detected based on its local connection to the server.
6.2.3.1. CommandClient_Authenticate
This function allows authenticating as a given user on the RVT.
It has the following prototype:
int CommandClient_Authenticate(char
The password is here given as a string and transformed by the DLL to be used in the protocol.
The Login and Password parameters are used to authenticate oneself and the AccessLevel is returned to indicate the
associated access level.
Access levels
The following access levels are defined:
Level Name
0x00
Monitor
0x10
Configurator
0x40
Administrator
0x80
Local application Special user created for internal use only. It has the same rights as an Administrator.
0xFF
Reserved
6.2.3.2. CommandClient_CreateUser
This function allows creating a new user account on the RVT.
It has the following prototype:
int CommandClient_CreateUser(char
The password is here given as a string and transformed by the DLL to be used in the protocol.
The AccessLevel parameter specifies what access level to associate with the new user account.
STATUS
Approved
char
unsigned char *AccessLevel);
Description
Very basic user allowing only reading measurements and curves from the device.
More advanced user allowed modifying measurement parameters.
User allowed modifying any parameter of the device and to create and delete users.
Reserved.
char
unsigned char AccessLevel);
SECURITY LEVEL
Public
*Login,
*Password,
*Login,
*Password,
DOCUMENT ID
9AKK106713A9758
RVT CO MM UNI CATI O N
REV.
LANG.
PAGE
K
en
59/71
© 2022 Hitachi Energy. All rights reserved.

Werbung

loading