From 6d17aca411aac743d302e323761b5d11f239ad16 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Sun, 1 Apr 2007 10:46:51 +1000 Subject: [PATCH] Counters have a mode subcommand, not countmode! r1765 | ffr | 2007-04-01 10:46:51 +1000 (Sun, 01 Apr 2007) | 2 lines --- .../hipd/script_validator/config/hmm/hmm_configuration.tcl | 2 +- .../hrpd/script_validator/config/hmm/hmm_configuration.tcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site_ansto/instrument/hipd/script_validator/config/hmm/hmm_configuration.tcl b/site_ansto/instrument/hipd/script_validator/config/hmm/hmm_configuration.tcl index 63eb16ab..839e856a 100644 --- a/site_ansto/instrument/hipd/script_validator/config/hmm/hmm_configuration.tcl +++ b/site_ansto/instrument/hipd/script_validator/config/hmm/hmm_configuration.tcl @@ -4,7 +4,7 @@ source $cfPath(hmm)/hmm_configuration_common_1.tcl # Beam monitor controlled hmm controller. proc ::histogram_memory::hmc {_start _preset _mode _pause} { - bm countmode $_mode + bm mode $_mode bm preset $_preset hmm countblock } diff --git a/site_ansto/instrument/hrpd/script_validator/config/hmm/hmm_configuration.tcl b/site_ansto/instrument/hrpd/script_validator/config/hmm/hmm_configuration.tcl index 9f3d42e7..fcb4d315 100644 --- a/site_ansto/instrument/hrpd/script_validator/config/hmm/hmm_configuration.tcl +++ b/site_ansto/instrument/hrpd/script_validator/config/hmm/hmm_configuration.tcl @@ -4,7 +4,7 @@ source $cfPath(hmm)/hmm_configuration_common_1.tcl # Beam monitor controlled hmm controller. proc ::histogram_memory::hmc {_start _preset _mode _pause} { - bm countmode $_mode + bm mode $_mode bm preset $_preset hmm countblock }