added Slit system to launcher

This commit is contained in:
2023-01-12 16:44:24 +01:00
parent 4113308741
commit 87564e07ed
2 changed files with 39 additions and 0 deletions

View File

@@ -93,6 +93,11 @@
"text": "- RMU Motors -",
"file": "X_X11MA_RMU.json"
},
{
"type": "menu",
"text": "- Slit Motors -",
"file": "X_X11MA_SLIT.json"
},
{
"type": "menu",
"text": "- OP2 optics -",

34
X_X11MA_SLIT.json Normal file
View File

@@ -0,0 +1,34 @@
{
"menu": [
{
"type": "title",
"text": "----- Slit Motors -----"
},
{
"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"
},
{
"type": "cmd",
"text": "Motor 5 ROY",
"command": "caqtdm -noMsg -attach -macro P=X11MA-OP-RMU:,M=ROY motorx_mp.ui"
}
]
}