Prototype file writing support and extending hipadaba to counters and histmem.

r1328 | ffr | 2006-11-30 08:28:47 +1100 (Thu, 30 Nov 2006) | 2 lines
This commit is contained in:
Ferdi Franceschini
2006-11-30 08:28:47 +11:00
committed by Douglas Clowes
parent e5365fffdb
commit 5eeafb119e
5 changed files with 32 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
set hpaths [list \
/sample /monochromator /slits \
/slits/1 /slits/2 /detector ]
/slits/1 /slits/2 /detector /detector/monitor /detector/histmem ]
# Maps devices (eg motors) to hipadaba paths.
array set motor_hpath [list \
@@ -24,13 +24,18 @@ som /sample \
schi /sample \
sphi /sample \
sx /sample \
sz /sample \
sy /sample \
stth /sample \
sth /sample \
mom /monochromator \
mchi /monochromator \
mphi /monochromator \
mx /monochromator \
mz /monochromator \
my /monochromator \
mtth /monochromator \
hm /detector ]
mth /monochromator ]
array set counter_hpath [ list \
hm /detector/histmem \
counter /detector/monitor ]