diff --git a/site_ansto/instrument/hipd/wombat_configuration.tcl b/site_ansto/instrument/hipd/wombat_configuration.tcl index afbeb32d..ae06d3d5 100644 --- a/site_ansto/instrument/hipd/wombat_configuration.tcl +++ b/site_ansto/instrument/hipd/wombat_configuration.tcl @@ -1,5 +1,5 @@ -# $Revision: 1.1 $ -# $Date: 2006-10-12 22:51:22 $ +# $Revision: 1.2 $ +# $Date: 2006-10-13 06:33:52 $ # Author: Ferdi Franceschini (ffr@ansto.gov.au) # Last revision by: $Author: ffr $ @@ -562,6 +562,30 @@ ss2vo readscript ss2readvertoffset # END MOTOR CONFIGURATION 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