The data output text file name includes the IP address of the host, port number and the sensor type being downloaded. For example,
192.168.0.100_p1_temperature.txt is the file name for the data output when downloading the temperature sensor data from IP address 192.168.0.100.
Once the datadownload is executed, it will download sensor data from all sensors attached to your sensorProbe2 or sensorProbe8.The data output that have been downloaded can be imported with e.g. MS Excel.
How to use dataDownload.exe :
1. Start the program dataDownload. This program has command line options, which could be seen below.
Syntax: datadownload <-i sensorProbeIP> <-p password>
-i sensorProbeIP The IP of sensorProbe to download data from.
-p password The password of the sensorProbe2 / sensorProbe8 (set or get community).
-t Usage of local timezone for timestamp.
-o Data will be overwritten if file exist.
-? Displays usage information.
You will also be prompted for any required options you did not specify.
A typical command line of tool dataDownload is:
dataDownload -i 192.168.0.100 -p public -o |