redrew graphs with some lines to help
authorstephen
Fri, 27 Jan 2017 16:19:23 +0000
changeset 177f1e9368d036
parent 16 bb895322e857
child 18 5f5fbc348b7e
redrew graphs with some lines to help
battery.log
daily/loradtn-2017-01-11.gpl
daily/loradtn-2017-01-11.png
daily/loradtn-2017-01-12.gpl
daily/loradtn-2017-01-12.png
daily/loradtn-2017-01-13.gpl
daily/loradtn-2017-01-13.png
daily/loradtn-2017-01-14.gpl
daily/loradtn-2017-01-14.png
daily/loradtn-2017-01-15.gpl
daily/loradtn-2017-01-15.png
daily/loradtn-2017-01-16.gpl
daily/loradtn-2017-01-16.png
daily/loradtn-2017-01-17.gpl
daily/loradtn-2017-01-17.png
daily/loradtn-2017-01-18.gpl
daily/loradtn-2017-01-18.png
daily/loradtn-2017-01-19.gpl
daily/loradtn-2017-01-19.png
daily/loradtn-2017-01-20.gpl
daily/loradtn-2017-01-20.png
daily/loradtn-2017-01-21.gpl
daily/loradtn-2017-01-21.png
daily/loradtn-2017-01-22.gpl
daily/loradtn-2017-01-22.png
daily/loradtn-2017-01-23.gpl
daily/loradtn-2017-01-23.png
daily/loradtn-2017-01-24.gpl
daily/loradtn-2017-01-24.png
daily/loradtn-2017-01-25.gpl
daily/loradtn-2017-01-25.png
daily/loradtn-2017-01-26.gpl
daily/loradtn-2017-01-26.png
daily/loradtn-2017-01-27.gpl
daily/loradtn-2017-01-27.png
loradtn.gpl
loradtn.png
notes.txt
sedded-battery.log
     1.1 Binary file battery.log has changed
     2.1 --- a/daily/loradtn-2017-01-11.gpl	Thu Jan 26 12:47:35 2017 +0000
     2.2 +++ b/daily/loradtn-2017-01-11.gpl	Fri Jan 27 16:19:23 2017 +0000
     2.3 @@ -11,6 +11,8 @@
     2.4  
     2.5  os='2017-01-11 11:00:00'
     2.6  oe='2017-01-11 16:00:00'
     2.7 +#os='2017-01-24 14:00:00'
     2.8 +#oe='2017-01-25 13:00:00'
     2.9  
    2.10  set title "Loradtn power (Mech. Eng. roof)"
    2.11  set key below 
    2.12 @@ -52,6 +54,19 @@
    2.13  set y2tics ( 4000, 3500, 3000, 2500, 2000, 1500, 1000, 500, 0, -500, -1000, "spike" -2000 )
    2.14  
    2.15  
    2.16 +set style arrow 1 nohead ls 1 lt 3
    2.17 +set style arrow 2 nohead ls 2
    2.18 +set style arrow 3 nohead lc rgb "green"
    2.19 +set style arrow 4 nohead lc rgb "red"
    2.20 +
    2.21 +# some horizontal lines to help
    2.22 +set arrow from os,12000 to oe,12000 as 1
    2.23 +set arrow from os,11450 to oe,11450 as 3
    2.24 +set arrow from os,11300 to oe,11300 as 4
    2.25 +set arrow from os,second 1000 to oe,second 1000 as 2
    2.26 +set arrow from os,second 0 to oe,second 0 as 2
    2.27 +set arrow from os,second -1000 to oe,second -1000 as 2
    2.28 +
    2.29  set pointsize 10
    2.30  
    2.31  plot 'sedded-battery.log' using 1: ( ($2 == r1 && $7 != newdata) ? ( ( ($7 == spike) ? 10050 : (10 * $4) ) ) : 1/0 ) axes x1y1 title "mV" with points ps 1, \
     3.1 Binary file daily/loradtn-2017-01-11.png has changed
     4.1 --- a/daily/loradtn-2017-01-12.gpl	Thu Jan 26 12:47:35 2017 +0000
     4.2 +++ b/daily/loradtn-2017-01-12.gpl	Fri Jan 27 16:19:23 2017 +0000
     4.3 @@ -11,6 +11,8 @@
     4.4  
     4.5  os='2017-01-12 11:00:00'
     4.6  oe='2017-01-12 16:00:00'
     4.7 +#os='2017-01-24 14:00:00'
     4.8 +#oe='2017-01-25 13:00:00'
     4.9  
    4.10  set title "Loradtn power (Mech. Eng. roof)"
    4.11  set key below 
    4.12 @@ -52,6 +54,19 @@
    4.13  set y2tics ( 4000, 3500, 3000, 2500, 2000, 1500, 1000, 500, 0, -500, -1000, "spike" -2000 )
    4.14  
    4.15  
    4.16 +set style arrow 1 nohead ls 1 lt 3
    4.17 +set style arrow 2 nohead ls 2
    4.18 +set style arrow 3 nohead lc rgb "green"
    4.19 +set style arrow 4 nohead lc rgb "red"
    4.20 +
    4.21 +# some horizontal lines to help
    4.22 +set arrow from os,12000 to oe,12000 as 1
    4.23 +set arrow from os,11450 to oe,11450 as 3
    4.24 +set arrow from os,11300 to oe,11300 as 4
    4.25 +set arrow from os,second 1000 to oe,second 1000 as 2
    4.26 +set arrow from os,second 0 to oe,second 0 as 2
    4.27 +set arrow from os,second -1000 to oe,second -1000 as 2
    4.28 +
    4.29  set pointsize 10
    4.30  
    4.31  plot 'sedded-battery.log' using 1: ( ($2 == r1 && $7 != newdata) ? ( ( ($7 == spike) ? 10050 : (10 * $4) ) ) : 1/0 ) axes x1y1 title "mV" with points ps 1, \
     5.1 Binary file daily/loradtn-2017-01-12.png has changed
     6.1 --- a/daily/loradtn-2017-01-13.gpl	Thu Jan 26 12:47:35 2017 +0000
     6.2 +++ b/daily/loradtn-2017-01-13.gpl	Fri Jan 27 16:19:23 2017 +0000
     6.3 @@ -11,6 +11,8 @@
     6.4  
     6.5  os='2017-01-13 11:00:00'
     6.6  oe='2017-01-13 16:00:00'
     6.7 +#os='2017-01-24 14:00:00'
     6.8 +#oe='2017-01-25 13:00:00'
     6.9  
    6.10  set title "Loradtn power (Mech. Eng. roof)"
    6.11  set key below 
    6.12 @@ -52,6 +54,19 @@
    6.13  set y2tics ( 4000, 3500, 3000, 2500, 2000, 1500, 1000, 500, 0, -500, -1000, "spike" -2000 )
    6.14  
    6.15  
    6.16 +set style arrow 1 nohead ls 1 lt 3
    6.17 +set style arrow 2 nohead ls 2
    6.18 +set style arrow 3 nohead lc rgb "green"
    6.19 +set style arrow 4 nohead lc rgb "red"
    6.20 +
    6.21 +# some horizontal lines to help
    6.22 +set arrow from os,12000 to oe,12000 as 1
    6.23 +set arrow from os,11450 to oe,11450 as 3
    6.24 +set arrow from os,11300 to oe,11300 as 4
    6.25 +set arrow from os,second 1000 to oe,second 1000 as 2
    6.26 +set arrow from os,second 0 to oe,second 0 as 2
    6.27 +set arrow from os,second -1000 to oe,second -1000 as 2
    6.28 +
    6.29  set pointsize 10
    6.30  
    6.31  plot 'sedded-battery.log' using 1: ( ($2 == r1 && $7 != newdata) ? ( ( ($7 == spike) ? 10050 : (10 * $4) ) ) : 1/0 ) axes x1y1 title "mV" with points ps 1, \
     7.1 Binary file daily/loradtn-2017-01-13.png has changed
     8.1 --- a/daily/loradtn-2017-01-14.gpl	Thu Jan 26 12:47:35 2017 +0000
     8.2 +++ b/daily/loradtn-2017-01-14.gpl	Fri Jan 27 16:19:23 2017 +0000
     8.3 @@ -11,6 +11,8 @@
     8.4  
     8.5  os='2017-01-14 11:00:00'
     8.6  oe='2017-01-14 16:00:00'
     8.7 +#os='2017-01-24 14:00:00'
     8.8 +#oe='2017-01-25 13:00:00'
     8.9  
    8.10  set title "Loradtn power (Mech. Eng. roof)"
    8.11  set key below 
    8.12 @@ -52,6 +54,19 @@
    8.13  set y2tics ( 4000, 3500, 3000, 2500, 2000, 1500, 1000, 500, 0, -500, -1000, "spike" -2000 )
    8.14  
    8.15  
    8.16 +set style arrow 1 nohead ls 1 lt 3
    8.17 +set style arrow 2 nohead ls 2
    8.18 +set style arrow 3 nohead lc rgb "green"
    8.19 +set style arrow 4 nohead lc rgb "red"
    8.20 +
    8.21 +# some horizontal lines to help
    8.22 +set arrow from os,12000 to oe,12000 as 1
    8.23 +set arrow from os,11450 to oe,11450 as 3
    8.24 +set arrow from os,11300 to oe,11300 as 4
    8.25 +set arrow from os,second 1000 to oe,second 1000 as 2
    8.26 +set arrow from os,second 0 to oe,second 0 as 2
    8.27 +set arrow from os,second -1000 to oe,second -1000 as 2
    8.28 +
    8.29  set pointsize 10
    8.30  
    8.31  plot 'sedded-battery.log' using 1: ( ($2 == r1 && $7 != newdata) ? ( ( ($7 == spike) ? 10050 : (10 * $4) ) ) : 1/0 ) axes x1y1 title "mV" with points ps 1, \
     9.1 Binary file daily/loradtn-2017-01-14.png has changed
    10.1 --- a/daily/loradtn-2017-01-15.gpl	Thu Jan 26 12:47:35 2017 +0000
    10.2 +++ b/daily/loradtn-2017-01-15.gpl	Fri Jan 27 16:19:23 2017 +0000
    10.3 @@ -11,6 +11,8 @@
    10.4  
    10.5  os='2017-01-15 11:00:00'
    10.6  oe='2017-01-15 16:00:00'
    10.7 +#os='2017-01-24 14:00:00'
    10.8 +#oe='2017-01-25 13:00:00'
    10.9  
   10.10  set title "Loradtn power (Mech. Eng. roof)"
   10.11  set key below 
   10.12 @@ -52,6 +54,19 @@
   10.13  set y2tics ( 4000, 3500, 3000, 2500, 2000, 1500, 1000, 500, 0, -500, -1000, "spike" -2000 )
   10.14  
   10.15  
   10.16 +set style arrow 1 nohead ls 1 lt 3
   10.17 +set style arrow 2 nohead ls 2
   10.18 +set style arrow 3 nohead lc rgb "green"
   10.19 +set style arrow 4 nohead lc rgb "red"
   10.20 +
   10.21 +# some horizontal lines to help
   10.22 +set arrow from os,12000 to oe,12000 as 1
   10.23 +set arrow from os,11450 to oe,11450 as 3
   10.24 +set arrow from os,11300 to oe,11300 as 4
   10.25 +set arrow from os,second 1000 to oe,second 1000 as 2
   10.26 +set arrow from os,second 0 to oe,second 0 as 2
   10.27 +set arrow from os,second -1000 to oe,second -1000 as 2
   10.28 +
   10.29  set pointsize 10
   10.30  
   10.31  plot 'sedded-battery.log' using 1: ( ($2 == r1 && $7 != newdata) ? ( ( ($7 == spike) ? 10050 : (10 * $4) ) ) : 1/0 ) axes x1y1 title "mV" with points ps 1, \
    11.1 Binary file daily/loradtn-2017-01-15.png has changed
    12.1 --- a/daily/loradtn-2017-01-16.gpl	Thu Jan 26 12:47:35 2017 +0000
    12.2 +++ b/daily/loradtn-2017-01-16.gpl	Fri Jan 27 16:19:23 2017 +0000
    12.3 @@ -11,6 +11,8 @@
    12.4  
    12.5  os='2017-01-16 11:00:00'
    12.6  oe='2017-01-16 16:00:00'
    12.7 +#os='2017-01-24 14:00:00'
    12.8 +#oe='2017-01-25 13:00:00'
    12.9  
   12.10  set title "Loradtn power (Mech. Eng. roof)"
   12.11  set key below 
   12.12 @@ -52,6 +54,19 @@
   12.13  set y2tics ( 4000, 3500, 3000, 2500, 2000, 1500, 1000, 500, 0, -500, -1000, "spike" -2000 )
   12.14  
   12.15  
   12.16 +set style arrow 1 nohead ls 1 lt 3
   12.17 +set style arrow 2 nohead ls 2
   12.18 +set style arrow 3 nohead lc rgb "green"
   12.19 +set style arrow 4 nohead lc rgb "red"
   12.20 +
   12.21 +# some horizontal lines to help
   12.22 +set arrow from os,12000 to oe,12000 as 1
   12.23 +set arrow from os,11450 to oe,11450 as 3
   12.24 +set arrow from os,11300 to oe,11300 as 4
   12.25 +set arrow from os,second 1000 to oe,second 1000 as 2
   12.26 +set arrow from os,second 0 to oe,second 0 as 2
   12.27 +set arrow from os,second -1000 to oe,second -1000 as 2
   12.28 +
   12.29  set pointsize 10
   12.30  
   12.31  plot 'sedded-battery.log' using 1: ( ($2 == r1 && $7 != newdata) ? ( ( ($7 == spike) ? 10050 : (10 * $4) ) ) : 1/0 ) axes x1y1 title "mV" with points ps 1, \
    13.1 Binary file daily/loradtn-2017-01-16.png has changed
    14.1 --- a/daily/loradtn-2017-01-17.gpl	Thu Jan 26 12:47:35 2017 +0000
    14.2 +++ b/daily/loradtn-2017-01-17.gpl	Fri Jan 27 16:19:23 2017 +0000
    14.3 @@ -11,6 +11,8 @@
    14.4  
    14.5  os='2017-01-17 11:00:00'
    14.6  oe='2017-01-17 16:00:00'
    14.7 +#os='2017-01-24 14:00:00'
    14.8 +#oe='2017-01-25 13:00:00'
    14.9  
   14.10  set title "Loradtn power (Mech. Eng. roof)"
   14.11  set key below 
   14.12 @@ -52,6 +54,19 @@
   14.13  set y2tics ( 4000, 3500, 3000, 2500, 2000, 1500, 1000, 500, 0, -500, -1000, "spike" -2000 )
   14.14  
   14.15  
   14.16 +set style arrow 1 nohead ls 1 lt 3
   14.17 +set style arrow 2 nohead ls 2
   14.18 +set style arrow 3 nohead lc rgb "green"
   14.19 +set style arrow 4 nohead lc rgb "red"
   14.20 +
   14.21 +# some horizontal lines to help
   14.22 +set arrow from os,12000 to oe,12000 as 1
   14.23 +set arrow from os,11450 to oe,11450 as 3
   14.24 +set arrow from os,11300 to oe,11300 as 4
   14.25 +set arrow from os,second 1000 to oe,second 1000 as 2
   14.26 +set arrow from os,second 0 to oe,second 0 as 2
   14.27 +set arrow from os,second -1000 to oe,second -1000 as 2
   14.28 +
   14.29  set pointsize 10
   14.30  
   14.31  plot 'sedded-battery.log' using 1: ( ($2 == r1 && $7 != newdata) ? ( ( ($7 == spike) ? 10050 : (10 * $4) ) ) : 1/0 ) axes x1y1 title "mV" with points ps 1, \
    15.1 Binary file daily/loradtn-2017-01-17.png has changed
    16.1 --- a/daily/loradtn-2017-01-18.gpl	Thu Jan 26 12:47:35 2017 +0000
    16.2 +++ b/daily/loradtn-2017-01-18.gpl	Fri Jan 27 16:19:23 2017 +0000
    16.3 @@ -11,6 +11,8 @@
    16.4  
    16.5  os='2017-01-18 11:00:00'
    16.6  oe='2017-01-18 16:00:00'
    16.7 +#os='2017-01-24 14:00:00'
    16.8 +#oe='2017-01-25 13:00:00'
    16.9  
   16.10  set title "Loradtn power (Mech. Eng. roof)"
   16.11  set key below 
   16.12 @@ -52,6 +54,19 @@
   16.13  set y2tics ( 4000, 3500, 3000, 2500, 2000, 1500, 1000, 500, 0, -500, -1000, "spike" -2000 )
   16.14  
   16.15  
   16.16 +set style arrow 1 nohead ls 1 lt 3
   16.17 +set style arrow 2 nohead ls 2
   16.18 +set style arrow 3 nohead lc rgb "green"
   16.19 +set style arrow 4 nohead lc rgb "red"
   16.20 +
   16.21 +# some horizontal lines to help
   16.22 +set arrow from os,12000 to oe,12000 as 1
   16.23 +set arrow from os,11450 to oe,11450 as 3
   16.24 +set arrow from os,11300 to oe,11300 as 4
   16.25 +set arrow from os,second 1000 to oe,second 1000 as 2
   16.26 +set arrow from os,second 0 to oe,second 0 as 2
   16.27 +set arrow from os,second -1000 to oe,second -1000 as 2
   16.28 +
   16.29  set pointsize 10
   16.30  
   16.31  plot 'sedded-battery.log' using 1: ( ($2 == r1 && $7 != newdata) ? ( ( ($7 == spike) ? 10050 : (10 * $4) ) ) : 1/0 ) axes x1y1 title "mV" with points ps 1, \
    17.1 Binary file daily/loradtn-2017-01-18.png has changed
    18.1 --- a/daily/loradtn-2017-01-19.gpl	Thu Jan 26 12:47:35 2017 +0000
    18.2 +++ b/daily/loradtn-2017-01-19.gpl	Fri Jan 27 16:19:23 2017 +0000
    18.3 @@ -11,6 +11,8 @@
    18.4  
    18.5  os='2017-01-19 11:00:00'
    18.6  oe='2017-01-19 16:00:00'
    18.7 +#os='2017-01-24 14:00:00'
    18.8 +#oe='2017-01-25 13:00:00'
    18.9  
   18.10  set title "Loradtn power (Mech. Eng. roof)"
   18.11  set key below 
   18.12 @@ -52,6 +54,19 @@
   18.13  set y2tics ( 4000, 3500, 3000, 2500, 2000, 1500, 1000, 500, 0, -500, -1000, "spike" -2000 )
   18.14  
   18.15  
   18.16 +set style arrow 1 nohead ls 1 lt 3
   18.17 +set style arrow 2 nohead ls 2
   18.18 +set style arrow 3 nohead lc rgb "green"
   18.19 +set style arrow 4 nohead lc rgb "red"
   18.20 +
   18.21 +# some horizontal lines to help
   18.22 +set arrow from os,12000 to oe,12000 as 1
   18.23 +set arrow from os,11450 to oe,11450 as 3
   18.24 +set arrow from os,11300 to oe,11300 as 4
   18.25 +set arrow from os,second 1000 to oe,second 1000 as 2
   18.26 +set arrow from os,second 0 to oe,second 0 as 2
   18.27 +set arrow from os,second -1000 to oe,second -1000 as 2
   18.28 +
   18.29  set pointsize 10
   18.30  
   18.31  plot 'sedded-battery.log' using 1: ( ($2 == r1 && $7 != newdata) ? ( ( ($7 == spike) ? 10050 : (10 * $4) ) ) : 1/0 ) axes x1y1 title "mV" with points ps 1, \
    19.1 Binary file daily/loradtn-2017-01-19.png has changed
    20.1 --- a/daily/loradtn-2017-01-20.gpl	Thu Jan 26 12:47:35 2017 +0000
    20.2 +++ b/daily/loradtn-2017-01-20.gpl	Fri Jan 27 16:19:23 2017 +0000
    20.3 @@ -11,6 +11,8 @@
    20.4  
    20.5  os='2017-01-20 11:00:00'
    20.6  oe='2017-01-20 16:00:00'
    20.7 +#os='2017-01-24 14:00:00'
    20.8 +#oe='2017-01-25 13:00:00'
    20.9  
   20.10  set title "Loradtn power (Mech. Eng. roof)"
   20.11  set key below 
   20.12 @@ -52,6 +54,19 @@
   20.13  set y2tics ( 4000, 3500, 3000, 2500, 2000, 1500, 1000, 500, 0, -500, -1000, "spike" -2000 )
   20.14  
   20.15  
   20.16 +set style arrow 1 nohead ls 1 lt 3
   20.17 +set style arrow 2 nohead ls 2
   20.18 +set style arrow 3 nohead lc rgb "green"
   20.19 +set style arrow 4 nohead lc rgb "red"
   20.20 +
   20.21 +# some horizontal lines to help
   20.22 +set arrow from os,12000 to oe,12000 as 1
   20.23 +set arrow from os,11450 to oe,11450 as 3
   20.24 +set arrow from os,11300 to oe,11300 as 4
   20.25 +set arrow from os,second 1000 to oe,second 1000 as 2
   20.26 +set arrow from os,second 0 to oe,second 0 as 2
   20.27 +set arrow from os,second -1000 to oe,second -1000 as 2
   20.28 +
   20.29  set pointsize 10
   20.30  
   20.31  plot 'sedded-battery.log' using 1: ( ($2 == r1 && $7 != newdata) ? ( ( ($7 == spike) ? 10050 : (10 * $4) ) ) : 1/0 ) axes x1y1 title "mV" with points ps 1, \
    21.1 Binary file daily/loradtn-2017-01-20.png has changed
    22.1 --- a/daily/loradtn-2017-01-21.gpl	Thu Jan 26 12:47:35 2017 +0000
    22.2 +++ b/daily/loradtn-2017-01-21.gpl	Fri Jan 27 16:19:23 2017 +0000
    22.3 @@ -11,6 +11,8 @@
    22.4  
    22.5  os='2017-01-21 11:00:00'
    22.6  oe='2017-01-21 16:00:00'
    22.7 +#os='2017-01-24 14:00:00'
    22.8 +#oe='2017-01-25 13:00:00'
    22.9  
   22.10  set title "Loradtn power (Mech. Eng. roof)"
   22.11  set key below 
   22.12 @@ -52,6 +54,19 @@
   22.13  set y2tics ( 4000, 3500, 3000, 2500, 2000, 1500, 1000, 500, 0, -500, -1000, "spike" -2000 )
   22.14  
   22.15  
   22.16 +set style arrow 1 nohead ls 1 lt 3
   22.17 +set style arrow 2 nohead ls 2
   22.18 +set style arrow 3 nohead lc rgb "green"
   22.19 +set style arrow 4 nohead lc rgb "red"
   22.20 +
   22.21 +# some horizontal lines to help
   22.22 +set arrow from os,12000 to oe,12000 as 1
   22.23 +set arrow from os,11450 to oe,11450 as 3
   22.24 +set arrow from os,11300 to oe,11300 as 4
   22.25 +set arrow from os,second 1000 to oe,second 1000 as 2
   22.26 +set arrow from os,second 0 to oe,second 0 as 2
   22.27 +set arrow from os,second -1000 to oe,second -1000 as 2
   22.28 +
   22.29  set pointsize 10
   22.30  
   22.31  plot 'sedded-battery.log' using 1: ( ($2 == r1 && $7 != newdata) ? ( ( ($7 == spike) ? 10050 : (10 * $4) ) ) : 1/0 ) axes x1y1 title "mV" with points ps 1, \
    23.1 Binary file daily/loradtn-2017-01-21.png has changed
    24.1 --- a/daily/loradtn-2017-01-22.gpl	Thu Jan 26 12:47:35 2017 +0000
    24.2 +++ b/daily/loradtn-2017-01-22.gpl	Fri Jan 27 16:19:23 2017 +0000
    24.3 @@ -11,6 +11,8 @@
    24.4  
    24.5  os='2017-01-22 11:00:00'
    24.6  oe='2017-01-22 16:00:00'
    24.7 +#os='2017-01-24 14:00:00'
    24.8 +#oe='2017-01-25 13:00:00'
    24.9  
   24.10  set title "Loradtn power (Mech. Eng. roof)"
   24.11  set key below 
   24.12 @@ -52,6 +54,19 @@
   24.13  set y2tics ( 4000, 3500, 3000, 2500, 2000, 1500, 1000, 500, 0, -500, -1000, "spike" -2000 )
   24.14  
   24.15  
   24.16 +set style arrow 1 nohead ls 1 lt 3
   24.17 +set style arrow 2 nohead ls 2
   24.18 +set style arrow 3 nohead lc rgb "green"
   24.19 +set style arrow 4 nohead lc rgb "red"
   24.20 +
   24.21 +# some horizontal lines to help
   24.22 +set arrow from os,12000 to oe,12000 as 1
   24.23 +set arrow from os,11450 to oe,11450 as 3
   24.24 +set arrow from os,11300 to oe,11300 as 4
   24.25 +set arrow from os,second 1000 to oe,second 1000 as 2
   24.26 +set arrow from os,second 0 to oe,second 0 as 2
   24.27 +set arrow from os,second -1000 to oe,second -1000 as 2
   24.28 +
   24.29  set pointsize 10
   24.30  
   24.31  plot 'sedded-battery.log' using 1: ( ($2 == r1 && $7 != newdata) ? ( ( ($7 == spike) ? 10050 : (10 * $4) ) ) : 1/0 ) axes x1y1 title "mV" with points ps 1, \
    25.1 Binary file daily/loradtn-2017-01-22.png has changed
    26.1 --- a/daily/loradtn-2017-01-23.gpl	Thu Jan 26 12:47:35 2017 +0000
    26.2 +++ b/daily/loradtn-2017-01-23.gpl	Fri Jan 27 16:19:23 2017 +0000
    26.3 @@ -11,6 +11,8 @@
    26.4  
    26.5  os='2017-01-23 11:00:00'
    26.6  oe='2017-01-23 16:00:00'
    26.7 +#os='2017-01-24 14:00:00'
    26.8 +#oe='2017-01-25 13:00:00'
    26.9  
   26.10  set title "Loradtn power (Mech. Eng. roof)"
   26.11  set key below 
   26.12 @@ -52,6 +54,19 @@
   26.13  set y2tics ( 4000, 3500, 3000, 2500, 2000, 1500, 1000, 500, 0, -500, -1000, "spike" -2000 )
   26.14  
   26.15  
   26.16 +set style arrow 1 nohead ls 1 lt 3
   26.17 +set style arrow 2 nohead ls 2
   26.18 +set style arrow 3 nohead lc rgb "green"
   26.19 +set style arrow 4 nohead lc rgb "red"
   26.20 +
   26.21 +# some horizontal lines to help
   26.22 +set arrow from os,12000 to oe,12000 as 1
   26.23 +set arrow from os,11450 to oe,11450 as 3
   26.24 +set arrow from os,11300 to oe,11300 as 4
   26.25 +set arrow from os,second 1000 to oe,second 1000 as 2
   26.26 +set arrow from os,second 0 to oe,second 0 as 2
   26.27 +set arrow from os,second -1000 to oe,second -1000 as 2
   26.28 +
   26.29  set pointsize 10
   26.30  
   26.31  plot 'sedded-battery.log' using 1: ( ($2 == r1 && $7 != newdata) ? ( ( ($7 == spike) ? 10050 : (10 * $4) ) ) : 1/0 ) axes x1y1 title "mV" with points ps 1, \
    27.1 Binary file daily/loradtn-2017-01-23.png has changed
    28.1 --- a/daily/loradtn-2017-01-24.gpl	Thu Jan 26 12:47:35 2017 +0000
    28.2 +++ b/daily/loradtn-2017-01-24.gpl	Fri Jan 27 16:19:23 2017 +0000
    28.3 @@ -11,6 +11,8 @@
    28.4  
    28.5  os='2017-01-24 11:00:00'
    28.6  oe='2017-01-24 16:00:00'
    28.7 +#os='2017-01-24 14:00:00'
    28.8 +#oe='2017-01-25 13:00:00'
    28.9  
   28.10  set title "Loradtn power (Mech. Eng. roof)"
   28.11  set key below 
   28.12 @@ -52,6 +54,19 @@
   28.13  set y2tics ( 4000, 3500, 3000, 2500, 2000, 1500, 1000, 500, 0, -500, -1000, "spike" -2000 )
   28.14  
   28.15  
   28.16 +set style arrow 1 nohead ls 1 lt 3
   28.17 +set style arrow 2 nohead ls 2
   28.18 +set style arrow 3 nohead lc rgb "green"
   28.19 +set style arrow 4 nohead lc rgb "red"
   28.20 +
   28.21 +# some horizontal lines to help
   28.22 +set arrow from os,12000 to oe,12000 as 1
   28.23 +set arrow from os,11450 to oe,11450 as 3
   28.24 +set arrow from os,11300 to oe,11300 as 4
   28.25 +set arrow from os,second 1000 to oe,second 1000 as 2
   28.26 +set arrow from os,second 0 to oe,second 0 as 2
   28.27 +set arrow from os,second -1000 to oe,second -1000 as 2
   28.28 +
   28.29  set pointsize 10
   28.30  
   28.31  plot 'sedded-battery.log' using 1: ( ($2 == r1 && $7 != newdata) ? ( ( ($7 == spike) ? 10050 : (10 * $4) ) ) : 1/0 ) axes x1y1 title "mV" with points ps 1, \
    29.1 Binary file daily/loradtn-2017-01-24.png has changed
    30.1 --- a/daily/loradtn-2017-01-25.gpl	Thu Jan 26 12:47:35 2017 +0000
    30.2 +++ b/daily/loradtn-2017-01-25.gpl	Fri Jan 27 16:19:23 2017 +0000
    30.3 @@ -54,6 +54,19 @@
    30.4  set y2tics ( 4000, 3500, 3000, 2500, 2000, 1500, 1000, 500, 0, -500, -1000, "spike" -2000 )
    30.5  
    30.6  
    30.7 +set style arrow 1 nohead ls 1 lt 3
    30.8 +set style arrow 2 nohead ls 2
    30.9 +set style arrow 3 nohead lc rgb "green"
   30.10 +set style arrow 4 nohead lc rgb "red"
   30.11 +
   30.12 +# some horizontal lines to help
   30.13 +set arrow from os,12000 to oe,12000 as 1
   30.14 +set arrow from os,11450 to oe,11450 as 3
   30.15 +set arrow from os,11300 to oe,11300 as 4
   30.16 +set arrow from os,second 1000 to oe,second 1000 as 2
   30.17 +set arrow from os,second 0 to oe,second 0 as 2
   30.18 +set arrow from os,second -1000 to oe,second -1000 as 2
   30.19 +
   30.20  set pointsize 10
   30.21  
   30.22  plot 'sedded-battery.log' using 1: ( ($2 == r1 && $7 != newdata) ? ( ( ($7 == spike) ? 10050 : (10 * $4) ) ) : 1/0 ) axes x1y1 title "mV" with points ps 1, \
    31.1 Binary file daily/loradtn-2017-01-25.png has changed
    32.1 --- a/daily/loradtn-2017-01-26.gpl	Thu Jan 26 12:47:35 2017 +0000
    32.2 +++ b/daily/loradtn-2017-01-26.gpl	Fri Jan 27 16:19:23 2017 +0000
    32.3 @@ -54,13 +54,18 @@
    32.4  set y2tics ( 4000, 3500, 3000, 2500, 2000, 1500, 1000, 500, 0, -500, -1000, "spike" -2000 )
    32.5  
    32.6  
    32.7 +set style arrow 1 nohead ls 1 lt 3
    32.8 +set style arrow 2 nohead ls 2
    32.9 +set style arrow 3 nohead lc rgb "green"
   32.10 +set style arrow 4 nohead lc rgb "red"
   32.11 +
   32.12  # some horizontal lines to help
   32.13 -set arrow from os,12000 to oe,12000 nohead
   32.14 -set arrow from os,11700 to oe,11700 nohead
   32.15 -set arrow from os,11300 to oe,11300 nohead
   32.16 -set arrow from os,second 1000 to oe,second 1000 nohead
   32.17 -set arrow from os,second 0 to oe,second 0 nohead
   32.18 -set arrow from os,second -1000 to oe,second -1000 nohead
   32.19 +set arrow from os,12000 to oe,12000 as 1
   32.20 +set arrow from os,11450 to oe,11450 as 3
   32.21 +set arrow from os,11300 to oe,11300 as 4
   32.22 +set arrow from os,second 1000 to oe,second 1000 as 2
   32.23 +set arrow from os,second 0 to oe,second 0 as 2
   32.24 +set arrow from os,second -1000 to oe,second -1000 as 2
   32.25  
   32.26  set pointsize 10
   32.27  
    33.1 Binary file daily/loradtn-2017-01-26.png has changed
    34.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    34.2 +++ b/daily/loradtn-2017-01-27.gpl	Fri Jan 27 16:19:23 2017 +0000
    34.3 @@ -0,0 +1,75 @@
    34.4 +# set term postscript eps color solid blacktext "Helvetica" 14
    34.5 +# set output 'loradtn.eps'
    34.6 +# set size 4,4
    34.7 +
    34.8 +set terminal png nocrop enhanced size 1024,768
    34.9 +set output 'loradtn-2017-01-27.png'
   34.10 +
   34.11 +set datafile separator ","
   34.12 +set xdata time
   34.13 +set timefmt "%Y-%m-%d %H:%M:%S"
   34.14 +
   34.15 +os='2017-01-27 11:00:00'
   34.16 +oe='2017-01-27 16:00:00'
   34.17 +#os='2017-01-24 14:00:00'
   34.18 +#oe='2017-01-25 13:00:00'
   34.19 +
   34.20 +set title "Loradtn power (Mech. Eng. roof)"
   34.21 +set key below 
   34.22 +
   34.23 +r1=1700
   34.24 +r2=1800
   34.25 +r3=1900
   34.26 +r4=2000
   34.27 +
   34.28 +nospike=0
   34.29 +spike=1
   34.30 +newdata=2
   34.31 +
   34.32 +set xrange [os:oe]
   34.33 +set yrange [1500:19000]
   34.34 +set y2range [-6000:8000]
   34.35 +
   34.36 +set ylabel "mV"
   34.37 +set y2label "mA"
   34.38 +set ytics nomirror
   34.39 +
   34.40 +set ytics (\
   34.41 +"OVERRIDE" 5000,\
   34.42 +"UP" 4500,\
   34.43 +"STBYSHORT" 4000,\
   34.44 +"STBYLONG" 3500,\
   34.45 +"SLEEP" 3000,\
   34.46 +"OFF" 2500,\
   34.47 +"14500" 14500,\
   34.48 +"14000" 14000,\
   34.49 +"13500" 13500,\
   34.50 +"13000" 13000,\
   34.51 +"12500" 12500,\
   34.52 +"12000" 12000,\
   34.53 +"11500" 11500,\
   34.54 +"11000" 11000,\
   34.55 +"spike" 10050)
   34.56 +
   34.57 +set y2tics ( 4000, 3500, 3000, 2500, 2000, 1500, 1000, 500, 0, -500, -1000, "spike" -2000 )
   34.58 +
   34.59 +
   34.60 +set style arrow 1 nohead ls 1 lt 3
   34.61 +set style arrow 2 nohead ls 2
   34.62 +set style arrow 3 nohead lc rgb "green"
   34.63 +set style arrow 4 nohead lc rgb "red"
   34.64 +
   34.65 +# some horizontal lines to help
   34.66 +set arrow from os,12000 to oe,12000 as 1
   34.67 +set arrow from os,11450 to oe,11450 as 3
   34.68 +set arrow from os,11300 to oe,11300 as 4
   34.69 +set arrow from os,second 1000 to oe,second 1000 as 2
   34.70 +set arrow from os,second 0 to oe,second 0 as 2
   34.71 +set arrow from os,second -1000 to oe,second -1000 as 2
   34.72 +
   34.73 +set pointsize 10
   34.74 +
   34.75 +plot 'sedded-battery.log' using 1: ( ($2 == r1 && $7 != newdata) ? ( ( ($7 == spike) ? 10050 : (10 * $4) ) ) : 1/0 ) axes x1y1 title "mV" with points ps 1, \
   34.76 +     'sedded-battery.log' using 1: ( ($2 == r1 && $7 != newdata) ? ( ( ($7 == spike) ?   -2000 :       $5  ) ) : 1/0 ) axes x1y2 title "mA" with points ps 1, \
   34.77 +     'sedded-battery.log' using 1: ( ($2 == r1) ? (2000 + $6) : 1/0 ) axes x1y1 title "state" with step
   34.78 +
    35.1 Binary file daily/loradtn-2017-01-27.png has changed
    36.1 --- a/loradtn.gpl	Thu Jan 26 12:47:35 2017 +0000
    36.2 +++ b/loradtn.gpl	Fri Jan 27 16:19:23 2017 +0000
    36.3 @@ -54,13 +54,18 @@
    36.4  set y2tics ( 4000, 3500, 3000, 2500, 2000, 1500, 1000, 500, 0, -500, -1000, "spike" -2000 )
    36.5  
    36.6  
    36.7 +set style arrow 1 nohead ls 1 lt 3
    36.8 +set style arrow 2 nohead ls 2
    36.9 +set style arrow 3 nohead lc rgb "green"
   36.10 +set style arrow 4 nohead lc rgb "red"
   36.11 +
   36.12  # some horizontal lines to help
   36.13 -set arrow from os,12000 to oe,12000 nohead
   36.14 -set arrow from os,11700 to oe,11700 nohead
   36.15 -set arrow from os,11300 to oe,11300 nohead
   36.16 -set arrow from os,second 1000 to oe,second 1000 nohead
   36.17 -set arrow from os,second 0 to oe,second 0 nohead
   36.18 -set arrow from os,second -1000 to oe,second -1000 nohead
   36.19 +set arrow from os,12000 to oe,12000 as 1
   36.20 +set arrow from os,11450 to oe,11450 as 3
   36.21 +set arrow from os,11300 to oe,11300 as 4
   36.22 +set arrow from os,second 1000 to oe,second 1000 as 2
   36.23 +set arrow from os,second 0 to oe,second 0 as 2
   36.24 +set arrow from os,second -1000 to oe,second -1000 as 2
   36.25  
   36.26  set pointsize 10
   36.27  
    37.1 Binary file loradtn.png has changed
    38.1 --- a/notes.txt	Thu Jan 26 12:47:35 2017 +0000
    38.2 +++ b/notes.txt	Fri Jan 27 16:19:23 2017 +0000
    38.3 @@ -34,4 +34,7 @@
    38.4             probably only safe to fully believe stats from
    38.5             here on, though some info can be gleaned from
    38.6             earlier data no doubt
    38.7 +20170127 - there was a wake @ 10:02 - might be ok though, node
    38.8 +           went into long standby at 1459 on the 26th so was
    38.9 +           close to out of power (11.34V)
   38.10  
    39.1 --- a/sedded-battery.log	Thu Jan 26 12:47:35 2017 +0000
    39.2 +++ b/sedded-battery.log	Fri Jan 27 16:19:23 2017 +0000
    39.3 @@ -2123,3 +2123,135 @@
    39.4  2017-01-26 12:42:43,1700,pbmd,1206,-1063,2500,0
    39.5  2017-01-26 12:43:52,1700,pbmd,1208,-971,2500,0
    39.6  2017-01-26 12:45:02,1700,pbmd,1208,-1082,2500,0
    39.7 +2017-01-26 12:46:11,1700,pbmd,1209,-1026,2500,0
    39.8 +2017-01-26 12:47:20,1700,pbmd,1209,-1063,2500,0
    39.9 +2017-01-26 12:48:29,1700,pbmd,1216,-971,2500,0
   39.10 +2017-01-26 12:49:38,1700,pbmd,1209,-1063,2500,0
   39.11 +2017-01-26 12:50:47,1700,pbmd,1206,-1100,2500,0
   39.12 +2017-01-26 12:51:56,1700,pbmd,1208,-1045,2500,0
   39.13 +2017-01-26 12:53:05,1700,pbmd,1210,-1082,2500,0
   39.14 +2017-01-26 12:54:14,1700,pbmd,1202,-1045,2500,0
   39.15 +2017-01-26 12:55:23,1700,pbmd,1206,-1082,2500,0
   39.16 +2017-01-26 12:56:32,1700,pbmd,1206,-1045,2500,0
   39.17 +2017-01-26 12:57:41,1700,pbmd,1206,-1100,2500,0
   39.18 +2017-01-26 12:58:50,1700,pbmd,1202,-989,2500,0
   39.19 +2017-01-26 12:59:59,1700,pbmd,1203,-1100,2500,0
   39.20 +2017-01-26 13:01:08,1700,pbmd,1205,-1045,2500,0
   39.21 +2017-01-26 13:02:17,1700,pbmd,1203,-1082,2500,0
   39.22 +2017-01-26 13:03:26,1700,pbmd,1203,-989,2500,0
   39.23 +2017-01-26 13:04:35,1700,pbmd,1208,-1119,2500,0
   39.24 +2017-01-26 13:05:44,1700,pbmd,1202,-1082,2500,0
   39.25 +2017-01-26 13:06:53,1700,pbmd,1200,-1063,2500,0
   39.26 +2017-01-26 13:08:02,1700,pbmd,1203,-1063,2500,0
   39.27 +2017-01-26 13:09:11,1700,pbmd,1203,-1045,2500,0
   39.28 +2017-01-26 13:10:20,1700,pbmd,1199,-1045,2500,0
   39.29 +2017-01-26 13:11:29,1700,pbmd,1200,-1063,2500,0
   39.30 +2017-01-26 13:12:38,1700,pbmd,1197,-1045,2500,0
   39.31 +2017-01-26 13:13:47,1700,pbmd,1200,-1045,2500,0
   39.32 +2017-01-26 13:14:56,1700,pbmd,1200,-1063,2500,0
   39.33 +2017-01-26 13:16:06,1700,pbmd,1202,-1082,2500,0
   39.34 +2017-01-26 13:17:15,1700,pbmd,1196,-1100,2500,0
   39.35 +2017-01-26 13:18:24,1700,pbmd,1199,-1045,2500,0
   39.36 +2017-01-26 13:19:33,1700,pbmd,1197,-1119,2500,0
   39.37 +2017-01-26 13:20:42,1700,pbmd,1197,-1119,2500,0
   39.38 +2017-01-26 13:21:51,1700,pbmd,1196,-1026,2500,0
   39.39 +2017-01-26 13:23:00,1700,pbmd,1196,-1119,2500,0
   39.40 +2017-01-26 13:24:09,1700,pbmd,1205,-1045,2500,0
   39.41 +2017-01-26 13:25:18,1700,pbmd,1196,-1100,2500,0
   39.42 +2017-01-26 13:26:27,1700,pbmd,1194,-1082,2500,0
   39.43 +2017-01-26 13:27:36,1700,pbmd,1193,-1100,2500,0
   39.44 +2017-01-26 13:28:45,1700,pbmd,1194,-1063,2500,0
   39.45 +2017-01-26 13:29:54,1700,pbmd,1199,-1063,2500,0
   39.46 +2017-01-26 13:31:03,1700,pbmd,1191,-1119,2500,0
   39.47 +2017-01-26 13:32:12,1700,pbmd,1193,-1063,2500,0
   39.48 +2017-01-26 13:33:21,1700,pbmd,1190,-1082,2500,0
   39.49 +2017-01-26 13:34:30,1700,pbmd,1191,-1026,2500,0
   39.50 +2017-01-26 13:35:39,1700,pbmd,1186,-1063,2500,0
   39.51 +2017-01-26 13:36:48,1700,pbmd,1189,-1063,2500,0
   39.52 +2017-01-26 13:37:57,1700,pbmd,1189,-1045,2500,0
   39.53 +2017-01-26 13:39:06,1700,pbmd,1189,-1045,2500,0
   39.54 +2017-01-26 13:40:15,1700,pbmd,1189,-1063,2500,0
   39.55 +2017-01-26 13:41:24,1700,pbmd,1194,-1008,2500,0
   39.56 +2017-01-26 13:42:33,1700,pbmd,1186,-1045,2500,0
   39.57 +2017-01-26 13:43:42,1700,pbmd,1187,-1100,2500,0
   39.58 +2017-01-26 13:44:51,1700,pbmd,1180,-1045,2500,0
   39.59 +2017-01-26 13:46:00,1700,pbmd,1184,-1063,2500,0
   39.60 +2017-01-26 13:47:09,1700,pbmd,1184,-1100,2500,0
   39.61 +2017-01-26 13:48:19,1700,pbmd,1181,-1119,2500,0
   39.62 +2017-01-26 13:49:28,1700,pbmd,1177,-1082,2500,0
   39.63 +2017-01-26 13:50:37,1700,pbmd,1172,-1045,2500,0
   39.64 +2017-01-26 13:51:46,1700,pbmd,1171,-1063,2500,0
   39.65 +2017-01-26 13:52:55,1700,pbmd,1164,-1063,2500,0
   39.66 +2017-01-26 13:54:04,1700,pbmd,1155,-1100,2500,0
   39.67 +2017-01-26 13:55:13,1700,pbmd,1137,-1137,2000,0
   39.68 +2017-01-26 14:26:56,1700,pbmd,1143,-897,2000,0
   39.69 +2017-01-26 14:58:37,1700,pbmd,1168,-804,2500,0
   39.70 +2017-01-26 14:59:46,1700,pbmd,1134,-1063,1500,0
   39.71 +2017-01-27 10:02:34,1700,pbmd,1218,-490,1000,0
   39.72 +2017-01-27 11:02:41,1700,pbmd,1247,-601,2500,0
   39.73 +2017-01-27 11:03:50,1700,pbmd,1243,-490,2500,0
   39.74 +2017-01-27 11:04:59,1700,pbmd,1252,-83,2500,0
   39.75 +2017-01-27 11:06:08,1700,pbmd,1243,-379,2500,0
   39.76 +2017-01-27 11:07:17,1700,pbmd,1240,-490,2500,0
   39.77 +2017-01-27 11:08:26,1700,pbmd,1241,-212,2500,0
   39.78 +2017-01-27 11:09:35,1700,pbmd,1244,-83,2500,0
   39.79 +2017-01-27 11:10:44,1700,pbmd,1247,-249,2500,0
   39.80 +2017-01-27 11:11:53,1700,pbmd,1256,619,2500,0
   39.81 +2017-01-27 11:13:02,1700,pbmd,1287,1304,2500,0
   39.82 +2017-01-27 11:14:11,1700,pbmd,1285,952,2500,0
   39.83 +2017-01-27 11:15:20,1700,pbmd,1262,379,2500,0
   39.84 +2017-01-27 11:16:29,1700,pbmd,1265,46,2500,0
   39.85 +2017-01-27 11:17:38,1700,pbmd,1250,-157,2500,0
   39.86 +2017-01-27 11:18:47,1700,pbmd,1253,-471,2500,0
   39.87 +2017-01-27 11:19:57,1700,pbmd,1253,-157,2500,0
   39.88 +2017-01-27 11:21:06,1700,pbmd,1257,342,2500,0
   39.89 +2017-01-27 11:22:15,1700,pbmd,1275,693,2500,0
   39.90 +2017-01-27 11:23:24,1700,pbmd,1281,767,2500,0
   39.91 +2017-01-27 11:24:33,1700,pbmd,1285,823,2500,0
   39.92 +2017-01-27 11:25:42,1700,pbmd,1281,823,2500,0
   39.93 +2017-01-27 11:26:51,1700,pbmd,1290,897,2500,0
   39.94 +2017-01-27 11:28:00,1700,pbmd,1253,-582,2500,0
   39.95 +2017-01-27 11:29:09,1700,pbmd,1247,-730,2500,0
   39.96 +2017-01-27 11:30:18,1700,pbmd,1240,-638,2500,0
   39.97 +2017-01-27 11:31:27,1700,pbmd,1237,-582,2500,0
   39.98 +2017-01-27 11:32:36,1700,pbmd,1232,-712,2500,0
   39.99 +2017-01-27 11:33:45,1700,pbmd,1232,-675,2500,0
  39.100 +2017-01-27 11:34:54,1700,pbmd,1237,-656,2500,0
  39.101 +2017-01-27 11:36:03,1700,pbmd,1230,-675,2500,0
  39.102 +2017-01-27 11:37:12,1700,pbmd,1230,-656,2500,0
  39.103 +2017-01-27 11:38:21,1700,pbmd,1227,-638,2500,0
  39.104 +2017-01-27 11:39:30,1700,pbmd,1225,-786,2500,0
  39.105 +2017-01-27 11:40:39,1700,pbmd,1224,-786,2500,0
  39.106 +2017-01-27 11:41:48,1700,pbmd,1221,-767,2500,0
  39.107 +2017-01-27 11:42:57,1700,pbmd,1221,-712,2500,0
  39.108 +2017-01-27 11:44:06,1700,pbmd,1218,-767,2500,0
  39.109 +2017-01-27 11:45:15,1700,pbmd,1221,-749,2500,0
  39.110 +2017-01-27 11:46:24,1700,pbmd,1216,-675,2500,0
  39.111 +2017-01-27 11:47:33,1700,pbmd,1218,-693,2500,0
  39.112 +2017-01-27 11:48:42,1700,pbmd,1218,-675,2500,0
  39.113 +2017-01-27 11:49:51,1700,pbmd,1222,-601,2500,0
  39.114 +2017-01-27 11:51:00,1700,pbmd,1219,-601,2500,0
  39.115 +2017-01-27 11:52:10,1700,pbmd,1216,-619,2500,0
  39.116 +2017-01-27 11:53:19,1700,pbmd,1215,-545,2500,0
  39.117 +2017-01-27 11:54:28,1700,pbmd,1210,-527,2500,0
  39.118 +2017-01-27 11:55:37,1700,pbmd,1215,-619,2500,0
  39.119 +2017-01-27 11:56:46,1700,pbmd,1212,-675,2500,0
  39.120 +2017-01-27 11:57:55,1700,pbmd,1212,-638,2500,0
  39.121 +2017-01-27 11:59:04,1700,pbmd,1210,-638,2500,0
  39.122 +2017-01-27 12:00:13,1700,pbmd,1212,-638,2500,0
  39.123 +2017-01-27 12:01:22,1700,pbmd,1208,-693,2500,0
  39.124 +2017-01-27 12:02:31,1700,pbmd,1209,-619,2500,0
  39.125 +2017-01-27 12:03:40,1700,pbmd,1208,-767,2500,0
  39.126 +2017-01-27 12:04:49,1700,pbmd,1206,-767,2500,0
  39.127 +2017-01-27 12:05:58,1700,pbmd,1202,-823,2500,0
  39.128 +2017-01-27 12:07:07,1700,pbmd,1197,-823,2500,0
  39.129 +2017-01-27 12:08:16,1700,pbmd,1196,-915,2500,0
  39.130 +2017-01-27 12:09:25,1700,pbmd,1171,-989,2500,0
  39.131 +2017-01-27 12:10:34,1700,pbmd,1155,-971,2500,0
  39.132 +2017-01-27 12:11:43,1700,pbmd,1156,-1008,2500,0
  39.133 +2017-01-27 12:12:52,1700,pbmd,1153,-1008,2500,0
  39.134 +2017-01-27 12:14:01,1700,pbmd,1145,-1063,2500,0
  39.135 +2017-01-27 12:15:10,1700,pbmd,1140,-1119,2000,0
  39.136 +2017-01-27 12:46:51,1700,pbmd,1210,-786,2500,0
  39.137 +2017-01-27 12:48:00,1700,pbmd,1178,-1082,2500,0
  39.138 +2017-01-27 12:49:09,1700,pbmd,1167,-1026,2500,0