Files
sics/site_ansto/instrument/hrpd/echidna_configuration.tcl
Ferdi Franceschini 31f0fca6f5 Integrating the ansto hmm/hmc with hdf file writing.
r1342 | ffr | 2006-12-04 09:45:20 +1100 (Mon, 04 Dec 2006) | 2 lines
2012-11-15 12:54:46 +11:00

45 lines
1.1 KiB
Tcl

# $Revision: 1.8 $
# $Date: 2006-12-03 22:45:20 $
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
# Last revision by: $Author: ffr $
#START SERVER CONFIGURATION SECTION
source dmc2280_util.tcl
set quieckport quieck-echidna
set serverport server-echidna
set interruptport interrupt-echidna
set telnetport telnet-echidna
source server_config.tcl
#END SERVER CONFIGURATION SECTION
########################################
# INSTRUMENT SPECIFIC CONFIGURATION
VarMake Instrument Text Internal
Instrument Echidna
Instrument lock
#MakeCounter simCtr SIM -1.0
#MakeScanCommand xxxscan simCtr echidna.hdd recover.bin
fileeval motor_configuration.tcl
proc nxcreatefile {{type nx5}} {
global dataFileName;
SicsDataPostFix .$type;
array set nxmode [list h5 create5 nx5 create5 xml createxml];
set dataFileName [nxscript makefilename]
nxscript $nxmode($type) $dataFileName echidna.dic;
nxscript close;
}
publish nxcreatefile user
########
source gen_hipadaba.tcl
source counter.tcl
fileeval hmm_configuration.tcl
fileeval scan.tcl
fileeval nxscripts.tcl
fileeval extraconfig.tcl