Kinco FD3&CD3 User Manual
12.3 MODBUS RTU
The RS485 interface of FD2S Servo driver supports Modbus RTU protocol.
Modbus RTU protocol format
Start(No less than 3.5
characters of
messages interval)
Function code of Modbus
0x03
:
Read data registers
Request format:
High byte of
Address
Length
(Word)
Low byte
of
Address
Length
(Word)
Normal response format:
If there is error such as non-exist address,then it will return function code 0x81.
For example:Send message 01 03 32 00 00 02 CA B3
Meaning:
01: Station NO.
03
:
Function code:read data registers
32 00:Read address starting from 4x3200(Hex).This is the Modbus address corresponding to parameter“Status
word”(60410010)
00 02
:
Read 2 words of data
CA B3:CRC check.
0x06:Write single data register
Request format:
High byte of
writing value
Response format:If writing successful,then return the same message.
If there is error such as address over range,non-exist address and the address is read only,then it will return function
code 0x86.
For example:Send message 01 06 31 00 00 0F C7 32
Meaning: