new rmu panel

This commit is contained in:
2025-10-03 16:28:28 +02:00
parent 4e4db8f761
commit 44b3e663c2

View File

@@ -2,41 +2,21 @@
"menu": [
{
"type": "title",
"text": "----- RMU Positions -----"
"text": "RefocusingMirrorUnit"
},
{
"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": "caqtdm",
"text": "RMU Overview",
"panel": "Mirror_Overview_D.ui",
"macros": "BML=X11MA,MU=RU",
"param": "-noMsg -attach -stylefile slses.qss"
},
{
"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"
"type": "caqtdm",
"text": "RMU motors",
"panel": "motor5x.ui",
"macros": "P=X11MA-OP-RMU:,M1=TRYU,M2=TRYDW,M3=TRYDR,M4=TRX,M5=ROTY",
"param": "-noMsg -attach -stylefile slses.qss"
}
]
}