ReadData
Reads all stored data points into the given array. Returns the number of data points read.
Syntax
Definition:
METHOD ReadData : UDINT
VAR_INPUT
DestinationAddress : Pointer To ValveCharacteristicPoint;
NumberOfPoints : UDINT;
END_VAR
Inputs
|
Name |
Type |
Description |
|---|---|---|
|
DestinationAddress |
Pointer To ValveCharacteristicPoint |
Pointer to ARRAY[1..NumberOfPoints] of ValveCharacteristicPoint |
|
NumberOfPoints |
UDINT |
Capacity of the destination array (maximum number of data points to read). |
Return value
UDINT