From f5da28a8a001037ca2af1a484301a28f0b5a15f1 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Mon, 24 Mar 2014 08:41:00 +1100 Subject: [PATCH] runscan breaks on Taipan. Calling bm status here causes a recursive loop. The "bm status" calls were added in SICS-705 --- 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 3294642d..a902ca53 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] ]"