I am successfully collected data from my modbus device (I got an array like [11,99] for exemple) and I would like to send by POST HTTP something like “Temp : 11 ; Pressure : 99”. How can I format my modbus data like this.
I can send them with data to server configuration using “custom” and in the format %data% but I did not find to have access to the separates values in the array %data%.
I would like to note that custom scripts are out of technical support scope therefore we’re unable to provide any further support when it comes to them.
I’ve sent you the link to the user script examples, you may also refer to Google or any other platforms that are trustworthy. I don’t believe we have any other documentation on this.
When I said “by default” I meant that in the WebUI (or CLI) it is not configurable to have the output be formatted, this may only be achieved with the use of custom scripts.
Hello. Thanks for the clarifications. One last question : where are (or how do you “call”) the data coming for a modbus communication, in my case an array … Because I need this to properly access to their value in my script. I did not find any info in your doc about this