MX08 Multichannel Weighing System, Technical Manual, Rev. 2.5 Page 98 of 144
11.4.3. Ethernet Information
xFace Gateway information block in Gateway tab allows the user to know much
information about gateway instrument as in the following;
Field bus: Ethernet
Firmware Version: Revision number of firmware
Firmware Date: Generated firmware date
Hardware Version: Revision number of main pcb board.
Serial Number: Instrument’s serial number.
Gateway Status: Follow the status whether the system is proper or not.
11.5. Modbus TCP/IP Data Structure
The Modbus slave address is defined in the Ethernet Address in Section 10.4.1. Functions
code ‘0x03’ and function code ‘0x10’ are supported. Make the Ethernet connection settings
in Section 10.2.
Modbus TCP/IP High-Low:
In two word registers, the data is stored to the registers in big-
endian format. Least significant word is stored to the highest register address; and most
significant word is stored to the lowest register address.
Modbus TCP/IP Low-High:
In two word registers, the data is stored to the registers in
little-endian format. Least significant word is stored to the lowest register address; and
most significant word is stored to the highest register address.
Write operations can only be done to the allowed registers. And they are indicated as W or
W/R. Do not try to write ‘only read’ registers indicated as R. The below Modbus table
identifies MX08 AD and MX08 IO instruments’ N-Bus address as [X].
Please find Modbus information in the web site of http://www.modbus.org
Examples:
Performing Read and Write operations according to hex system with the MX08 EN set to
address ‘0x01’. MBAP (Modbus Application Protocol) Header is not included to the below
Modbus TCP/IP application data units.
Indicated value of MX08 AD [0] at register start address 41006
Request
: 03, 03, ED, 00, 02
Answer
: 03, 04, 00, 00, 27, 10
Indicated
: 2710 hex (10000 dec)
Status, Indicated, Gross and Tare values of MX08 AD [0] at register 41005 - 41011.
Request
: 03, 03, EC, 00, 07
Answer
: 03, 0E, 01, 0A, 00, 00, 10, E2, 00, 00, 14, CA, 00, 00, 03, E8
Status
: 010A hex
Indicated
: 000010E2 hex (4322 dec)
Gross
: 000014CA hex (5322 dec)
Tare
: 000003E8 hex (1000 dec)
Indicated value of MX08 AD [5] at register start address 41041
Request
: 03, 04, 10, 00, 02
Answer
: 03, 04, 00, 04, BF, 21
Indicated
: 0004BF21 hex (311073 dec)
Status, Indicated, Gross and Tare values of MX08 AD [5] at register 41040 - 41046.
Request
: 03, 04, 0F, 00, 07