I have a logger that I can send a request for Modbus register value through a GET request in the form
http://10.10.0.1?HoldingReg=43
It is possible in Mango to setup a Publisher to issue this request periodically and a HTTP Receiver to log it to a datapoint.
Another way is to use Mango HTTP Retriever instead with one data point to retrieve the register periodically.
However I have 190 of these points per device to collect, so this means I have to create hundreds of Publishers or Retrievers data sources.
Is there perhaps a way that I can set up one HTTP Retriever with 190 data points?
thanks