Skip to main content
FW version: Stable

Driver execute task

info

All here listed messages are unicast with SID = 24

warning

Payload byte position is not corresponding with byte position in transfer layer (CAN, UART, USB, bluetooth...) Before continuing, read carefully how to create a message for:

Message - execute task

Payload byteDescription
00x04
1Task ID

Task ID list

Task IDDescription
1Driver reinit.
2Execute identlin
3Execute identrun
128Save parameters
129Load parameters from flash
255Request task result
OtherUnsupported command

Response

Task is being executed

This is reponse after

Payload byteDescription
00x44
1Task ID

Task result response

Payload byteDescription
00x44
1Task ID
2-5Task return value.

The return value is return value of the executed task/command. If you get 0, it always means that the task was successful.

Return valueDescription
0Success
-1Task not supported
OtherTask specific return value - error

Message - do beep with the motor

Using this message you can play one tone with the motor.

Payload byteDescription
00x06
1-2[int16] Beep volume
3-4[int16] Beep tone

There is not response to this message