From 63e9fd252d5614dc591e22e954875c064d955d40 Mon Sep 17 00:00:00 2001 From: gac-x11ma Date: Tue, 14 May 2019 10:08:57 +0200 Subject: [PATCH] Closedown --- script/local.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 552eaaf..8f63f75 100644 --- a/script/local.py +++ b/script/local.py @@ -19,7 +19,7 @@ ID1_OFF = "X11MA-ID1:ENERGY-OFFS" ID2_OFF = "X11MA-ID2:ENERGY-OFFS" ENERGY_SP = "X11MA-PHS:E_SP" """ -ALL_DONE = "X11MA-PHS:ALL-DONE" +ALL_DONE = "X11PHS:alldone" VG10_SET = "X11MA-EPS-VG10:SET" VG10_GET = "X11MA-OP-VG10:OPEN" VG11_SET = "X11MA-EPS-VG11:SET" @@ -108,6 +108,9 @@ def plot_file(file, ctxt = None): table = Table.load(file, sep, '#') plots = plot(table, title = ctxt) +#If True, then wait_beam will not continue checking machine status +maintenance_mode = True + def has_beam(): """ """