From 05f17515cf869de334c4efd8f4578513095bf179 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Fri, 9 Aug 2013 04:56:09 +1000 Subject: [PATCH] SICS-645: Setting mtype attribute to stop scan from checking thread0 --- site_ansto/instrument/pelican/config/chopper/fermimot.tcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site_ansto/instrument/pelican/config/chopper/fermimot.tcl b/site_ansto/instrument/pelican/config/chopper/fermimot.tcl index e2aebee9..7307eb51 100644 --- a/site_ansto/instrument/pelican/config/chopper/fermimot.tcl +++ b/site_ansto/instrument/pelican/config/chopper/fermimot.tcl @@ -600,6 +600,7 @@ proc mkFSpeedMot {fmot hdbroot chnode addr lowlim uplim} { stop "::chopper::stop $hdbroot $chnode $addr"\ idle "::chopper::idle $hdbroot $chnode $addr"\ }] + sicslist setatt $fmot mtype tclmot hsetprop $hdbroot/$chnode abort 0 $fmot movecount 5000 $fmot hardlowerlim $lowlim @@ -636,6 +637,7 @@ proc mkFPhaseMot {fmot hdbroot chnode addr lowlim uplim} { stop "::chopper::stop $hdbroot $chnode $addr"\ idle "::chopper::idle $hdbroot $chnode $addr"\ }] + sicslist setatt $fmot mtype tclmot hsetprop $hdbroot/$chnode abort 0 $fmot movecount 5000 $fmot hardlowerlim $lowlim