logMaxNumOfRecords (Function) |
Top Previous Next |
logMaxNumOfRecords will report the number of records that was set as maximum in the logInitialize(), logCreate() or logCreateMem() function (or the maximum number available if the number requested was 0).
Input: handle : SYSHANDLE A handle to the Datalogger to get the maximum number of records from. If not provided, it will work on the flash-based log. Only supported on NX32L with firmware 1.50.00 or newer.
Returns: DINT Maximum number of records in the Datalogger.
Declaration: FUNCTION logMaxNumOfRecords : DINT;
Example: INCLUDE rtcu.inc |