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:
committed by
Douglas Clowes
parent
aa1d192960
commit
9d9937a5b7
@@ -2,9 +2,10 @@ MakeHM hmm SIM
|
|||||||
#MakeHMControl_ANSTO hmc bm hmm
|
#MakeHMControl_ANSTO hmc bm hmm
|
||||||
source $cfPath(hmm)/hmm_configuration_common_1.tcl
|
source $cfPath(hmm)/hmm_configuration_common_1.tcl
|
||||||
|
|
||||||
|
# Beam monitor controlled hmm controller.
|
||||||
proc ::histogram_memory::hmc {_start _preset _mode _pause} {
|
proc ::histogram_memory::hmc {_start _preset _mode _pause} {
|
||||||
hmm countmode $_mode
|
bm countmode $_mode
|
||||||
hmm preset $_preset
|
bm preset $_preset
|
||||||
hmm countblock
|
hmm countblock
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,9 +2,10 @@ MakeHM hmm SIM
|
|||||||
#MakeHMControl_ANSTO hmc bm hmm
|
#MakeHMControl_ANSTO hmc bm hmm
|
||||||
source $cfPath(hmm)/hmm_configuration_common_1.tcl
|
source $cfPath(hmm)/hmm_configuration_common_1.tcl
|
||||||
|
|
||||||
|
# Beam monitor controlled hmm controller.
|
||||||
proc ::histogram_memory::hmc {_start _preset _mode _pause} {
|
proc ::histogram_memory::hmc {_start _preset _mode _pause} {
|
||||||
hmm countmode $_mode
|
bm countmode $_mode
|
||||||
hmm preset $_preset
|
bm preset $_preset
|
||||||
hmm countblock
|
hmm countblock
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user