logRewriteTag (Function) |
Top Previous Next |
logRewriteTag is used for changing just the tag value of the record currently pointed to by the read pointer.
Caution must be taken when using logRewrite() and logRewriteTag() as it will reduce the number of possible write operations to the Datalogger. Please read the Datalogger introductory section for more information. This function can be used on all types of Dataloggers.
Input: tag : SINT The new tag value for the record.
handle : SYSHANDLE A handle to the Datalogger to change the tag in. If not provided, it will work on the flash-based log. Only supported on NX32L with firmware 1.50.00 or newer.
Returns: INT
Declaration: FUNCTION logRewriteTag : INT;
Example: INCLUDE rtcu.inc |