Herunterladen Diese Seite drucken

Hitachi ABB RVT Installation Und Betriebsanleitung Seite 605

Werbung

Verfügbare Sprachen
  • DE

Verfügbare Sprachen

  • DEUTSCH, seite 161
If the curve was requested by multiple clients, the freeing is only made when the last client releases the curve.
Note that the effect of this command may not be immediate.
One must have at least Monitor rights to perform this task.
It has the following prototype:
int CommandClient_ReleaseCurve(int SourceID);
6.2.5.4. CommandClient_GetCurve
This function is getting curve data from the RVT.
It has the following prototype:
int CommandClient_GetCurve(int
The SourceID and CurveDescriptor are identifying the curve.
The Value is a buffer where the curve will be stored and the Size is the actual size of the curve returned. One should
make sure that the buffer is big enough to contain the curve.
The curves are transferred by chunks.
This function is taking care of downloading the number of chunks required to get the complete curve. It is also taking
care that all chunks returned do belong to the same curve set.
One must have at least Monitor rights to perform this task.
6.2.5.5. CommandClient_GetCurveIDs
This function is getting all the SourceIDs currently in use by the DLL.
One must have at least Monitor rights to perform this task.
It has the following prototype:
int CommandClient_GetCurveIDs(int *SourceIDs,
The Size is specifying how many SourceIDs have been returned and copied to the location pointed by the SourceIDs
pointer. One must ensure that the location is big enough to contain the maximum number of curves allowed by the
system.
6.2.5.6. CommandClient_GetCurveCharacteristics
This function is getting the characteristics of a given curve.
It has the following prototype:
int CommandClient_GetCurveCharacteristics(int
STATUS
Approved
int
unsigned char *Value,
int
*Size);
int *Size);
SECURITY LEVEL
Public
SourceID,
CurveDescriptor,
SourceID,
unsigned char *NumberOfPeriods,
unsigned char *TriggerEnable,
int
*TriggerSource_ID,
DOCUMENT ID
9AKK106713A9758
RVT CO MM UNI CATI O N
REV.
LANG.
PAGE
K
en
63/71
© 2022 Hitachi Energy. All rights reserved.

Werbung

loading