quick question
trying to use the webserver API commands to remote set a variable on a logger
http://192.168.4.14/?command=setvalueex&uri=dl:public.flag(1)&value=-1&format=html
I can get the example string to work on my master logger but I have other loggers set up on a RF network off this logger.
all access via the same IP with the logger handling the radio routing.. RF412 on CR1000 to CR300 Rf412 loggers
can I assign a pakbus address inside the url call? my example master is 719 with outstation 773
many thanks
The Web API instructions are not using PakBus, as they are using HTTP and there is no option to add in a remote PakBus address in the instruction.
The only way I can think of to do this, is to update one or more Public variables using the Web API. Then you program the CR1000 to transfer those values to the remote station(s) the variable is intended for. The "SendVariables" instruction could be used to do this.