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:
committed by
Douglas Clowes
parent
e5365fffdb
commit
5eeafb119e
@@ -1,7 +1,7 @@
|
||||
# $Revision: 1.6 $
|
||||
# $Date: 2006-11-13 22:40:28 $
|
||||
# $Revision: 1.7 $
|
||||
# $Date: 2006-11-29 21:28:47 $
|
||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||
# Last revision by: $Author: dcl $
|
||||
# Last revision by: $Author: ffr $
|
||||
|
||||
#START SERVER CONFIGURATION SECTION
|
||||
source dmc2280_util.tcl
|
||||
@@ -18,9 +18,24 @@ VarMake Instrument Text Internal
|
||||
Instrument Echidna
|
||||
Instrument lock
|
||||
|
||||
MakeCounter simCtr SIM -1.0
|
||||
MakeScanCommand xxxscan simCtr echidna.hdd recover.bin
|
||||
#MakeCounter simCtr SIM -1.0
|
||||
#MakeScanCommand xxxscan simCtr echidna.hdd recover.bin
|
||||
|
||||
fileeval motor_configuration.tcl
|
||||
|
||||
proc nxcreatefile {{type hdf}} {
|
||||
SicsDataPostFix .$type;
|
||||
|
||||
array set nxmode [list hdf create5 nx5 create5 xml createxml];
|
||||
nxscript $nxmode($type) [nxscript makefilename] echidna.dic;
|
||||
}
|
||||
|
||||
publish nxcreatefile user
|
||||
|
||||
########
|
||||
source gen_hipadaba.tcl
|
||||
source extraconfig.tcl
|
||||
source counter.tcl
|
||||
source histogram.tcl
|
||||
source scan.tcl
|
||||
source nxscripts.tcl
|
||||
fileeval extraconfig.tcl
|
||||
|
||||
Reference in New Issue
Block a user