show SECoP/cfg for recorders
+ auto select stick when stick_menu inf <name>.config starts with <name>
This commit is contained in:
@ -7,8 +7,11 @@ device stick_menu mb11 dil5
|
||||
set ins [result instrument]
|
||||
if {[string match "prep*" $ins]} {
|
||||
set nr [string range $ins end end]
|
||||
exec frappy start $ins main mb11
|
||||
makenv frappy_main -driver secop -port localhost:1511$nr
|
||||
# makenv frappy_stick -driver secop -port localhost:1521$nr
|
||||
makeHePump
|
||||
dolater 0 device makeitem name_label SECoP/mb11
|
||||
} elseif {[lindex [split [info hostname] .] 0] ne $ins} {
|
||||
error "runs on instruments or prep0-9 only"
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user