Sending Modbus data to MQTT broker with RUTX11

Hello everyone,

I need to read multiple Modbus TCP records from a single server, with different frequencies and types, so I need to create multiple collections and Modbus requests.

The problem is when I create the data to server to send the messages to the MQTT broker.
It does not allow sending a complete collection, only individual requests.

When you need to send several requests, you have to create several data to server, and at that point the transmissions start to fail: they come out randomly, it cannot manage them correctly, and they are lost.

Does anyone know how to send a complete collection from a data to server?
Reading the forum, they talk about customizable scripts. How can I create one?

Thank you very much.

Greetings,

Under the Data filtering option, does selecting “All” not work by sending all the data in a single request?

Regards,
M.

This topic was automatically closed after 60 days. New replies are no longer allowed.