From 662fd13496143de6ef5bcbd8d49b5f7be0c9b877 Mon Sep 17 00:00:00 2001 From: panepucci Date: Wed, 20 Apr 2016 11:15:57 +0200 Subject: [PATCH] Script execution --- script/check_rock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/check_rock.py b/script/check_rock.py index fb4a41d..7eb0b5f 100644 --- a/script/check_rock.py +++ b/script/check_rock.py @@ -82,7 +82,7 @@ POSV = int(BPM1POSV * 1000) if POSV <= -6 or POSV >= 6 : print "Beam is not aligned at E-BOX BPM1" print "lets fix it." - #fbm() + fbm() time.sleep(2) else : print "Beam is aligned at E-BOX BPM1,"