set style data lines set xdata time set timefmt "%Y-%m-%d-%H:%M:%S" #set bmargin 3 set title "PFS Meta Control" set grid set ytic nomirror set format x "%H:%M\n%b/%d" #set format x "%H:%M\n%m/%d" set xlabel "CLT" # table, glycol, outside set ylabel "Table [C]" set y2label "Glycol/Outside [C]" set y2tics set yrange [*:*] #set xrange ['2013-03-31-13:00:00':*] #set xrange ['Mar 31 13:00:00':*] set terminal png # size 900,600 set output '~/HTML/Software/PFS/pfs_meta1.png' #plot '../pfs_meta.log' using 2:9 title "G-Sup" lt rgb "red" axes x1y2 #, '../pfs_meta.log' using 2:10 title "G-Ret" lt rgb "blue" axes x1y2 #, '../pfs_meta.log' using 2:11 title "Tout" lt rgb "purple" axes x1y2 #, '../pfs_meta.log' using 2:4 title "Table" lt rgb "green" plot '../pfs_meta.log' using 2:9 title "G-Sup" axes x1y2 \ , '../pfs_meta.log' using 2:10 title "G-Ret" axes x1y2 \ , '../pfs_meta.log' using 2:11 title "Tout" axes x1y2 \ , '../pfs_meta.log' using 2:4 title "Table" set ylabel "PID [C]" #set ylabel "PID,GTC [C]" set y2label "F-Air,GTC,PMT,DHT [C]" #set y2label "F-Air,PMT,DHT [C]" #unset grid #set xzeroaxis set terminal png # size 900,600 set output '~/HTML/Software/PFS/pfs_meta2.png' set yrange [*:*] set y2range [*:*] #plot '../pfs_meta.log' using 2:13 title "F-Air" lt rgb "blue" axes x1y2 # , '../pfs_meta.log' using 2:15 title "I" lt rgb "red" # , '../pfs_meta.log' using 2:14 title "P" lt rgb "green" # , '../pfs_meta.log' using 2:16 title "D" lt rgb "purple" # , '../pfs_meta.log' using 2:17 title "GTC" axes x1y2 # , '../pfs_meta.log' using 2:($18) title "PMT" axes x1y2 # , '../pfs_meta.log' using 2:($19) title "DHT" axes x1y2 plot '../pfs_meta.log' using 2:13 title "F-Air" axes x1y2 \ , '../pfs_meta.log' using 2:15 title "I" \ , '../pfs_meta.log' using 2:14 title "P" \ , '../pfs_meta.log' using 2:16 title "D" \ , '../pfs_meta.log' using 2:17 title "GTC" axes x1y2 \ , '../pfs_meta.log' using 2:($18) title "PMT" axes x1y2 \ , '../pfs_meta.log' using 2:($19) title "DHT" axes x1y2 #set ylabel "Table [C]" set ylabel "T1,T2,T3,Tair [C]" set y2label "Tdewar [C]" set terminal png # size 900,600 set output '~/HTML/Software/PFS/pfs_meta3.png' set yrange [*:*] set y2range [24.2:25.0] # '../pfs_meta.log' using 2:5 title "Table1" lt rgb "red" #plot '../pfs_meta.log' using 2:6 title "Table2" lt rgb "green" # , '../pfs_meta.log' using 2:7 title "Table3" lt rgb "blue" # , '../pfs_meta.log' using 2:12 title "Tair" lt rgb "purple" # , '../pfs_meta.log' using 2:(((6.0*$6)+$7)/7.0) title "(6*T2+T3)/7" lt rgb "brown" # , '../pfs_meta.log' using 2:20 title "Dewar" axes x1y2 plot '../pfs_meta.log' using 2:6 title "Table2" \ , '../pfs_meta.log' using 2:7 title "Table3" \ , '../pfs_meta.log' using 2:12 title "Tair" \ , '../pfs_meta.log' using 2:(((6.0*$6)+$7)/7.0) title "(6*T2+T3)/7" \ , '../pfs_meta.log' using 2:20 title "Dewar" axes x1y2 set ylabel "Table/Glycol [C]" set y2label "Outside [C]" set y2tics set yrange [*:*] set y2range [*:*] set terminal png # size 900,600 set output '~/HTML/Software/PFS/pfs_meta4.png' plot '../pfs_meta.log' using 2:9 title "G-Sup" \ , '../pfs_meta.log' using 2:4 title "Table" \ , '../pfs_meta.log' using 2:8 title "G-Con" \ , '../pfs_meta.log' using 2:10 title "G-Ret" \ , '../pfs_meta.log' using 2:12 title "Tair" \ , '../pfs_meta.log' using 2:11 title "Tout" axes x1y2