Files
sics/site_ansto/instrument/kookaburra/hostport_config.tcl
Douglas Clowes d0d2b38177 Kookaburra local changes
Conflicts:
	sics/site_ansto/instrument/config/hmm/hmm_configuration_common_1.tcl
2014-09-09 16:50:08 +10:00

29 lines
745 B
Tcl

# MOTOR HOST AND PORT
foreach {mc host port} {
MC1 mc1-kookaburra pmc1-kookaburra
MC2 mc2-kookaburra pmc2-kookaburra
MC3 mc3-kookaburra pmc3-kookaburra
MC4 mc4-kookaburra pmc4-kookaburra
MC6 mc6-kookaburra pmc6-kookaburra
} {
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 137.157.205.24 30000
} {
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-kookaburra.nbi.ansto.gov.au 8080
HMSTAT das1-kookaburra.nbi.ansto.gov.au 8081
} {
dict set HISTMEM_HOSTPORT $key HOST $host
dict set HISTMEM_HOSTPORT $key PORT $port
}