forked from autodeploy_config/sls_x11ma_launcher
added Slit system to launcher
This commit is contained in:
@@ -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
34
X_X11MA_SLIT.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user