Script execution
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user