/content/hbtbt/au/en/search-results.html

Network Gateways

MODBUS-RTU-TCP Protocol

MODBUS-RTU-TCP Protocols are communication protocol developed by Modicon systems In simple terms, it is a way of sending information between electronic devices

Overview

The Modbus communication interface is built around messages. The format of these Modbus messages is independent of the type of physical interface used. The same protocol can be used regardless of the connection type. Because of this, Modbus gives the possibility to easily upgrade the hardware structure of an industrial network, without the need for large changes in the software. A device can also communicate with several Modbus nodes at once, even if they are connected with different interface types, without the need to use a different protocol for every connection. The device requesting the information is called the Modbus Master (or the Client in Modbus TCP) and the devices supplying information are Modbus Slaves (in Modbus TCP servers). In a standard Modbus network, there is one Master and up to 247 Slaves, each with a unique Slave Address from 1 to 247. The Master can also write information to the Slaves. Modbus is typically used to transmit signals from instrumentation and control devices back to a main controller or data gathering system. Each Modbus message has the same structure. Four basic elements are present in each message. The sequence of these elements is the same for all messages, to make it easy to parse the content of the Modbus message. A conversation is always started by a master in the Modbus network. A Modbus master sends a message and — depending of the contents of the message — a slave takes action and responds to it. There can be more masters in a Modbus network. Addressing in the message header is used to define which device should respond to a message. All other nodes on the Modbus network ignore the message if the address field doesn't match their own address.