I'll go over the Serial code for atlas stamps. I know currently, all three are run simultaneously instead of in sequence. I don't think that should be a problem, but I wanted to change the code to operate the sensors sequentially. Meaning, get reading for sensor1 first, then sensor2, then sensor3, then back to sensor1. Right now, it sends the "r\r" command to all 3 on the same loop. Then the results just come back whenever they are ready via SerialEvent.
There is a trick to clean up your data.
using curl command, download the sensor data file as follows
curl http://login@ip/sen/2014/09/30.txt>30.txt
If the bad data is on Oct 1, just change the path to the correct date.
Edit the 30.txt file, look for the outlier data, then fix it and save the file.
Then upload it back to the controller
curl -0 -T 30.txt http://login@ip/upload/sen/2014/09/30.txt
Then check you nice graph again (you need to reload the webpage)
d0ughb0y you should put this in your documentation links, the only thing I had to do is on upload is add the -v to the curl. Other than that I clean up my graph