diff --git a/script/E_N2.py b/script/E_N2.py index 70c27da..e3935f6 100644 --- a/script/E_N2.py +++ b/script/E_N2.py @@ -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 \ No newline at end of file