forked from autodeploy_config/sls_x11ma_launcher
30 lines
796 B
JSON
30 lines
796 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
|