FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
221 views 0 comments
by anonymous
Hi,

Does the RUT955 have the capability to store data on the SD card and then forward it to the remote server after communication has been restored?

We are monitoring remote pump stations and need to know the dam levels and pump status for the time that we lost communication.

Similiar to what the TRN250 can do?.

1 Answer

0 votes
by anonymous

Hello,

You could use a feature like MQTT Gateway with the use of commands like the ones showed on the following wiki page (mosquitto_pub, mosquittto_sub), to obtain the data from the MODBUS interfaces on the RUT955’s CLI.

RUT955 Modbus - Teltonika Networks Wiki (teltonika-networks.com)

A script that saves those outputs on the SD card file when you lose connection could be created with the help of commands like the following. 

How To Save Output Of A Linux/Unix Command To A File - nixCraft (cyberciti.biz)