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
This commit is contained in:
Ferdi Franceschini
2007-04-01 10:41:26 +10:00
committed by Douglas Clowes
parent aa1d192960
commit 9d9937a5b7
2 changed files with 6 additions and 4 deletions

View File

@@ -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
}

View File

@@ -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
}