diff --git a/X_X11MA.json b/X_X11MA.json index 259eba1..b353e30 100644 --- a/X_X11MA.json +++ b/X_X11MA.json @@ -93,6 +93,11 @@ "text": "- RMU Motors -", "file": "X_X11MA_RMU.json" }, + { + "type": "menu", + "text": "- Slit Motors -", + "file": "X_X11MA_SLIT.json" + }, { "type": "menu", "text": "- OP2 optics -", diff --git a/X_X11MA_SLIT.json b/X_X11MA_SLIT.json new file mode 100644 index 0000000..b309fd1 --- /dev/null +++ b/X_X11MA_SLIT.json @@ -0,0 +1,34 @@ +{ + "menu": [ + { + "type": "title", + "text": "----- Slit Motors -----" + }, + { + "type": "cmd", + "text": "Motor SV1", + "command": "caqtdm -noMsg -attach -macro P=X11MA-OP-SL:,M=SV1 motorx_mp.ui" + }, + { + "type": "cmd", + "text": "Motor SV2", + "command": "caqtdm -noMsg -attach -macro P=X11MA-OP-SL:,M=SV2 motorx_mp.ui" + }, + { + "type": "cmd", + "text": "Motor SH1", + "command": "caqtdm -noMsg -attach -macro P=X11MA-OP-SL:,M=SH1 motorx_mp.ui" + }, + { + "type": "cmd", + "text": "Motor SH2", + "command": "caqtdm -noMsg -attach -macro P=X11MA-OP-SL:,M=SH2 motorx_mp.ui" + }, + { + "type": "cmd", + "text": "Motor 5 ROY", + "command": "caqtdm -noMsg -attach -macro P=X11MA-OP-RMU:,M=ROY motorx_mp.ui" + } + ] +} +