From b983db613130ceb9ced11bd6bca6f279dc99ec8b Mon Sep 17 00:00:00 2001 From: Jerzy Jamroz <jerzy.jamroz@gmail.com> Date: Fri, 3 Apr 2020 16:24:03 +0200 Subject: [PATCH] fix: PBMod updated according to Table 5 of ESS-0038258 revision 6. --- init/databuffer-ess.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init/databuffer-ess.json b/init/databuffer-ess.json index 273a1b4..bc0cca0 100644 --- a/init/databuffer-ess.json +++ b/init/databuffer-ess.json @@ -1,5 +1,5 @@ { - "ProtNum": 5, + "ProtNum": 6, "ProtVer": 1, "PBState": { "None": { @@ -48,6 +48,10 @@ "id": 40, "description": "To perform an initial RF test with a longer pulse." }, + "StabilityTest": { + "id": 50, + "description": "To be used mostly for beam stability test." + }, "SlowCommissioning": { "id": 60, "description": "Very short pulse planned to be used used during Normal Conducting Linac commissioning. It would allow installation of the rest of the Linac in parallel to Beam Commissioning." -- GitLab