From 737635dbd7dc9843ee8c6954f2e2b1b9ad463510 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Thu, 22 Mar 2007 18:32:29 +1100 Subject: [PATCH] Source common counter configuration. r1699 | ffr | 2007-03-22 18:32:29 +1100 (Thu, 22 Mar 2007) | 2 lines --- site_ansto/instrument/hipd/config/counter/counter.tcl | 3 +-- site_ansto/instrument/hrpd/config/counter/counter.tcl | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/site_ansto/instrument/hipd/config/counter/counter.tcl b/site_ansto/instrument/hipd/config/counter/counter.tcl index 377f694e..c0018bb9 100644 --- a/site_ansto/instrument/hipd/config/counter/counter.tcl +++ b/site_ansto/instrument/hipd/config/counter/counter.tcl @@ -1,4 +1,3 @@ # Make and configure an ANSTO beam monitor counter. # This must be sourced before the hmm_configuration.tcl until we separate the scan setup from the hmm setup -MakeCounter bm anstomonitor [ params host "das1-wombat" port "30000" ] -bm SetExponent 0 +source $cfPath(counter)/counter_common_1.tcl diff --git a/site_ansto/instrument/hrpd/config/counter/counter.tcl b/site_ansto/instrument/hrpd/config/counter/counter.tcl index 04bb6d5a..c0018bb9 100644 --- a/site_ansto/instrument/hrpd/config/counter/counter.tcl +++ b/site_ansto/instrument/hrpd/config/counter/counter.tcl @@ -1,3 +1,3 @@ # Make and configure an ANSTO beam monitor counter. # This must be sourced before the hmm_configuration.tcl until we separate the scan setup from the hmm setup -source counter_common_1.tcl +source $cfPath(counter)/counter_common_1.tcl