Closed stillwer closed 5 years ago
Already available on the humidity sensor program. Still needed on:
Power monitoring Laser locking Weather station Thermocouples UPS
Note that the weather station data doesn't work the way I want it to so it is on the list of things to fix.
The right way to do this is to multiply all values by nan in the visualization loop. That will mean that data can not be being processed and cleared at the same time. You also have to zero out the counting variable that updates the arrays.
Just modified the weather station's plotting. Still need to test.
Just implemented on Thermocouples, UPS, Wavemeter, Weather Station, and Power Monitoring. Going to push and test now.
Just finished all the plots that I know of.
Make a button to clear out the current data (like the weather station has) to clear graphs. Currently, the only way to clear the graphs is to restart the program entirely.