From 3b35308bf2a45c013e04fe652a44dda69439d202 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Wed, 8 Oct 2014 19:44:29 +1100 Subject: [PATCH] SICS-786 SICS locked up while counting on Taipan An in-situ hack that was done on Wombat was accidentally committed. --- site_ansto/instrument/config/counter/counter_common_1.tcl | 1 - 1 file changed, 1 deletion(-) diff --git a/site_ansto/instrument/config/counter/counter_common_1.tcl b/site_ansto/instrument/config/counter/counter_common_1.tcl index 1a16dd32..9ad2782c 100644 --- a/site_ansto/instrument/config/counter/counter_common_1.tcl +++ b/site_ansto/instrument/config/counter/counter_common_1.tcl @@ -7,7 +7,6 @@ namespace eval counter { proc ::counter::transferscript {} { variable isc_numchannels - bm status set val [SplitReply [bm1 gettime]] for {set i 1} {$i <= $isc_numchannels} {incr i} { append val " [SplitReply [bm$i getcounts] ]"