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