45 lines
1.2 KiB
Tcl
45 lines
1.2 KiB
Tcl
# $Revision: 1.5 $
|
|
# $Date: 2006-11-13 22:40:28 $
|
|
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
|
# Last revision by: $Author: dcl $
|
|
|
|
#START SERVER CONFIGURATION SECTION
|
|
source dmc2280_util.tcl
|
|
set quieckport quieck-wombat
|
|
set serverport server-wombat
|
|
set interruptport interrupt-wombat
|
|
set telnetport telnet-wombat
|
|
source server_config.tcl
|
|
#END SERVER CONFIGURATION SECTION
|
|
|
|
########################################
|
|
# INSTRUMENT SPECIFIC CONFIGURATION
|
|
VarMake Instrument Text Internal
|
|
Instrument Wombat
|
|
Instrument lock
|
|
|
|
#-------------------------------------------------------------------------
|
|
# System: Histogram Server
|
|
#------------------------------------------------------------------------
|
|
|
|
# For the time being, use a simulated counter.
|
|
# When the beam monitor is interfaced, it can be used instead.
|
|
MakeCounter counter SIM -1.0
|
|
MakeHM hm anstohttp
|
|
hm configure hmaddress http://localhost:8888
|
|
hm configure username spy
|
|
hm configure password 007
|
|
hm configure hmconfigscript puts anstohm.xml
|
|
#
|
|
hm CountMode timer
|
|
hm preset 2
|
|
hm exponent 0
|
|
#
|
|
hm configure init 1
|
|
hm init
|
|
MakeScanCommand xxxscan counter wombat.hdd recover.bin
|
|
|
|
fileeval motor_configuration.tcl
|
|
fileeval gen_hipadaba.tcl
|
|
fileeval extraconfig.tcl
|