How to datalog in the router?

Hi, In the RUT956 router, I am receiving data from a PLC via Modbus TCP master. I want to store the data (data logging) on the flash drive or inside the router, and then transfer it to a flash drive inserted in the router. How to do this? can you please guide me.

Thank you.

Hello,

Modbus data is stored in the location /tmp/modbus_db. There is no option to write this data to an external flash drive. It is advisable not to do so, as it could degrade the flash drive quickly and potentially put a load on the router itself. Still, if you want to continue with it, you can try writing a script that takes values from /tmp/modbus_db and writes to a mounted USB drive. This you’d need to do on your own.

Best regards,

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