Script execution

This commit is contained in:
boccioli_m
2015-06-15 13:45:10 +02:00
parent 208b23b149
commit 1a56176195

View File

@@ -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