Initial bilby configuration.

This commit is contained in:
Ferdi Franceschini
2014-01-15 15:25:55 +11:00
parent b1f09c3dd3
commit e984619d77
24 changed files with 743 additions and 15 deletions

View File

@@ -0,0 +1,48 @@
# MOTOR HOST AND PORT
foreach {mc host port} {
MC1 mc1-bilby pmc1-bilby
MC2 mc2-bilby pmc2-bilby
MC3 mc3-bilby pmc3-bilby
MC4 mc4-bilby pmc4-bilby
} {
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-bilby 30000
MONITOR_2 das1-bilby 30001
MONITOR_3 das1-bilby 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-bilby.nbi.ansto.gov.au 8080
HMSTAT das1-bilby.nbi.ansto.gov.au 8081
ORDELA 137.157.202.71 4001
NHQ200 ca1-bilby 4002
} {
dict set HISTMEM_HOSTPORT $key HOST $host
dict set HISTMEM_HOSTPORT $key PORT $port
}
# SPIN FLIPPER HOST AND PORT
foreach {key host port} {
ANSFR83B 137.157.202.71 4002
} {
dict set ACGEN_HOSTPORT $key HOST $host
dict set ACGEN_HOSTPORT $key PORT $port
}
# VELOCITY SELECTOR HOST AND PORT
foreach {key host port} {
NVS40 137.157.202.73 10000
NVS43 137.157.202.74 10000
} {
dict set VELSEL_HOSTPORT $key HOST $host
dict set VELSEL_HOSTPORT $key PORT $port
}