Files
sics/site_ansto/instrument/hrpd/echidna_configuration.tcl
Ferdi Franceschini 9ac6c7b414 Modified during MK's visit.
r1461 | ffr | 2007-02-12 12:01:02 +1100 (Mon, 12 Feb 2007) | 2 lines
2012-11-15 12:57:52 +11:00

46 lines
1.1 KiB
Tcl

# $Revision: 1.12 $
# $Date: 2007-02-12 00:56:59 $
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
# Last revision by: $Author: ffr $
#START SERVER CONFIGURATION SECTION
source dmc2280_util.tcl
source sics_ports.tcl
source server_config.tcl
#END SERVER CONFIGURATION SECTION
########################################
# INSTRUMENT SPECIFIC CONFIGURATION
VarMake Instrument Text Internal
Instrument Echidna
Instrument lock
VarMake sics_bm_distance Float User
VarMake sics_mono_crystal Text User
#MakeCounter simCtr SIM -1.0
#MakeScanCommand xxxscan simCtr echidna.hdd recover.bin
fileeval motor_configuration.tcl
proc nxcreatefile {{type nx.hdf}} {
global dataFileName nxFileOpen;
SicsDataPostFix .$type;
array set nxmode [list nx.hdf create5 h5 create5 nx5 create5 xml createxml];
set dataFileName [nxscript makefilename]
nxscript $nxmode($type) $dataFileName echidna.dic;
set nxFileOpen true
}
publish nxcreatefile user
########
source hipadaba_configuration.tcl
source gumxml.tcl
#source counter.tcl
fileeval hmm_configuration.tcl
fileeval scan.tcl
fileeval nxscripts.tcl
fileeval extraconfig.tcl