Modbus Two Masters

  • Thread starter Leandro Ribeiro
  • Start date
L

Thread Starter

Leandro Ribeiro

Can I connect two masters for one slave modbus tcp?
Equipment Phoenix ILC150 ETH
 
Hello,

Assuming the slave will allow more than one connection, which most allow, yes.

There is normally a maximum concurrent connection count for a slave but is it normally more than 2.

Good luck,

Mark
http://www.peakhmi.com/
 
I
It depends on the slave, but probably yes you can.

Each Modbus conversation requires a separate TCP connection to the Modbus slave. If the Modbus slave can accept multiple simultaneous connections then yes, it can be accessed simultaneously by multiple masters.

You might also get away with a single connection if each master opens and closes its connection for every Modbus transaction. Some masters do this. Others hold their connection open.
 
Top