|
The Mobus TCP gateway is capable of being both client and server. As a client, it will poll other Modbus TCP devices. As a server, other Modbus TCP devices may poll i.CanDoIt. The server map even allows i.CanDoIt to mimic another device by replicating its register map.
The remote device "read rule" mainly says what remote register to read and where to put the data. But you have the option of scaling data as it comes in. You also have the option of applying a default value if the read fails.

|