FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14226 questions

16881 answers

27762 comments

54418 members

+1 vote
336 views 2 comments
by
Hi,

When I test the modbus registers I get the correct value (234.654) but when I send the modbus by http I get 2.34654+e2. The + sign is causing an issue with my server collecting the data.

Can I get the http sender to send the data as I see it under test without the scientific notation?
by
I am having this issue also and it is difficult to overcome at the other end.

1 Answer

0 votes
by
Hello,

Currently data sending from router to server with JSON is formatted using scientific notation and unfortunately, but at the moment there is no way to reconfigure data sender in router to change data format.
by
Thank you Tomas. Do you think this may be available in the near future? I'm sure I am not the only person having an issue with this. My https receiver interprets the + as a space and therefore a broken array, discarding any data that comes after this.