From 39fd5d2a4ad5085aa0cbdd5a7fd114488571ef9e Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Wed, 26 Sep 2007 16:10:12 +1000 Subject: [PATCH] Don't set plottable data links and data save policy here, this is now taken care of when setting the data file policy with the 'newfile' command. r2159 | ffr | 2007-09-26 16:10:12 +1000 (Wed, 26 Sep 2007) | 2 lines --- site_ansto/instrument/config/counter/counter_common_1.tcl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/site_ansto/instrument/config/counter/counter_common_1.tcl b/site_ansto/instrument/config/counter/counter_common_1.tcl index 3ed6e514..8fe9ebc7 100644 --- a/site_ansto/instrument/config/counter/counter_common_1.tcl +++ b/site_ansto/instrument/config/counter/counter_common_1.tcl @@ -11,11 +11,6 @@ namespace eval monitor { bm count $preset ::monitor::count -set feedback counts [SplitReply [bm getcounts]]; ::monitor::count -set feedback status IDLE - array set param [::data::gumtree_save -list param] - data axis 1 $param(run_number) - data data_set [::utility::hgetplainprop /monitor/data sicsdev] - ::hdb::set_save / true - ::hdb::set_save /instrument/detector false } ::monitor::count -addfb int counts text status ::monitor::count -set feedback status IDLE