Contents Up Previous Next

SET CONFIG (0x81)

Code: 0x81
Description:Configuration data is set in the module and permanently stored.
Parameters (master -> slave): The configuration data to be written is transferred as parameter.

Response (slave -> master) : ,,OK'' (0x4F4B) if successful. In order to find out which parameters have been set successfully, the parameter code is appended as 1 byte to ,,OK''.
Example:

D-Len Cmd Param
M->S 0x03 0x81 0x01 0x0C Will set module ID to 12
S->M 0x04 0x81 0x4F 0x4B 0x01

Note: To set configuration data quickly, use the supplied software tool. If you wish to write all parameters in one single process, you must first halt the module. (Write processes take a relatively long time to be completed. The control system is thereby switched off, so movements of the module would be interrupted.)