I have 6 SDI-12 based soil moisture sensors (METER Teros-12). Each sensor reads 3 values, VWC, Temp, and EC. I am looking for a way to streamline the data collection for these sensors. Right now, I have 6 SDI12Recorder commands, one for each sensor. It would be nice to be able to do this all in one line. In the help I can see that it says declaring the destination as a string will allow the command to communicate with more than one address at once, but I can't seem to get the varibales/arrays to be declared right to match this.
Thanks in advance.