Peripheral Devices
562 9836 3521 01
8.14.4.24 GetLastCycleData
Description: Get last cycle data in the queue in the same way as GetCycleData but data is returned even
if it has already been read.
Return type: A RetCodeEnum value.
Syntax: object.GetLastCycleData(Buf, Size)
The Api object to operate on.
The string to receive the read cycle data.
At call: Max length of Buf, At return: The length of the returned
string in Buf.
8.14.4.25 GetLastCycleDataBin
Description: Get last cycle data in the queue in raw binary format in the same way as GetCycleDataBin
but data is returned even if it has already been read.
Return type: A RetCodeEnum value.
Syntax: object.GetLastCycleDataBin(Buf, Size)
The Api object to operate on.
The byte array to receive the read cycle data.
At call: Max length of Buf, At return: The length of the
returned data in Buf.
8.14.4.26 GetCycleDataById
Description: Get a specific cycle data in the queue in similar way as GetCycleData.
Return type: A RetCodeEnum value.
Syntax: object.GetCycleDataById(Buf, Size, Id)
The Api object to operate on.
The string to receive the read cycle data.
At call: Max length of Buf, At return: The length of the returned
string in Buf.
Identity of cycle data to get.