Use named ports for sics ports.

r1209 | ffr | 2006-10-31 15:03:01 +1100 (Tue, 31 Oct 2006) | 2 lines
This commit is contained in:
Ferdi Franceschini
2006-10-31 15:03:01 +11:00
committed by Douglas Clowes
parent 1cadd01e84
commit 03cf7741f5
2 changed files with 14 additions and 12 deletions

View File

@@ -1,10 +1,14 @@
# $Revision: 1.2 $
# $Date: 2006-10-13 06:33:52 $
# $Revision: 1.3 $
# $Date: 2006-10-31 03:59:42 $
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
# Last revision by: $Author: ffr $
#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
@@ -561,19 +565,13 @@ ss2vo drivescript ss2vertoffsetscript
ss2vo readscript ss2readvertoffset
# END MOTOR CONFIGURATION
MakeCounter simCtr SIM -1.0
#-------------------------------------------------------------------------
# System: Histogram Server
#------------------------------------------------------------------------
# For the time being, use a simulated counter.
# When the beam monitor is interfaced, it can be used instead.
MakeCounter ctr SIM 0
# Set up the counter to provide a 2 second acquisition
#ctr SetMode Timer
#ctr SetPreset 2
MakeCounter counter SIM -1.0
MakeHM hm anstohttp
hm configure hmaddress http://localhost:8888
hm configure username spy
@@ -586,6 +584,6 @@ hm exponent 0
#
hm configure init 1
hm init
MakeScanCommand xxxscan simCtr wombat.hdd recover.bin
MakeScanCommand xxxscan counter wombat.hdd recover.bin
source hipadaba_wombat_configuration.tcl

View File

@@ -1,10 +1,14 @@
# $Revision: 1.1 $
# $Date: 2006-10-15 23:47:45 $
# $Revision: 1.2 $
# $Date: 2006-10-31 04:03:01 $
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
# Last revision by: $Author: ffr $
#START SERVER CONFIGURATION SECTION
source dmc2280_util.tcl
set quieckport quieck-kowari
set serverport server-kowari
set interruptport interrupt-kowari
set telnetport telnet-kowari
source server_config.tcl
#END SERVER CONFIGURATION SECTION