From c83496130c9e40ce62fb07bcb2a456693267aeda Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 23 Jun 2015 12:10:45 +0200 Subject: [PATCH] Script execution --- .../tests/tests/Collimator Tests/Motor Test 3/Motor Test 3.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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