logRewriteRaw (Function) |
Top Previous Next |
logRewriteRaw is used to change an entry in the Datalogger. It will change both the tag and the data of the entry currently pointed to by the read pointer. To change entries in the flash-based Datalogger, please use LogRewrite.
Input:
handle : SYSHANDLE A handle to the Datalogger to change the entry in.
tag : SINT The new tag value for the entry.
data : PTR The new data for the entry.
size : DINT The size of the new data.
Returns: INT
Declaration: FUNCTION logRewriteRaw : INT;
Example: INCLUDE rtcu.inc
|