From 96ca8f9743736bd8ef5a97ebb4b92e8b3976a696 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Fri, 13 Oct 2006 16:33:52 +1000 Subject: [PATCH] Added hm configuration. r1144 | ffr | 2006-10-13 16:33:52 +1000 (Fri, 13 Oct 2006) | 2 lines --- .../instrument/hipd/wombat_configuration.tcl | 32 ++++++++++++++++--- 1 file changed, 28 insertions(+), 4 deletions(-) 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