Heating controller with neural thermal model written in Python
Jacek Kowalski
2018-06-24 66a9fb40efe1311b34a3cee3f83f10c6990759af
1
2
3
4
5
6
7
8
9
#!/usr/bin/gnuplot
 
set xdata time
set timefmt "%s"
set format x "%Y-%m-%d %H:%M:%S"
 
plot "0_data/ism7_values.dat" using 1:($26/10) with lines, \
    "0_data/ism7_values.dat" using 1:($24/10) with lines
pause -1