canLoggerLevel (Function) |
Top Previous Next |
This function will return the amount of space used in the logger. The returned value is on a scale between 0 and 1000 (permille). The exact size of the logger is specified during configuration (see canLoggerSetup). Note: use canBufferLevel to check the level of use for the internal buffer.
Input: port : SINT (1/2) (default 1) The port of the logger.
Returns: INT Amount of space used in the logger - 0..1000 permille.
Declaration: FUNCTION canLoggerLevel : INT; VAR_INPUT
Example: INCLUDE rtcu.inc |