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