SICS-477 Set the detector type to "bmon" for Taipan and lock it so that

it can't be changed.

r3591 | ffr | 2012-06-04 20:19:00 +1000 (Mon, 04 Jun 2012) | 3 lines
This commit is contained in:
Ferdi Franceschini
2012-06-04 20:19:00 +10:00
committed by Douglas Clowes
parent d5da9eba15
commit 192baf1e95

View File

@@ -9,4 +9,8 @@ namespace eval motor {
proc ::commands::isc_initialize {} { proc ::commands::isc_initialize {} {
::commands::ic_initialize ::commands::ic_initialize
# Set the "detector type" variable for Taipan to run bmon scans instead of histmem scans
# and lock it so that its value is not changed when the status in status.tcl is restored.
::scan::runscan_cmd -set detector "bmon"
::scan::runscan_cmd_par_detector lock
} }