Files
sls_x11ma_launcher/X_X11MA_EXSLIT.json

23 lines
649 B
JSON

{
"menu": [
{
"type": "title",
"text": "ExitSlit Unit"
},
{
"type": "cmd",
"text": "width motor control",
"command": "caqtdm -noMsg -attach -macro \"P=X11MA-OP2-SL:,M=TRY\" motorx.ui"
},
{
"type": "cmd",
"text": "translation motor control",
"command": "caqtdm -noMsg -attach -macro \"P=X11MA-OP2-SL:,M=TRX\" motorx.ui"
},
{
"type": "cmd",
"text": "encoder",
"command": "caqtdm -noMsg -attach -macro \"P=X11MA-OP2-EXS:,E=E\" encoder_cal.ui"
}
]
}