Appendix A. Modbus ProtocolMS300 
788 
 
A-4 Address List 
1.  ASCII 
(1)  Reads one or more parameter values: 3Ah (start bit‘ : ’) + 30h 31h (station address 01) + 30h 
33h (function code 03h) + 30h 30h xxh xxh–32h 36h xxh xxh (Modbus address 00xxh–26xxh) 
+ xxh xxh xxh xxh (reading length 1) + LRC (checksum) + CR/LF 
(2)  Writes one parameter value: 3Ah (start bit‘ : ’) + 30h 31h (station address 01) + 30h 36h 
(function code 06h) + 30h 30h xxh xxh–32h 36h xxh xxh(Modbus address 00xxh–26xxh) + xxh 
xxh xxh xxh (writing value) + LRC (checksum) + CR/LF 
(3)  Writes 20 parameter values: 3Ah (start bit‘ : ’) + 30h 31h (station address 01) + 31h 30h 
(function code 10h) + 30h 30h xxh xxh–32h 36h xxh xxh (Modbus address 00xxh–26xxh) + 
30h 30h 31h 34h (word data length) + 30h 30h 32h 38h(byte data length) + xxh xxh xxh xxh 
(the first writing value) + ... + xxh xxh xxh xxh (the 20th writing value) + LRC (checksum) + 
CR/LF 
2.  RTU 
(1)  Reads one or more parameter values: 01h (station address 01) + 03h (function code 03h) + 
00xxh–26xxh (Modbus address) + xxxxh (reading length) + CRC (checksum) 
(2)  Writes one parameter value: 01h (station address 01) + 06h (function code 06h) + 00xxh–
26xxh (Modbus address) + xxxxh (writing value) + CRC (checksum) 
(3)  Writes 20 parameter values: 01h (station address 01) + 10h (function code 10h) + 00xxh–
26xxh (Modbus address) + 0014h (data length, count by word) + 0028h (data length, count by 
byte) + xxxxh (the first writing value) + ... + xxxxh (the 20th writing value) + CRC (checksum) 
3.  AC motor drive parameters (GGnnH): communication station address is Pr.09-00 setting value 
GG means parameter group, nn means parameter number. For 
example, the Modbus address of Pr.04-10 is 040AH when 
reading by Delta VFDsoft.