Files
sics/site_ansto/instrument/hipadaba/gen_hipadaba.tcl
Ferdi Franceschini 602a1a5f1b Adding counter support.
r1343 | ffr | 2006-12-04 09:46:43 +1100 (Mon, 04 Dec 2006) | 2 lines
2012-11-15 12:54:49 +11:00

22 lines
559 B
Tcl

# $Revision: 1.2 $
# $Date: 2006-12-03 22:46:43 $
# 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
# PROTOTYPE for hlist -xml command
proc xhlist {opt args} {
set fh [open InstXML.xml];
set InstXML [read $fh];
close $fh;
clientput $InstXML "value"
}
publish xhlist spy