change samenv.psi.ch to linse-c.psi.ch

This commit is contained in:
l_samenv
2025-02-24 16:31:58 +01:00
parent 58113622bd
commit ee3e8d38d8
3 changed files with 4 additions and 4 deletions

View File

@ -15,9 +15,9 @@ proc helium_register {ctrl node {vessel none}} {
}
$ctrl updatescript $node "helium_update $p $instrument $label"
if {[sicsdescriptor $p] eq "notfound"} {
stdConfig::make -name $p -driver seaclient -port samenv:8640 -permanent 2
stdConfig::make -name $p -driver seaclient -port linse-c:8640 -permanent 2
catch {seaclient_list makeitem $p}
# stdConfig::make -name $p -driver seaclient -port samenv:8640 -permanent 0
# stdConfig::make -name $p -driver seaclient -port linse-c:8640 -permanent 0
}
}
}