Added hm configuration.
r1144 | ffr | 2006-10-13 16:33:52 +1000 (Fri, 13 Oct 2006) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
89c52fd144
commit
96ca8f9743
@@ -1,5 +1,5 @@
|
|||||||
# $Revision: 1.1 $
|
# $Revision: 1.2 $
|
||||||
# $Date: 2006-10-12 22:51:22 $
|
# $Date: 2006-10-13 06:33:52 $
|
||||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||||
# Last revision by: $Author: ffr $
|
# Last revision by: $Author: ffr $
|
||||||
|
|
||||||
@@ -562,6 +562,30 @@ ss2vo readscript ss2readvertoffset
|
|||||||
|
|
||||||
# END MOTOR CONFIGURATION
|
# END MOTOR CONFIGURATION
|
||||||
MakeCounter simCtr SIM -1.0
|
MakeCounter simCtr SIM -1.0
|
||||||
MakeScanCommand xxxscan simCtr hipd.hdd recover.bin
|
#-------------------------------------------------------------------------
|
||||||
|
# System: Histogram Server
|
||||||
|
#------------------------------------------------------------------------
|
||||||
|
|
||||||
source hipadaba_hipd_configuration.tcl
|
# For the time being, use a simulated counter.
|
||||||
|
# When the beam monitor is interfaced, it can be used instead.
|
||||||
|
MakeCounter ctr SIM 0
|
||||||
|
|
||||||
|
# Set up the counter to provide a 2 second acquisition
|
||||||
|
#ctr SetMode Timer
|
||||||
|
#ctr SetPreset 2
|
||||||
|
|
||||||
|
MakeHM hm anstohttp
|
||||||
|
hm configure hmaddress http://localhost:8888
|
||||||
|
hm configure username spy
|
||||||
|
hm configure password 007
|
||||||
|
hm configure hmconfigscript puts anstohm.xml
|
||||||
|
#
|
||||||
|
hm CountMode timer
|
||||||
|
hm preset 2
|
||||||
|
hm exponent 0
|
||||||
|
#
|
||||||
|
hm configure init 1
|
||||||
|
hm init
|
||||||
|
MakeScanCommand xxxscan simCtr wombat.hdd recover.bin
|
||||||
|
|
||||||
|
source hipadaba_wombat_configuration.tcl
|
||||||
|
|||||||
Reference in New Issue
Block a user