![Micno KE600 Series Manual Download Page 181](http://html1.mh-extra.com/html/micno/ke600-series/ke600-series_manual_1784752181.webp)
KE600 Inverter MODBUS Communication Protocol
178
Slave responding information
Address
01H
Command Code
03H
Byte Number
04H
Data F002H High byte
00H
Data F002H Low byte
00H
Data F003H High byte
00H
Data F003H Low byte
01H
CRC Low byte
3BH
CRC High byte
F3H
9.6.2 Command code
: 06H, write a word
For example: Write 5000(1388H) into address F00AH, slave address 02H.
Master command information
Address
02H
Command Code
06H
Data Address High byte
F0H
Data Address Low byte
0AH
Data Content High byte
13H
Data Content Low byte
88H
CRC Low byte
97H
CRC High byte
ADH
Slave responding information
Address
02H
Command Code
06H
Data Address High byte
F0H
Data Address Low byte
0AH
Data Content High byte
13H
Data Content Low byte
88H
CRC Low byte
97H
CRC High byte
ADH
9.6.3 CRC checking
In RTU mode, messages include an error-checking field that is based on a CRC method. The CRC field
checks the contents of the entire message. The CRC field is two bytes, containing a 16-bit binary value.
The CRC value is calculated by the transmitting device, which appends the CRC to the message. The
receiving device recalculates a CRC during receipt of the message, and compares the calculated value to
the actual value received in the CRC field. If the two values are not equal, an error results.