From ea5d7d4aad9d95e719a41df8c73d5dd6f8d9de32 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Wed, 29 Jul 2026 13:09:55 +0200 Subject: [PATCH] secop mirrors: change to new port numbering on instruments --- tcl/mb11.config | 2 +- tcl/mb11std.config | 2 +- tcl/pestick.stick | 2 +- tcl/varioxb.stick | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tcl/mb11.config b/tcl/mb11.config index 60b688b..6979cbb 100644 --- a/tcl/mb11.config +++ b/tcl/mb11.config @@ -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 diff --git a/tcl/mb11std.config b/tcl/mb11std.config index 26ae180..6d8bc7c 100644 --- a/tcl/mb11std.config +++ b/tcl/mb11std.config @@ -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 diff --git a/tcl/pestick.stick b/tcl/pestick.stick index 5feb0c6..e02f71b 100644 --- a/tcl/pestick.stick +++ b/tcl/pestick.stick @@ -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 } diff --git a/tcl/varioxb.stick b/tcl/varioxb.stick index 687c755..158aa3f 100644 --- a/tcl/varioxb.stick +++ b/tcl/varioxb.stick @@ -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 }