42 lines
1002 B
Tcl
42 lines
1002 B
Tcl
# $Revision: 1.7 $
|
|
# $Date: 2006-11-29 21:28:47 $
|
|
# 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 hdf}} {
|
|
SicsDataPostFix .$type;
|
|
|
|
array set nxmode [list hdf create5 nx5 create5 xml createxml];
|
|
nxscript $nxmode($type) [nxscript makefilename] echidna.dic;
|
|
}
|
|
|
|
publish nxcreatefile user
|
|
|
|
########
|
|
source gen_hipadaba.tcl
|
|
source counter.tcl
|
|
source histogram.tcl
|
|
source scan.tcl
|
|
source nxscripts.tcl
|
|
fileeval extraconfig.tcl
|