SICS-587 Setup hostport dictionary based configuration for Kowari.
This commit is contained in:
29
site_ansto/instrument/rsd/hostport_config.tcl
Normal file
29
site_ansto/instrument/rsd/hostport_config.tcl
Normal file
@@ -0,0 +1,29 @@
|
||||
# MOTOR HOST AND PORT
|
||||
foreach {mc host port} {
|
||||
MC1 mc1-kowari pmc1-kowari
|
||||
MC2 mc2-kowari pmc2-kowari
|
||||
MC3 mc3-kowari pmc3-kowari
|
||||
MC4 mc4-kowari pmc4-kowari
|
||||
} {
|
||||
dict set MOTOR_HOSTPORT $mc HOST $host
|
||||
dict set MOTOR_HOSTPORT $mc PORT $port
|
||||
}
|
||||
|
||||
# BEAM MONITOR HOST AND PORT
|
||||
foreach {bm host port} {
|
||||
MONITOR_1 das1-kowari 30000
|
||||
MONITOR_2 das1-kowari 30001
|
||||
MONITOR_3 das1-kowari 30002
|
||||
} {
|
||||
dict set MONITOR_HOSTPORT $bm HOST $host
|
||||
dict set MONITOR_HOSTPORT $bm PORT $port
|
||||
}
|
||||
|
||||
# HISTOGRAM SERVER HOST AND PORT
|
||||
foreach {key host port} {
|
||||
HMM das1-kowari.nbi.ansto.gov.au 8080
|
||||
HMSTAT das1-kowari.nbi.ansto.gov.au 8081
|
||||
} {
|
||||
dict set HISTMEM_HOSTPORT $key HOST $host
|
||||
dict set HISTMEM_HOSTPORT $key PORT $port
|
||||
}
|
||||
Reference in New Issue
Block a user