From 9d9937a5b7294653711cc923d438c86c643b21b7 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Sun, 1 Apr 2007 10:41:26 +1000 Subject: [PATCH] Control simulated hmm driver with simulated counter to mimic the real hmc. r1764 | ffr | 2007-04-01 10:41:26 +1000 (Sun, 01 Apr 2007) | 2 lines --- .../hipd/script_validator/config/hmm/hmm_configuration.tcl | 5 +++-- .../hrpd/script_validator/config/hmm/hmm_configuration.tcl | 5 +++-- 2 files changed, 6 insertions(+), 4 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 f5d3fe1f..63eb16ab 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 @@ -2,9 +2,10 @@ MakeHM hmm SIM #MakeHMControl_ANSTO hmc bm hmm source $cfPath(hmm)/hmm_configuration_common_1.tcl +# Beam monitor controlled hmm controller. proc ::histogram_memory::hmc {_start _preset _mode _pause} { - hmm countmode $_mode - hmm preset $_preset + bm countmode $_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 0fc9e008..9f3d42e7 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 @@ -2,9 +2,10 @@ MakeHM hmm SIM #MakeHMControl_ANSTO hmc bm hmm source $cfPath(hmm)/hmm_configuration_common_1.tcl +# Beam monitor controlled hmm controller. proc ::histogram_memory::hmc {_start _preset _mode _pause} { - hmm countmode $_mode - hmm preset $_preset + bm countmode $_mode + bm preset $_preset hmm countblock }