Files
sea/tcl/mb11.config
2024-05-02 09:49:09 +02:00

18 lines
452 B
Plaintext

deviceDesc = MB11 Frappy history recorder
set ::secop_version 4
device stick_menu mb11 dil5
set ins [result instrument]
if {[string match "prep*" $ins]} {
set nr [string range $ins end end]
makenv frappy_main -driver secop -port localhost:1511$nr
makeHePump
} 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
makeHePump
}