SICS-645: Setting mtype attribute to stop scan from checking thread0

This commit is contained in:
Ferdi Franceschini
2013-08-09 04:56:09 +10:00
parent f315d8bbf1
commit 05f17515cf

View File

@@ -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