Note
If there is error such as address over range, non-exist address and the address is read only, then it will
return funcon code 0x90.
For example: send message 01 10 6F 00 00 02 04 55 55 00 08 1A 47
Meaning: 01——ID No.;
10——funcon code, write mulple WORD;
6F 00——WORD Modbus address for wring data. This is the address corresponding to parameter
“Target Velocity” (60FF0020) , data length 2;
00 02——write 2 WORD;
04——data length 4 bytes (2*WORD);
55 55 00 08——write data 00085555 (HEX) , 546133 (OCT) , convert to 200RPM;
1A 47——CRC check.
6.5 Modbus Message Example
Under dierent modes, message is sent when staon No. is 1:
Table 6-2 485 message