Adding updates from ics1-quokka

This commit is contained in:
Ferdi Franceschini
2013-05-21 16:21:47 +10:00
parent cd3bbe64e3
commit a8e55caf9c
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ if [ catch {
puts "selecting $envtemp for environment control"
switch [string tolower $envtemp] {
"lh45" {
add_lh45 tc1 137.157.202.78 4003 0.5
add_lh45 tc1 ca4-quokka 4003 0.5
proc ::histogram_memory::pre_count {} {
catch {
hset /sample/tc1/sensor/start_temperature [hval /sample/tc1/sensor/value]
@@ -18,7 +18,7 @@ switch [string tolower $envtemp] {
}
"brukerjulabo" {
add_bruker_BEC1 ma1 137.157.202.80 4444 0.1
add_lh45 tc1 137.157.202.78 4003 0.5
add_lh45 tc1 ca4-quokka 4003 0.5
proc ::histogram_memory::pre_count {} {
catch {
hset /sample/tc1/sensor/start_temperature [hval /sample/tc1/sensor/value]

View File

@@ -32,7 +32,7 @@ foreach {key host port} {
# SPIN FLIPPER HOST AND PORT
foreach {key host port} {
ANSFR83B 137.157.202.86 4001
ANSFR83B 137.157.202.71 4002
} {
dict set ACGEN_HOSTPORT $key HOST $host
dict set ACGEN_HOSTPORT $key PORT $port