From 9b9c0e28125ab7e72c08277ca88c45066eac1822 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Thu, 18 Jun 2015 15:42:04 +0200 Subject: [PATCH] Script execution --- .../tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py b/script/tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py index 8ffa19f..bd7c80f 100644 --- a/script/tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py +++ b/script/tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py @@ -74,7 +74,7 @@ endDefault = middle + span end = endDefault+1 #find position: it will be the middle point of the test loopTimes = 5 -idInkr.put(mid, timeout=None) # TODO: Set appropriate timeout +idInkr.put(middle, timeout=None) # TODO: Set appropriate timeout start = idInkr.get()+direction countSteps = 0 count = 0