forked from autodeploy_config/sls_x11ma_launcher
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"menu": [
|
|
{
|
|
"type": "title",
|
|
"text": "- Undulator -"
|
|
},
|
|
{
|
|
"type": "caqtdm",
|
|
"text": "ID1 Gap",
|
|
"panel": "Gap.ui",
|
|
"macros": "DEVICE=X11MA-UIND1",
|
|
"param": "-noMsg -attach -stylefile slses.qss"
|
|
},
|
|
{
|
|
"type": "caqtdm",
|
|
"text": "ID2 Gap",
|
|
"panel": "Gap.ui",
|
|
"macros": "DEVICE=X11MA-UIND2",
|
|
"param": "-noMsg -attach -stylefile slses.qss"
|
|
},
|
|
{
|
|
"type": "caqtdm",
|
|
"text": "ID1 Energy",
|
|
"panel": "ID_Energy.ui",
|
|
"macros": "DEVICE=X11MA-UIND1",
|
|
"param": "-noMsg -attach -stylefile slses.qss"
|
|
},
|
|
{
|
|
"type": "caqtdm",
|
|
"text": "ID2 Energy",
|
|
"panel": "ID_Energy.ui",
|
|
"macros": "DEVICE=X11MA-UIND2",
|
|
"param": "-noMsg -attach -stylefile slses.qss"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "Bergoz BPMs Striptool",
|
|
"command": "/sls/controls/bin/jStripTool /sls/X11MA/config/striptool/X_X11MA-ID-FBPM.strip"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "Bergoz BPMs panel",
|
|
"command": "caqtdm -noMsg -attach X_ID_BPM_X11MA.ui"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "Bergoz BPMs graph",
|
|
"command": "X_ID_BPM.sh X11MA"
|
|
},
|
|
{
|
|
"type": "separator"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "Chicane PS",
|
|
"command": "caqtdm -noMsg -attach X_ID_PS_X11MA-Chicane.ui"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "Local orbit bumps",
|
|
"command": "caqtdm -noMsg -attach X_ID_PS_X11MA-Bumps.ui"
|
|
}
|
|
]
|
|
}
|