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