sans configuration
r1248 | ffr | 2006-11-07 13:07:25 +1100 (Tue, 07 Nov 2006) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
c7aed4a93c
commit
b6f409c1d6
3
site_ansto/instrument/sans/MANIFEST.TXT
Normal file
3
site_ansto/instrument/sans/MANIFEST.TXT
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
velsel.tcl
|
||||||
|
hipadaba_configuration.tcl
|
||||||
|
InstXML.tcl
|
||||||
30
site_ansto/instrument/sans/velsel.tcl
Normal file
30
site_ansto/instrument/sans/velsel.tcl
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
#START SERVER CONFIGURATION SECTION
|
||||||
|
set sicsroot /usr/local/sics
|
||||||
|
source dmc2280_util.tcl
|
||||||
|
source server_config.tcl
|
||||||
|
#END SERVER CONFIGURATION SECTION
|
||||||
|
|
||||||
|
########################################
|
||||||
|
# INSTRUMENT SPECIFIC CONFIGURATION
|
||||||
|
VarMake Instrument Text Internal
|
||||||
|
Instrument Quokka
|
||||||
|
Instrument lock
|
||||||
|
|
||||||
|
# Chopper NCS013 communications
|
||||||
|
set velsel_controller(host) 137.157.202.70
|
||||||
|
set velsel_controller(port) 10000
|
||||||
|
set velsel_controller(user) NVS
|
||||||
|
set velsel_controller(password) NVS
|
||||||
|
|
||||||
|
|
||||||
|
# Velocity Selector
|
||||||
|
MakeTCPSelector velsel [params \
|
||||||
|
Host $velsel_controller(host) \
|
||||||
|
Port $velsel_controller(port) \
|
||||||
|
User $velsel_controller(user) \
|
||||||
|
Password $velsel_controller(password) \
|
||||||
|
]
|
||||||
|
|
||||||
|
velsel add 3600 4900
|
||||||
|
velsel add 7800 10500
|
||||||
|
velsel add 30000 30000
|
||||||
Reference in New Issue
Block a user