Script execution
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
open_valve()
|
||||
counter = 0
|
||||
|
||||
print "counter: ", counter
|
||||
|
||||
while True:
|
||||
wait_beam()
|
||||
@@ -16,6 +16,8 @@ while True:
|
||||
otf(start=385, end=435, time=2, delay=5,mode = 'CIRC +', offset = -0.7, name = 'NE_plus')
|
||||
|
||||
counter = counter +1
|
||||
|
||||
print "package nr completed: ", counter
|
||||
if counter == 4:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user