diff --git a/X_X11MA_SL.json b/X_X11MA_SL.json new file mode 100644 index 0000000..b1a90f9 --- /dev/null +++ b/X_X11MA_SL.json @@ -0,0 +1,23 @@ +{ + "menu": [ + { + "type": "title", + "text": "----- Slit Motors -----" + }, + { + "type": "caqtdm", + "text": "Aperture control", + "panel": "X11MA_OP_Slits.ui", + "macros": "BML=X11MA", + "param": "-noMsg -attach -stylefile slses.qss" + }, + { + "type": "caqtdm", + "text": "SL motors", + "panel": "motor4x.ui", + "macros": "P=X11MA-OP-SL:,M1=TRXR,M2=TRXW,M3=TRYB,M4=TRYT", + "param": "-noMsg -attach -stylefile slses.qss" + }, + ] +} + diff --git a/X_X11MA_SLIT.json b/X_X11MA_SLIT.json deleted file mode 100644 index 6111e99..0000000 --- a/X_X11MA_SLIT.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "menu": [ - { - "type": "title", - "text": "----- Slit Motors -----" - }, - { - "type": "caqtdm", - "text": "Aperture control", - "panel": "X_X11MA_Slits.ui", - "macros": "P=X11MA-OP-,M1=SL:SV2,M2=SL:SV1,M3=SL:SH2,M4=SL:SH1", - "param": "-noMsg -attach" - }, - { - "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" - } - ] -} -