From 6b6838eaae8d8d0bee8427755f03309fe7c96c0b Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Wed, 30 May 2012 14:38:28 +1000 Subject: [PATCH] Do NOT fix the motors here r3559 | dcl | 2012-05-30 14:38:28 +1000 (Wed, 30 May 2012) | 1 line --- .../instrument/pelican/pelican_configuration.tcl | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/site_ansto/instrument/pelican/pelican_configuration.tcl b/site_ansto/instrument/pelican/pelican_configuration.tcl index 55f3662b..e63f0cfc 100644 --- a/site_ansto/instrument/pelican/pelican_configuration.tcl +++ b/site_ansto/instrument/pelican/pelican_configuration.tcl @@ -29,22 +29,13 @@ fileeval $cfPath(scan)/scan.tcl fileeval $cfPath(commands)/commands.tcl fileeval $cfPath(commands)/monodrive.tcl fileeval $cfPath(anticollider)/anticollider.tcl +#fileeval $cfPath(chopper)/sct_fermichopper.tcl source gumxml.tcl ::utility::mkVar ::anticollider::protect_detector text manager protect_detector false detector true false ::anticollider::protect_detector "true" -# fix all motors -foreach m [sicslist type motor] { - if {$m == "motor" || $m == "dummy_motor"} { - # skipit - } else { - clientput fix $m position - $m fixed 1 - } -} - server_init ########################################### # WARNING: Do not add any code below server_init, if you do SICS may fail to initialise properly.