PCAN-Router Pro FD – User Manual
54
Start the tracer:
Request:
{"trc-cmd-exec": "start"}
Response:
{"trc-status": "recording"}
Errors:
{"cmd-err":
"tracer not started, maybe still recording"}
Stop the tracer:
Request:
{"trc-cmd-exec": "stop"}
Response:
{"trc-status": "stopped"}
Errors:
{"cmd-err":
"tracer not stopped, maybe still stopped"}
Pause the tracer:
Request:
{"trc-cmd-exec": "pause"}
Response:
{"trc-status": "paused"}
Errors:
{"cmd-err": "tracer not paused, maybe stopped"}
Request the tracer status:
Request:
{"trc-cmd-get": "status"}
Response:
{"trc-status": "recording"}
{"trc-status": "stopped"}
{"trc-status": "paused"}