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(): """ """