Script execution

This commit is contained in:
boccioli_m
2015-06-23 12:10:45 +02:00
parent e28c0957c1
commit c83496130c

View File

@@ -81,10 +81,11 @@ startDefault = -100.0
endDefault = 1000.0
end = endDefault
#find position at Low end switch: it will be the starting point of the test
print 'Homing'
idInkr.put(-100.0, timeout=None) # TODO: Set appropriate timeout
start = idInkr.get()+direction
countSteps = 0
print 'Starting testing sequence'
count = 0
for setpoint1 in range(0, loopTimes):
count = count + 1