ModBus TCP Communication

Is it possible to perform ModBus TCP communication directly with TagoIO?

Hi zsu[@user:10102206948]zsu

Currently, TagoIO does not offer a native service for direct Modbus TCP communication.

The recommended solution is to build your own custom middleware, which is possible:

  1. Protocol Flexibility: Middleware enables communication with devices using custom protocols, including TCP/IP, UDP, and Modbus TCP
  2. Protocol Translation: Acts as a converter that translates Modbus TCP data to TagoIO’s API standard format
  3. Scalability: Once implemented, the middleware can handle multiple Modbus TCP devices efficiently