added scripts to plot the voltage readings from the dmm

This commit is contained in:
Markus Schmidl 2017-08-05 01:35:15 +02:00
parent b29694b38a
commit b64dd7ec2f
2 changed files with 7 additions and 0 deletions

2
plot_voltage.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
gnuplot voltage.plot

5
voltage.plot Normal file
View File

@ -0,0 +1,5 @@
system("cat /tmp/ut803 | grep voltage | grep -v overload | cut -f2 -d' ' > /tmp/voltage")
plot "/tmp/voltage"
replot
pause 1
reread