From fdf1c376ce41b0bde8cde0778c34058cebfe1ac1 Mon Sep 17 00:00:00 2001 From: raabe Date: Thu, 17 Mar 2022 16:49:47 +0100 Subject: [PATCH] added RMU Panel --- X_X11MA.json | 5 +++++ X_X11MA_RMU.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 X_X11MA_RMU.json diff --git a/X_X11MA.json b/X_X11MA.json index 1ea0e4c..259eba1 100644 --- a/X_X11MA.json +++ b/X_X11MA.json @@ -88,6 +88,11 @@ "text": "- ExitSlit -", "file": "X_X11MA_EXSLIT.json" }, + { + "type": "menu", + "text": "- RMU Motors -", + "file": "X_X11MA_RMU.json" + }, { "type": "menu", "text": "- OP2 optics -", diff --git a/X_X11MA_RMU.json b/X_X11MA_RMU.json new file mode 100644 index 0000000..0b7d79d --- /dev/null +++ b/X_X11MA_RMU.json @@ -0,0 +1,43 @@ +{ + "menu": [ + { + "type": "title", + "text": "----- RMU Positions -----" + }, + { + "type": "cmd", + "text": "RMU Panel", + "command": "caqtdm -noMsg -attach -macro T=X11MA-RMU,P=X11MA-OP-RMU:,M1=ROX,M2=ROY,M3=ROZ,M4=TRY,M5=TRZ X_X11MA_RMU_MUALL.ui" + }, + { + "type": "title", + "text": "----- RMU Motors -----" + }, + { + "type": "cmd", + "text": "Motor 1 TRY", + "command": "caqtdm -noMsg -attach -macro P=X11MA-OP-RMU:,M=TRY motorx_mp.ui" + }, + { + "type": "cmd", + "text": "Motor 2 ROX", + "command": "caqtdm -noMsg -attach -macro P=X11MA-OP-RMU:,M=ROX motorx_mp.ui" + }, + { + "type": "cmd", + "text": "Motor 3 ROZ", + "command": "caqtdm -noMsg -attach -macro P=X11MA-OP-RMU:,M=ROZ motorx_mp.ui" + }, + { + "type": "cmd", + "text": "Motor 4 TRZ", + "command": "caqtdm -noMsg -attach -macro P=X11MA-OP-RMU:,M=TRZ motorx_mp.ui" + }, + { + "type": "cmd", + "text": "Motor 5 ROY", + "command": "caqtdm -noMsg -attach -macro P=X11MA-OP-RMU:,M=ROY motorx_mp.ui" + } + ] +} +