logIsInitialized (Function) |
Top Previous Next |
logIsInitialized will check if the Datalogger system is correct initialized (The logInitialize() function has been called at some point). If the logInitialize() function has been called with a keyvalue that is different from the key value used in this function, logIsInitialized() will return false.
Input: key : DINT User defined keyvalue.
handle : SYSHANDLE A handle to the Datalogger to check if is initialized. If not provided, it will check the flash-based log. Only supported on NX32L with firmware 1.50.00 or newer.
Returns: BOOL True if Datalogger system has been initialized (and it was initialized with the same key value), false if not.
Declaration: FUNCTION logIsInitialized : BOOL;
Example: INCLUDE rtcu.inc |