secop mirrors: change to new port numbering on instruments

This commit is contained in:
2026-07-29 13:14:37 +02:00
parent 13f9f85cdd
commit ea5d7d4aad
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
}