Files
sics/volist.tcl
koennecke 14f257c2ab - Added an edge function to peakcenter for NARZISS
- Fixed ei interrupt bug in tasdrive.c
- Made eiger A2 driving work
- Added force start facility to devexec for POLDI HV


SKIPPED:
	psi/eigera2.c
	psi/polterwrite.c
2011-12-19 12:24:58 +00:00

37 lines
612 B
Tcl

proc omGetNum { text } {
set list [split $text =]
return [lindex $list 1]
}
omth clear
counter setmode monitor
set preset 15000
drive stt 60 om 23.
counter count $preset
set txt [counter getcounts]
set cts [omGetNum $txt]
omth add 1 $cts
drive stt 62 om 25.
counter count $preset
set txt [counter getcounts]
set cts [omGetNum $txt]
omth add 2 $cts
drive stt 63 om 26.
counter count $preset
set txt [counter getcounts]
set cts [omGetNum $txt]
omth add 3 $cts
drive stt 66 om 33.
counter count $preset
set txt [counter getcounts]
set cts [omGetNum $txt]
omth add 4 $cts
omth write volodia.lis