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
173 views 0 comments
by anonymous

Sending Modbus data to Azure IOT hub. 
firmware RUT9XX_R_00.06.07.7

data starts out sending as expected but when you check the data packages the next day, the messages now have a number of }]}} added to the end, and \ to the messages. if i turn the azure message off then on again it fixes the issue temporary.

First message correct JSON

[{"timestamp":"1620874305","register":"1035","data":[0,20,21,19,19,19,45,17,67,67,68]},{"timestamp": "1620874305","register": "1291","data": [0,0,703.774109,0,0,0,0,9391.432617,0,0,0]}]

Message after a day incorrect JSON

"[{\"timestamp\":\"1620873945\",\r\n\"register\":\"1035\",\r\n\"data\":[0.000000,20.000000,21.000000,19.000000,19.000000,19.000000,45.000000,17.000000,68.000000,68.000000,68.000000]},{\"timestamp\":\"1620873946\",\r\n\"register\":\"1291\",\r\n\"data\":[0.000000,0.000000,703.774109,0.000000,0.000000,0.000000,0.000000,9391.432617,0.000000,0.000000,0.000000]}]]}]"

1 Answer

0 votes
by anonymous
Hello,

Data to server shouldn't send these strings, \r\n means new line in Windows. Could you please download and send me the troubleshoot file via private messages? This way I will be able to check the configuration you have.

What are you using to read the messages? "Device explorer"? Could you maybe also send some kind of a screenshot where you read this information, in what kind of program and what is the set-up exactly.

Thank you very much.

EB.