new op slit panel

This commit is contained in:
2025-09-22 12:03:31 +02:00
parent 9a2055b7b4
commit e1f58caee8
2 changed files with 23 additions and 36 deletions

23
X_X11MA_SL.json Normal file
View File

@@ -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"
},
]
}

View File

@@ -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"
}
]
}