Files
sls_x04sa_launcher/X_X04SA_FE_top_menu.json
2021-08-31 09:45:21 +02:00

53 lines
1.4 KiB
JSON

{
"menu-title": {
"text": "X04SA Front End"
},
"menu": [
{
"type": "title",
"text": "Undulator"
},
{
"type": "cmd",
"text": "Gap",
"command": "caqtdm -x -attach -noMsg -dg +500+170 -macro \"DEVICE=X04SA-ID\" X_ID_Gap.ui"
},
{
"type": "cmd",
"text": "Cooling",
"command": "caqtdm -x -attach -noMsg X_ID_X04SA_Cooling.ui"
},
{
"type": "title",
"text": "Fontend"
},
{
"type": "cmd",
"text": "XBPM1",
"command": "caqtdm -x -attach -noMsg -macro \"XBPM=X04SA-FE-XBPM1,BML=X04SA,ID=ID\" X_XBPM_xbpm_new2.ui"
},
{
"type": "cmd",
"text": "XBPM2",
"command": "caqtdm -x -attach -noMsg -macro \"XBPM=X04SA-FE-XBPM2,BML=X04SA,ID-ID\" X_XBPM_xbpm_new2.ui"
},
{
"type": "menu",
"text": "Motors",
"file": "X_X04SA_FE_motors.json",
"style": "color: blue;"
},
{
"type": "separator"
},
{
"type": "title",
"text": "Exp Hutch 1"
},
{
"type": "menu",
"text": "EH1 Slits",
"file": "X_X04SA_EH1_slits.json"
}
]
}