Heating controller with neural thermal model written in Python
Jacek Kowalski
2018-06-24 66a9fb40efe1311b34a3cee3f83f10c6990759af
1
2
3
4
5
6
7
8
9
10
11
12
13
 
set xdata time
set timefmt "%s"
set format x "%Y-%m-%d %H:%M:%S"
 
filename = "1_data/xx00"
 
plot filename using 1:2 with lines title "temp_{in}", \
    filename using 1:3 with lines title "temp_{out}", \
    filename using 1:5 with lines title "temp_{flow}", \
    filename using 1:6 with lines title "temp_{return}", \
    filename using 1:7 with lines title "state"
pause -1