Files
sics/site_ansto/instrument/hrpd/echidna_configuration.tcl
Ferdi Franceschini 5eeafb119e Prototype file writing support and extending hipadaba to counters and histmem.
r1328 | ffr | 2006-11-30 08:28:47 +1100 (Thu, 30 Nov 2006) | 2 lines
2012-11-15 12:54:28 +11:00

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