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.
+1 vote
1,103 views 5 comments
by
Hi, I bought a RUT955 to be used in the remote measurement of process variables, wiht a PLC.
It is required to integrate the rtu955 and a PLC, and then to upload the all data to a cloud server.
Data from the RUT955 (GPS, Digital imput, and Digital Output) and the PLC (sensors) should be saved into RUTT955 at 1 minute. Equipments are communicated via ModBus.
It is possible to build a packet, with all the information (RUT + PLC), within the RUT955 and then send it to the web server ??
Is the RUT955 the right equipment for this task, or should I look for another one?
Thank you very much for the help

1 Answer

+1 vote
by anonymous

Hello,

Yes, RUT955 can both collect and send Modbus data  to remote server.

To configure it simple navigate to Services -> Modbus and select via which interface will the device will be connected via Ethernet cable (Modbus TCP Master) or via serial interface (Modbus Serial Master). With modbus master router will collect modbus data from slave devices, and with the help of Modbus Data to Server you can send collected data to remote server.

By default when Modbus Master request data, the data is stored in databse and then it is sent to remote server. In case of internet loss or server being down, all unsent but collected data is stored in the router memory.

Keep in mind data is stored until reboot, if devices is rebooted data is lost.

More information and manuals:

- https://wiki.teltonika-networks.com/view/Configuring_Modbus_TCP_Master

- https://community.teltonika-networks.com/?qa=blob&qa_blobid=6100314705746417033

Best answer
by
Muy útil, gracias, me queda esta duda relacionada con la consulta original, además de los datos Modbus, los del GPS y entradas y salidas se van guardando también en la base de datos y se pueden enviar todos juntos al server cuando exista conexión?
by
Very useful, thanks, I still have this question related to the original query, in addition to the Modbus data, the GPS and the inputs and outputs are also stored in the database and can they be sent together to the server when there is a connection?
by

Thank you very much for the answer, it is appropriate to my problem.

In order to the information provided in the link: https://community.teltonika-networks.com/?qa=blob&qa_blobid=6100314705746417033

 

in the Services> Modbus> Modbus Data to Server tab; “Data Sender Configuration” option, field where the JSON data string is configured: I need to form a data string with the parameters of the PLC + RUT955

How to add the parameters of RUT955 in the same string?

Is it possible to achieve only one string?

How are they invoked?

The parameters of interest of the RUT955 are mentioned in: https://wiki.teltonika-networks.com/view/Monitoring_via_Modbus

 

Thank you very much for the help

<!--[if gte mso 9]> <![endif]--><!--[if gte mso 9]> Normal 0 21 false false false ES-AR X-NONE X-NONE <![endif]--><!--[if gte mso 9]> <![endif]--><!--[if gte mso 10]>

/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Tabla normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin-top:0cm; mso-para-margin-right:0cm; mso-para-margin-bottom:8.0pt; mso-para-margin-left:0cm; line-height:107%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} <![endif]-->
by anonymous
If you want RUT955 data, you can add a Modbus Slave to read and store internal datas like PLC Data.
Enable Modbus Slave on your RUT and add your RUT IP and request on Modbus Tcp Master.

If you want only one Json object, use your PLC to Read RUT Datas, copy then on datatable with all your datas from PLC and RUT and read it with RUT Modbus Master and Modbus Sender
by
Thank you very much for your help. Both options are useful for my project. Best regards