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:
- Protocol Flexibility: Middleware enables communication with devices using custom protocols, including TCP/IP, UDP, and Modbus TCP
- Protocol Translation: Acts as a converter that translates Modbus TCP data to TagoIO’s API standard format
- Scalability: Once implemented, the middleware can handle multiple Modbus TCP devices efficiently