forked from autodeploy_config/sls_x11ma_launcher
added RMU Panel
This commit is contained in:
@@ -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
43
X_X11MA_RMU.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user