From 1a56176195d80a1aa91b3f3b0b08a5ff50b9664e Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 15 Jun 2015 13:45:10 +0200 Subject: [PATCH] Script execution --- script/End-to-End.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/End-to-End.py b/script/End-to-End.py index 996efb6..e251f7f 100644 --- a/script/End-to-End.py +++ b/script/End-to-End.py @@ -75,7 +75,7 @@ for setpoint1 in range(0, 6): #RegionPositioner idInkr setpoint2 = end idInkr.put(setpoint2, timeout=None) # TODO: Set appropriate timeout - #readback2 = idInkr.get() + readback2 = idInkr.get() #if abs(readback2 - setpoint2) > 1 : # TODO: Check accuracy # ret = 'Actor idInkr could not be set to the value ' + str(setpoint2) + ' (current value: ' + str(readback2) + ')' # success = False