secop mirrors: change to new port numbering on instruments
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ if {[string match "prep*" $ins]} {
|
||||
} elseif {[lindex [split [info hostname] .] 0] ne $ins} {
|
||||
error "runs on instruments or prep0-9 only"
|
||||
} else {
|
||||
makenv frappy_main -driver secop -port localhost:15101
|
||||
makenv frappy_main -driver secop -port localhost:15000
|
||||
makeHePump
|
||||
}
|
||||
dolater 0 GraphOrder K W mbar % Tesla Ohm
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ if {[string match "prep*" $ins]} {
|
||||
} elseif {[lindex [split [info hostname] .] 0] ne $ins} {
|
||||
error "runs on instruments or prep0-9 only"
|
||||
} else {
|
||||
makenv frappy_main -driver secop -port localhost:15101
|
||||
makenv frappy_main -driver secop -port localhost:15000
|
||||
makeHePump
|
||||
}
|
||||
dolater 0 GraphOrder K W mbar % Tesla Ohm
|
||||
|
||||
+1
-1
@@ -9,5 +9,5 @@ if {[string match "prep*" $ins]} {
|
||||
} elseif {[lindex [split [info hostname] .] 0] ne $ins} {
|
||||
error "runs on instruments or prep0-9 only"
|
||||
} else {
|
||||
makenv frappy_stick -driver secop -port localhost:15201
|
||||
makenv frappy_stick -driver secop -port localhost:15001
|
||||
}
|
||||
|
||||
+1
-1
@@ -9,5 +9,5 @@ if {[string match "prep*" $ins]} {
|
||||
} elseif {[lindex [split [info hostname] .] 0] ne $ins} {
|
||||
error "runs on instruments or prep0-9 only"
|
||||
} else {
|
||||
makenv frappy_stick -driver secop -port localhost:15201
|
||||
makenv frappy_stick -driver secop -port localhost:15001
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user