Files
sics/site_ansto/instrument/hipadaba/gen_hipadaba.tcl
Ferdi Franceschini 67745b7f99 hipadaba prototype support files.
They generate hipadaba paths for devices along with the xml description.

r1236 | ffr | 2006-11-07 08:34:20 +1100 (Tue, 07 Nov 2006) | 3 lines
2012-11-15 12:50:56 +11:00

21 lines
524 B
Tcl

# $Revision: 1.1 $
# $Date: 2006-11-06 21:34:20 $
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
# Last revision by: $Author: ffr $
source hipadaba_support.tcl
#-------------------------------------------------------------------------
# Install the SICS Hipadaba
#-------------------------------------------------------------------------
InstallHdb
source hipadaba_configuration.tcl
proc xhlist {opt args} {
set fh [open InstXML.tcl];
set InstXML [read $fh];
close $fh;
clientput $InstXML "value"
}
publish xhlist spy