Modbus - Plc - opc Connection

S

Thread Starter

Savronik

Hi,

Briefly, We have made HMI connected to PLC via opc server. Now that we have to use Modbus Tcp or RTU instead OPC Server. i need some information.

First of all, How the topology should be?
is Modbus slave used for server or Modbus Master?

And we will develop our own Modbus Connection libraries with c++.
 
P

Patrick Lansdorf

Hi there,

There can only be one Master, normally, on a Modbus RTU network.
On a Modbus TCP network, there can be several masters, however they can not communicate with each other.
Master=Scanner=Client
Slave=Adapter=Server

For more information about Modbus, visit www.modbus.com

BR
Pat
 
Top