User`s guide
Industrial Protocols MODBUS/TCP MAP
1-2
Type 2: New UI 2.0
Modbus TCP is enabled by default. To disable Modbus TCP, uncheck Enable Modbus TCP then click Apply.
MODBUS Data Map and Information
Interpretation of Moxa Switches
The data map addresses of Moxa switches shown in the following table start from MODBUS address
30001 for Function Code 4. For example, the address offset 0x0000 (hex) equals MODBUS address 30001,
and the address offset 0x0010 (hex) equals MODBUS address 30017. Note that all the information read
from Moxa switches are in hex mode. To interpret the information, refer to the ASCII table for the
translation (e.g. 0x4D = ‘M’, 0x6F = ‘o’).
Address Offset
Data Type
Interpretation
Description
System Information
0x0000
1 word
HEX
Vendor ID = 0x1393
0x0001
1 word
Unit ID (Ethernet = 1)
0x0002
1 word
HEX
Product Code = 0x0003
0x0010
20 words
ASCII
Vendor Name = “Moxa”
Word 0 Hi byte = ‘M’
Word 0 Lo byte = ‘o’
Word 1 Hi byte = ‘x’
Word 1 Lo byte = ‘a’
Word 2 Hi byte = ‘\0’
Word 2 Lo byte = ‘\0’
0x0030
20 words
ASCII
Product Name = “EDS-408A”
Word 0 Hi byte = ‘E’
Word 0 Lo byte = ‘D’
Word 1 Hi byte = ‘S’
Word 1 Lo byte = ‘-’
Word 2 Hi byte = ‘4’
Word 2 Lo byte = ‘0’
Word 3 Hi byte = ‘8’
Word 3 Lo byte = ‘A’
Word 4 Hi byte = ‘\0’
Word 4 Lo byte = ‘\0’
0x0050
1 word
Product Serial Number
0x0051
2 words
Firmware Version
Word 0 Hi byte = major (A)
Word 0 Lo byte = minor (B)
Word 1 Hi byte = release (C)
Word 1 Lo byte = build (D)
0x0053
2 words
HEX
Firmware Release Date
For example:
Word 0 = 0 x 0609
Word 1 = 0 x 0705
Firmware was released on 2007-05-06 at 09
o’clock
0x0055
3 words
HEX
Ethernet MAC Address
Ex: MAC = 00-01-02-03-04-05