Script execution

This commit is contained in:
x07maop
2016-04-03 18:02:33 +02:00
parent ebd0d94856
commit cc48ccaa5e

View File

@@ -1,5 +1,5 @@
open_valve()
count = 0
counter = 0
while True:
set_pol_cplus(offset = None)
@@ -26,9 +26,9 @@ while True:
set_file('Se_plus')
otf(start=1410, end=1510, time=3, delay=5)
count = count+1
if count > 5:
counter=counter+1
if counter>5:
break
close_valve()