From 0bf0af084743ce8b736d2b67d38c258456bfcee2 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Sat, 23 Nov 2013 19:29:29 +1100 Subject: [PATCH] Updated detector voltage range and OAT_TABLE configuration from ics1-platypus --- site_ansto/instrument/reflectometer/config/hmm/detector.tcl | 4 ++-- .../instrument/reflectometer/config/hmm/hmm_configuration.tcl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site_ansto/instrument/reflectometer/config/hmm/detector.tcl b/site_ansto/instrument/reflectometer/config/hmm/detector.tcl index dfaac749..17bcf370 100644 --- a/site_ansto/instrument/reflectometer/config/hmm/detector.tcl +++ b/site_ansto/instrument/reflectometer/config/hmm/detector.tcl @@ -13,11 +13,11 @@ makeasyncqueue acq NHQ200 ca2-platypus 4001 evfactory new dhv1 nhq200 acq 1 dhv1 tolerance 5 dhv1 rate 25 -dhv1 upper 2800 +dhv1 upper 3000 #dhv1 lock evfactory new dhv2 nhq200 acq 2 dhv2 tolerance 5 dhv2 rate 25 -dhv2 upper 1000 +dhv2 upper 1500 #dhv2 lock } diff --git a/site_ansto/instrument/reflectometer/config/hmm/hmm_configuration.tcl b/site_ansto/instrument/reflectometer/config/hmm/hmm_configuration.tcl index ad22fc1c..10943be0 100644 --- a/site_ansto/instrument/reflectometer/config/hmm/hmm_configuration.tcl +++ b/site_ansto/instrument/reflectometer/config/hmm/hmm_configuration.tcl @@ -13,12 +13,12 @@ proc ::histogram_memory::init_OAT_TABLE {} { OAT_TABLE Y -setdata BMAX 110.5 set clock_scale 1000 - set freq 50 + set freq 24 hmm configure fat_clock_scale $clock_scale hmm configure fat_frame_frequency $freq hmm configure fat_frame_source EXTERNAL - OAT_TABLE -set X { -210.5 -209.5 } NXC 421 Y { -110.5 -109.5 } NYC 221 T { 0 20000 } NTC 1 + OAT_TABLE -set X { -210.5 -209.5 } NXC 421 Y { -110.5 -109.5 } NYC 221 T { 0 40 } NTC 1000 } message ] { if {$::errorCode=="NONE"} {return $message} return -code error $message