diff --git a/script/tests/tests/Collimator Tests/Motor Test 3/Motor Test 3.py b/script/tests/tests/Collimator Tests/Motor Test 3/Motor Test 3.py index 2e9a0f9..ae8ada9 100644 --- a/script/tests/tests/Collimator Tests/Motor Test 3/Motor Test 3.py +++ b/script/tests/tests/Collimator Tests/Motor Test 3/Motor Test 3.py @@ -81,10 +81,11 @@ startDefault = -100.0 endDefault = 1000.0 end = endDefault #find position at Low end switch: it will be the starting point of the test +print 'Homing' idInkr.put(-100.0, timeout=None) # TODO: Set appropriate timeout start = idInkr.get()+direction countSteps = 0 - +print 'Starting testing sequence' count = 0 for setpoint1 in range(0, loopTimes): count = count + 1