FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14169 questions

16819 answers

27660 comments

54135 members

0 votes
210 views 1 comments
by
Hi there, I am using RUT240 and trying to send Modbus data to website by mqtt. I tried it by using stimulator ModSim64.

The data is send to broker ,but if the connection is lost and the data is still coming then i have to save that data and store it .After the router gets connected  back it will first  send the stored data and the the current values.

Waiting for replay.

Best regards,

Girish
by
Yes, I also facing the same problem

1 Answer

0 votes
by
Hello,

This working principle is by design. The router stores up to 20000 requests in RAM, after it is full, it will start deleting the oldest 2000 entries. Upon reconnection, all of the stored and the new request data is sent to the MQTT server by first sending the stored and then the new data
Best answer