Added platypus configuration.
r1245 | ffr | 2006-11-07 13:06:13 +1100 (Tue, 07 Nov 2006) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
65d0b79508
commit
e365067db0
4
site_ansto/instrument/reflectometer/MANIFEST.TXT
Normal file
4
site_ansto/instrument/reflectometer/MANIFEST.TXT
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
platypus_configuration.tcl
|
||||||
|
chopper.tcl
|
||||||
|
hipadaba_configuration.tcl
|
||||||
|
InstXML.tcl
|
||||||
29
site_ansto/instrument/reflectometer/chopper.tcl
Normal file
29
site_ansto/instrument/reflectometer/chopper.tcl
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
#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 Platypus
|
||||||
|
Instrument lock
|
||||||
|
|
||||||
|
# Chopper NCS013 communications
|
||||||
|
set chopper_controller(host) 137.157.202.130
|
||||||
|
set chopper_controller(port) 10000
|
||||||
|
set chopper_controller(user) NCS
|
||||||
|
set chopper_controller(password) NCS013
|
||||||
|
|
||||||
|
|
||||||
|
# CHOPPER
|
||||||
|
MakeChopper chopperController tcpdocho [params \
|
||||||
|
host $chopper_controller(host) \
|
||||||
|
port $chopper_controller(port) \
|
||||||
|
nchopper 4 \
|
||||||
|
timeout 30 \
|
||||||
|
user $chopper_controller(user) \
|
||||||
|
password $chopper_controller(password) \
|
||||||
|
]
|
||||||
|
ChopperAdapter chspeed chopperController speed 0 10
|
||||||
1194
site_ansto/instrument/reflectometer/platypus_configuration.tcl
Normal file
1194
site_ansto/instrument/reflectometer/platypus_configuration.tcl
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user