Files
sls_x04sa_launcher/X_X04SA_FE_top_menu.json
2025-08-13 12:02:00 +02:00

29 lines
837 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-SL1:,M1=CENTERX,M2=SIZEX,M3=CENTERY,M4=SIZEY\" motor4x.ui"
},
{
"type": "menu",
"text": "Motors",
"file": "X_X04SA_FE_motors.json",
"style": "color: blue;"
}
]
}