mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 11:26:03 +00:00
added HM-CC-RT-DN plot file
git-svn-id: https://svn.fhem.de/fhem/trunk@4084 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f62843e21b
commit
4d7b3b1b28
@ -10,21 +10,17 @@ set timefmt "%Y-%m-%d_%H:%M:%S"
|
|||||||
set xlabel " "
|
set xlabel " "
|
||||||
set ytics nomirror
|
set ytics nomirror
|
||||||
set y2tics
|
set y2tics
|
||||||
#set ytics
|
|
||||||
set title '<L1>'
|
set title '<L1>'
|
||||||
set grid xtics y2tics
|
set grid xtics y2tics
|
||||||
|
|
||||||
set y2label "Temperature in C"
|
set y2label "Temperature in C"
|
||||||
set ylabel "Valve Position (%)"
|
set ylabel "Valve position (%)"
|
||||||
|
|
||||||
#FileLog 4:measured-temp\x3a:0:
|
#FileLog 4:measured-temp\x3a:0:
|
||||||
#FileLog 4:desired-temp\x3a:0:
|
#FileLog 4:desired-temp\x3a:0:
|
||||||
#FileLog 4:ValvePosition\x3a:0:
|
#FileLog 4:ValvePosition\x3a:0:
|
||||||
|
|
||||||
plot \
|
plot \
|
||||||
"< awk '/measured/{print $1, $4}' <IN>"\
|
|
||||||
using 1:2 axes x1y2 title 'Measured temperature' with lines,\
|
using 1:2 axes x1y2 title 'Measured temperature' with lines,\
|
||||||
"< awk '/desired/{print $1, $4}' <IN>"\
|
|
||||||
using 1:2 axes x1y2 title 'Desired temperature' with lines,\
|
using 1:2 axes x1y2 title 'Desired temperature' with lines,\
|
||||||
"< awk '/actuator/ {print $1, $4+0}' <IN>"\
|
using 1:2 axes x1y1 title 'Valve position' with lines
|
||||||
using 1:2 axes x1y1 title 'Actuator (%)' with lines\
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user