added RMU Panel

This commit is contained in:
2022-03-17 16:49:47 +01:00
parent 1a68e885e3
commit fdf1c376ce
2 changed files with 48 additions and 0 deletions

View File

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

43
X_X11MA_RMU.json Normal file
View File

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