forked from autodeploy_config/sls_x04sa_launcher
29 lines
838 B
JSON
29 lines
838 B
JSON
{
|
|
"menu-title": {
|
|
"text": "X04SA Front End"
|
|
},
|
|
"menu": [
|
|
{
|
|
"type": "cmd",
|
|
"text": "XBPM 1 readout",
|
|
"command": "caqtdm -x -attach -noMsg -macro \"P=X04SA-FE-,R=XBPM1:,\" X_FE_XBPM.ui"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "XBPM 1 motors",
|
|
"command": "caqtdm -x -attach -noMsg -macro \"P=X04SA-FE-XBPM1:,M1=TRX,M2=TRY\" motor2x.ui"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "Slits Center and Size",
|
|
"command": "caqtdm -x -attach -noMsg -macro \"P=X04SA-FE-SLDI:,M1=CENTERX,M2=SIZEX,M3=CENTERY,M4=SIZEY\" motor4x.ui"
|
|
},
|
|
{
|
|
"type": "menu",
|
|
"text": "Motors",
|
|
"file": "X_X04SA_FE_motors.json",
|
|
"style": "color: blue;"
|
|
}
|
|
]
|
|
}
|