From 6530c54483414e56fe5b35a41163f4f7b1ba8d26 Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Wed, 25 Jun 2014 16:25:01 +1000 Subject: [PATCH] Merge from Quokka sct_positmotor_common.tcl set driving false --- site_ansto/instrument/config/motors/sct_positmotor_common.tcl | 2 -- 1 file changed, 2 deletions(-) diff --git a/site_ansto/instrument/config/motors/sct_positmotor_common.tcl b/site_ansto/instrument/config/motors/sct_positmotor_common.tcl index deddbb7b..7e78e281 100644 --- a/site_ansto/instrument/config/motors/sct_positmotor_common.tcl +++ b/site_ansto/instrument/config/motors/sct_positmotor_common.tcl @@ -19,12 +19,10 @@ if [ catch { } set path [sct] if {[hval $path/status] == "STOPPING"} { - hset $path/driving "false" hset $path/status "IDLE" } elseif { ([hval $path/driving] == "false") && ([hval $path/status] == "BUSY") } { hset $path/driving "starting" } elseif { ([hval $path/driving] == "starting") && ([hval $path/status] == "BUSY") } { - hset $path/driving "false" hset $path/status "IDLE" } return idle