San Telequip (P) Ltd.,
504, 505 Deron Heights, Baner Road,
Pune 411 045, India.
Phone: +91-20-27293455, 9764027070, 8390069393 Connecting. Converting. Leading !
Email:
.
14
V3.0 (02/09/2021)
The responses of each modbus query in sequential will be stored in internal buffer and
converted to the desired format in integer, float, swapped float, long or swapped long when
sending data to the server. In above example, single query is polling 10 modbus registers.
These values will be stored temporarily in the index 0 to 9 and send to the server in JSON
format P1 to P10.
{"DeviceID":"1","Date":"03092021","Time":"173000","P1":"1111.0","P2":"2222.0","P3":"3333.0"
,"P4":"4444.0","P5":"5555.0",","P6":"6666.0","P7":"7777.0","P8":"8888.0","P9”:"9999.0","P10":"
1234.0"}
Here Device ID will be taken from ‘Plant ID’ section of the CSV.
2) Example CSV to send float type data from single modbus device:
As float format is 32 bit, 2 modbus holding registers will combine to form a 1 float value. In
below example 10 modbus registers will be polled and 5 float parameters will be sent to cloud.