Initial revision

This commit is contained in:
cvs
2000-02-07 10:38:55 +00:00
commit fdc6b051c9
846 changed files with 230218 additions and 0 deletions

35
volist.tcl Normal file
View File

@@ -0,0 +1,35 @@
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