Herunterladen Diese Seite drucken

Hitachi ABB RVT Installation Und Betriebsanleitung Seite 602

Werbung

Verfügbare Sprachen
  • DE

Verfügbare Sprachen

  • DEUTSCH, seite 161
6.2.3.3. CommandClient_DeleteUser
This function allows deleting a user account on the RVT.
It has the following prototype:
int CommandClient_DeleteUser(char *Login);
6.2.4.
Parameter access
6.2.4.1. CommandClient_GetParameter
This function allows getting a parameter group from the RVT.
It is restricted to configuration, measurement and information parameters.
The parameter is read from the actual parameters memory.
Note that the parameters that have been set in the shadow memory but not yet applied are not returned when a "Get
Parameter" command is issued.
For a reason of transmission efficiency, it is only possible to transfer parameter by groups of parameters; in other
words, transmission of individual parameters is not foreseen.
One must have at least Monitor rights to perform this task.
It has the following prototype:
int CommandClient_GetParameter(int
The ParamGroupID is specifying which parameter group to get.
The Value and Size parameters are pointers to the buffer where the parameter group values will be stored and to the
actual size of this parameter group.
6.2.4.2. CommandClient_SetParameter
This function allows setting a parameter group in the RVT.
It is restricted to configuration parameters.
The modification of application specific parameters is applied in a shadow memory. Parameter changes will only be
copied to parameters memory after an "Apply Parameter Changes" command is issued.
The modification of universal parameters is applied directly i.e. no "Apply Parameter Changes" command is required.
For a reason of transmission efficiency, it is only possible to transfer parameter by groups of parameters; in other
words, transmission of individual parameters is not foreseen.
One must have at least Configurator rights to set application specific parameters and at least administrator rights to
set universal parameters.
It has the following prototype:
int CommandClient_SetParameter(int
The ParamGroupID is specifying which parameter group to set.
STATUS
Approved
unsigned char *Value,
int
unsigned char *Value,
int
SECURITY LEVEL
Public
ParamGroupID,
*Size);
ParamGroupID,
Size);
DOCUMENT ID
9AKK106713A9758
RVT CO MM UNI CATI O N
REV.
LANG.
PAGE
K
en
60/71
© 2022 Hitachi Energy. All rights reserved.

Werbung

loading