86 lines
2.5 KiB
Tcl
86 lines
2.5 KiB
Tcl
# $Revision: 1.24 $
|
|
# $Date: 2007-08-16 06:46:12 $
|
|
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
|
# Last revision by: $Author: ffr $
|
|
|
|
# Required by server_config.tcl
|
|
VarMake Instrument Text Internal
|
|
Instrument echidna
|
|
Instrument lock
|
|
|
|
#START SERVER CONFIGURATION SECTION
|
|
source util/dmc2280/dmc2280_util.tcl
|
|
source sics_ports.tcl
|
|
source server_config.tcl
|
|
VarMake deg_per_rad Float Internal
|
|
deg_per_rad 57.29577951308232
|
|
deg_per_rad lock
|
|
#END SERVER CONFIGURATION SECTION
|
|
|
|
########################################
|
|
# INSTRUMENT SPECIFIC CONFIGURATION
|
|
|
|
fileeval $cfPath(motors)/motor_configuration.tcl
|
|
|
|
########
|
|
# Parameters set above the restore command will be clobbered by
|
|
# the values in the status.tcl file
|
|
restore
|
|
|
|
fileeval $cfPath(plc)/plc.tcl
|
|
fileeval $cfPath(counter)/counter.tcl
|
|
fileeval $cfPath(hmm)/hmm_configuration.tcl
|
|
fileeval $cfPath(nexus)/nxscripts.tcl
|
|
fileeval $cfPath(scan)/scan.tcl
|
|
source $cfPath(hipadaba)/hipadaba_configuration.tcl
|
|
source gumxml.tcl
|
|
|
|
#::histogram_memory::setmode pulser
|
|
#::histogram_memory::setmode calibration
|
|
::histogram_memory::setmode normal
|
|
::histogram_memory::initialize
|
|
|
|
|
|
VarMake detector_layout Text Mugger
|
|
detector_layout cylinder
|
|
|
|
VarMake detector_angle_deg Float User
|
|
detector_angle_deg 158.75
|
|
VarMake detector_angle_rad Float User
|
|
detector_angle_rad [expr [SplitReply [detector_angle_deg]]/[SplitReply [deg_per_rad]] ]
|
|
|
|
VarMake crystal_type Text User
|
|
VarMake crystal_wavelength_A Float User
|
|
|
|
VarMake bmon_distance Float User
|
|
|
|
## Number of last pixel on vertical axis
|
|
VarMake detector_last_vert_pixel Float User
|
|
detector_last_vert_pixel 511
|
|
## Number of last pixel on horizontal axis
|
|
VarMake detector_last_hor_pixel Float User
|
|
detector_last_hor_pixel 127
|
|
## Row number at beam centre
|
|
VarMake detector_zero_row Float User
|
|
detector_zero_row 255.5
|
|
## Column number at beam centre for a detector rotation of 0 degrees
|
|
VarMake detector_zero_col Float User
|
|
detector_zero_col 124
|
|
## Row offset for region of interest
|
|
VarMake detector_ROI_row_offset Float User
|
|
detector_ROI_row_offset 0
|
|
## Column offset for region of interest
|
|
VarMake detector_ROI_col_offset Float User
|
|
detector_ROI_col_offset 0
|
|
|
|
detector_type He-3 position sensitive detector, tube active length=335+/-5mm, tube diameter=25.4 +/- 0.8mm
|
|
detector_type lock
|
|
|
|
detector_description 128 He-3 proportional counter detector tubes (GE Energy Reuter Stokes Inc. item=RS-P4-0814-217)
|
|
detector_description lock
|
|
|
|
MakeStateMon hmscan
|
|
server_set_sobj_attributes
|
|
buildHDB instrument_dictionary
|
|
fileeval extraconfig.tcl
|