Functions
6.4 Modbus TCP connection
Circuit protection devices with communication and metering function
System Manual, 06/2021, L1V30827018B-01
63
See also
Messaging on TCP / IP Implementation Guide V1.0b
(https://www.modbus.org/docs/Modbus_Messaging_Implementation_Guide_V1_0b.pdf
)
Modbus Application Protocol Specification V1.1b
(https://modbus.org/docs/Modbus_Application_Protocol_V1_1b.pdf
)
6.4.2 Protocol information
Register addressing
According to the Modbus specification the registers are numbered starting from 1 but
addressed starting with 0. Subsequently, the start address in the protocol must be
decremented by -1 when reading out a register.
Function codes
Read processes (Read = R) are carried out alternatively with the function codes 0x03 or 0x04
according to the Modbus specification.
Write processes (Write = W) take place with function codes 0x06 or 0x10 according to the
Modbus specification.
Data formats
The following data formats are possible:
unsigned Character with x Bytes
floating point 32 Bit (according to IEEE-754)
floating point 64 Bit (according to IEEE-754)
system time - System time
Storage of the time stamp according to the Unix format (UNIX_TS) in seconds since January
1, 1970
Byte arrangement with big-endian data transmission