Files
sls_x11ma_launcher/X_X11MA_SLIT.json
2023-01-12 16:47:27 +01:00

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