From 35ef127ade3da4b0acbd37fcd797b97d16f8cea3 Mon Sep 17 00:00:00 2001 From: x07maop Date: Mon, 30 May 2016 14:07:05 +0200 Subject: [PATCH] Script execution --- script/E_N2.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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