Create a state monitor for hmscan.
r1530 | ffr | 2007-02-20 16:10:08 +1100 (Tue, 20 Feb 2007) | 2 lines
This commit is contained in:

committed by
Douglas Clowes

parent
1d82d1b681
commit
fb84767b54
@ -1,8 +1,13 @@
|
|||||||
# $Revision: 1.6 $
|
# $Revision: 1.7 $
|
||||||
# $Date: 2007-02-19 20:59:40 $
|
# $Date: 2007-02-20 05:10:08 $
|
||||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||||
# Last revision by: $Author: ffr $
|
# Last revision by: $Author: ffr $
|
||||||
|
|
||||||
|
# Required by server_config.tcl
|
||||||
|
VarMake Instrument Text Internal
|
||||||
|
Instrument Wombat
|
||||||
|
Instrument lock
|
||||||
|
|
||||||
#START SERVER CONFIGURATION SECTION
|
#START SERVER CONFIGURATION SECTION
|
||||||
source util/dmc2280/dmc2280_util.tcl
|
source util/dmc2280/dmc2280_util.tcl
|
||||||
source sics_ports.tcl
|
source sics_ports.tcl
|
||||||
@ -11,9 +16,8 @@ source server_config.tcl
|
|||||||
|
|
||||||
########################################
|
########################################
|
||||||
# INSTRUMENT SPECIFIC CONFIGURATION
|
# INSTRUMENT SPECIFIC CONFIGURATION
|
||||||
VarMake Instrument Text Internal
|
VarMake sics_bm_distance Float User
|
||||||
Instrument Wombat
|
VarMake sics_mono_crystal Text User
|
||||||
Instrument lock
|
|
||||||
|
|
||||||
|
|
||||||
fileeval $cfPath(motors)/motor_configuration.tcl
|
fileeval $cfPath(motors)/motor_configuration.tcl
|
||||||
@ -22,7 +26,8 @@ fileeval $cfPath(motors)/motor_configuration.tcl
|
|||||||
source $cfPath(hipadaba)/hipadaba_configuration.tcl
|
source $cfPath(hipadaba)/hipadaba_configuration.tcl
|
||||||
source gumxml.tcl
|
source gumxml.tcl
|
||||||
|
|
||||||
#fileeval $cfPath(hmm)/hmm_configuration.tcl
|
fileeval $cfPath(hmm)/hmm_configuration.tcl
|
||||||
#fileeval $cfPath(nexus)/nxscripts.tcl
|
fileeval $cfPath(nexus)/nxscripts.tcl
|
||||||
#fileeval $cfPath(scan)/scan.tcl
|
fileeval $cfPath(scan)/scan.tcl
|
||||||
#fileeval extraconfig.tcl
|
MakeStateMon hmscan
|
||||||
|
fileeval extraconfig.tcl
|
||||||
|
Reference in New Issue
Block a user