canLoggerStart (Function) |
Top Previous Next |
This function will start (or resume) the logging. The logger must first have been configured with the canLoggerSetup function.
Restarting the logging will not remove any logged CAN messages if present.
Note that only filtered messages are logged.
Input: port : SINT (1/2) (default 1) The port of the logger.
Returns: INT
Declaration: FUNCTION canLoggerStart : INT; VAR_INPUT
Example: INCLUDE rtcu.inc |