SICS-587 Setup hostport dictionary based configuration for dingo.
Also added simulated camera server and a camtest configuration file to run test scans against a dummy motor.
This commit is contained in:
25
site_ansto/instrument/dingo/hostport_config.tcl
Normal file
25
site_ansto/instrument/dingo/hostport_config.tcl
Normal file
@@ -0,0 +1,25 @@
|
||||
# MOTOR HOST AND PORT
|
||||
foreach {mc host port} {
|
||||
MC1 mc1-dingo pmc1-dingo
|
||||
MC2 mc2-dingo pmc2-dingo
|
||||
MC3 mc3-dingo pmc3-dingo
|
||||
} {
|
||||
dict set MOTOR_HOSTPORT $mc HOST $host
|
||||
dict set MOTOR_HOSTPORT $mc PORT $port
|
||||
}
|
||||
|
||||
# CAMERA SERVER
|
||||
foreach {host port} {
|
||||
137.157.204.193 33000
|
||||
} {
|
||||
dict set CAMERA_HOSTPORT HOST $host
|
||||
dict set CAMERA_HOSTPORT PORT $port
|
||||
}
|
||||
|
||||
# Safety Interlock System
|
||||
foreach {host port} {
|
||||
137.157.204.213 30000
|
||||
} {
|
||||
dict set PLC_HOSTPORT HOST $host
|
||||
dict set PLC_HOSTPORT PORT $port
|
||||
}
|
||||
Reference in New Issue
Block a user