2
Modbus is a standardized and widely used protocol for connecting industrial devices and sensors. Because of its
versatile design, Modbus packets can be sent over many different communication channels.
The eSAM and Ultra eSAM support Modbus packets using either TCP/IP or RS232. The eSAM is capable of linked
Modbus devices across the 4G mobile network, as well as over the local network.
This guide will explain how to connect two serial Modbus devices using two eSAM modems.
The Modbus protocol is somewhat unique in that it can be communicated using multiple different protocols. This
means that you could have a Modbus Master which uses TCP/IP to carry signals, and a slave with uses RS232. The
eSAM is able to bridge these two networks such that TCP/IP Modbus devices and RS232 Modbus devices can
communicate.
For those familiar with the Client / Server model for networking, the Master / Slave system used by Modbus might
seem backwards. In Client/Server, the Client needs to know the IP Address of the Server, so it can send requests to it.
The Server then replies to these requests, so it does not need to know the IP Address of the Client beforehand.
In the Master/Slave system, the Master sends requests to the Slave which the Slave then responds to. This means
that the Master must know the IP of the Slave ahead of time, and that the Slave does not need to know the IP of the
master. As a result, the Slave device must be configured with a public IP address, or an sssIP address accessible to
the Master using a VPN or other networking technology.
If you have any queries regarding the eSAM, please contact Intercel technical support at intercel@intercel.com.au.