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.



