logSaveToFile (Function) |
Top Previous Next |
logSaveToFile saves an open Datalogger to a file on the file system. Only file- and memory-based Dataloggers are supported.
Input: filename : STRING The path to the file to save the datalogger to.
handle : SYSHANDLE A handle to the datalogger to save.
Returns: INT
Declaration: FUNCTION logSaveToFile : INT;
Example: INCLUDE rtcu.inc |