diff --git a/tcl/frappy2.config b/tcl/frappy2.config index 134c560..836ec49 100644 --- a/tcl/frappy2.config +++ b/tcl/frappy2.config @@ -15,3 +15,4 @@ if {[string match "prep*" $ins]} { makenv frappy_stick -driver secop -port localhost:15201 makeHePump } +GraphOrder K W mbar % Tesla Ohm diff --git a/tcl/startup/graph.tcl b/tcl/startup/graph.tcl index 4c56028..edb31e5 100644 --- a/tcl/startup/graph.tcl +++ b/tcl/startup/graph.tcl @@ -257,6 +257,9 @@ proc GraphOrder args { } foreach unit [graph_order items] { foreach {item enable} $new($unit) { + if {"$unit" eq "none"} { + set enable 0 + } graph_shown makeitem $item $enable } }