coassoftwaresystems/delphi-modbus

Adding IP of Modbus sensor

Closed this issue · 3 comments

urosv commented

How can we use this component to connect to modbus sensor. Bindings are readonly, adding IP at adding at runtime is readonly ? Shows registers on localhost which is not modbus client ? Any howto exists ?

When using TIdModusClient, set the Host (and optionally the Port) property.

urosv commented

If i'm correct there is no demo inside the packege covering "client" mode?

The Modbus protocol uses the term 'Master' for a client. The Master demo shows how the use the client component.