From b64dd7ec2fc95f852a88425f7db5e42a80d64162 Mon Sep 17 00:00:00 2001 From: Markus Schmidl Date: Sat, 5 Aug 2017 01:35:15 +0200 Subject: [PATCH] added scripts to plot the voltage readings from the dmm --- plot_voltage.sh | 2 ++ voltage.plot | 5 +++++ 2 files changed, 7 insertions(+) create mode 100755 plot_voltage.sh create mode 100644 voltage.plot diff --git a/plot_voltage.sh b/plot_voltage.sh new file mode 100755 index 0000000..27a4f9a --- /dev/null +++ b/plot_voltage.sh @@ -0,0 +1,2 @@ +#!/bin/bash +gnuplot voltage.plot diff --git a/voltage.plot b/voltage.plot new file mode 100644 index 0000000..e77805b --- /dev/null +++ b/voltage.plot @@ -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