From 4620c7b079e492f0bf9dbef7740048af27591152 Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Mon, 3 Nov 2014 14:26:25 +1100 Subject: [PATCH] Regenerate SCT drivers --- site_ansto/instrument/config/beamline/sct_he3_polanal.tcl | 2 +- .../instrument/config/environment/magneticField/sct_bruker.tcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site_ansto/instrument/config/beamline/sct_he3_polanal.tcl b/site_ansto/instrument/config/beamline/sct_he3_polanal.tcl index 9de60842..7f2b486a 100644 --- a/site_ansto/instrument/config/beamline/sct_he3_polanal.tcl +++ b/site_ansto/instrument/config/beamline/sct_he3_polanal.tcl @@ -303,7 +303,7 @@ proc ::scobj::he3_polanal::mkDriver { sct_controller name device_class simulatio hsetprop ${scobj_hpath}/analyser/spin nxalias "${name}_analyser_spin" if {[string equal -nocase "${simulation_flag}" "false"]} { - ${sct_controller} poll ${scobj_hpath}/analyser/spin 1100 + ${sct_controller} poll ${scobj_hpath}/analyser/spin 900 ${sct_controller} write ${scobj_hpath}/analyser/spin } else { ::scobj::he3_polanal::sics_log 9 "simulation_flag=${simulation_flag} => No poll/write for he3_polanal" diff --git a/site_ansto/instrument/config/environment/magneticField/sct_bruker.tcl b/site_ansto/instrument/config/environment/magneticField/sct_bruker.tcl index 2420d0b6..a195b1dc 100644 --- a/site_ansto/instrument/config/environment/magneticField/sct_bruker.tcl +++ b/site_ansto/instrument/config/environment/magneticField/sct_bruker.tcl @@ -33,7 +33,7 @@ proc ::scobj::bruker::mkDriver { sct_controller name device_class simulation_fla set catch_status [ catch { # mkWrapper hook code starts - add_bruker_bec1 $name $ip_address $tcp_port $tol + add_bruker_BEC1 $name $ip_address $tcp_port $tol # mkWrapper hook code ends } catch_message ] handle_exception ${catch_status} ${catch_message}