Script execution

This commit is contained in:
boccioli_m
2015-06-18 07:47:12 +02:00
parent c55c428b14
commit 4ae4e296b1

View File

@@ -126,7 +126,7 @@ for setpoint1 in range(0, loopTimes):
direction = -1.0
print 'End of span, changing direction to ' + str(direction)
break
if endL>0.0 or readback2 >= start:
if endL>0.0 or readback2 <= start:
#invert direction and swap start with end of translation
end = endDefault
start = readback2 - direction