Ardustat & Gnuplot
I’ve whipped up a little script to allow plotting of Current and Potential against time in gnuplot. By refreshing the gnuplot plot over and over again, you can achieve a “real time plot”.
This is windows specific for now, but with a few tweaks will work across all platforms
- Download wgnuplot and unzip (will be in a folder called “gnuplot”)
- Download the ardustat.plt
- Open wgnuplot.exe (located in the gnuplot/bin)
- type “dataout =” and DO NOT hit enter
- go to plot -> dataset and navigate to your data file (it’s ok if the ardustat is still logging)
- now hit enter
- go to file -> open and navigate to ardustat.plt
- you should see your data
- to update the plot, press the up key twice in the command prompt window, it should show “dataout = …” and hit enter, then hit the up key twice again to get the load …. line, hit enter
- in this way you can update the plot as it is generated