From 0009025f815738ce06c38c1a62ffb58e38326fd0 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 15 Jun 2015 14:38:23 +0200 Subject: [PATCH] Script execution --- script/Motor Test 3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Motor Test 3.py b/script/Motor Test 3.py index 5997875..119dc2b 100644 --- a/script/Motor Test 3.py +++ b/script/Motor Test 3.py @@ -74,7 +74,7 @@ for setpoint1 in range(0, 3): #RegionPositioner idInkr for setpoint2 in frange(start, end, direction): readback1 = setpoint1 - sleep( 1 ) # Settling time + sleep( 0.1 ) # Settling time idInkr.put(setpoint2, timeout=None) # TODO: Set appropriate timeout readback2 = idInkr.get() if abs(readback2 - setpoint2) > 1 : # TODO: Check accuracy