From 278c64b37755d66731ac2830ecc34fc76f65db52 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Tue, 9 Apr 2013 14:38:39 +1000 Subject: [PATCH] Set scan=1ms and scans per sample=10 on the counters when SICS starts up. --- site_ansto/instrument/config/counter/counter_common_1.tcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site_ansto/instrument/config/counter/counter_common_1.tcl b/site_ansto/instrument/config/counter/counter_common_1.tcl index ae21cf21..a44c0027 100644 --- a/site_ansto/instrument/config/counter/counter_common_1.tcl +++ b/site_ansto/instrument/config/counter/counter_common_1.tcl @@ -35,6 +35,8 @@ proc ::counter::ic_initialize {} { # This must be sourced before the hmm_configuration.tcl until we separate the scan setup from the hmm setup for {set i 0; set n 1} {$i < $isc_numchannels} {incr i; incr n} { MakeCounter bm$n anstomonitor [ params host $isc_monitor_address port [lindex $isc_portlist $i] ] + bm$n send scan=1 + bm$n send sample=10 append bm_list "bm$n " } }