logReadRaw (Function) |
Top Previous Next |
logReadRaw reads raw data from an entry in the datalogger. To read from the flash-based Datalogger, please use logRead.
Input:
handle : SYSHANDLE A handle to the Datalogger to read from.
data : PTR A buffer to read the data into.
size : DINT The number of bytes of data to read.
Output:
tag : SINT Tag value for the entry.
linsec : DINT The timestamp in seconds since 1980-1-1 00:00:00.
Returns: INT
Declaration: FUNCTION logReadRaw : INT;
Example: //----------------------------------------------------------------------------- |