update undulator panels

This commit is contained in:
2025-12-03 11:43:47 +01:00
parent 303a600222
commit 8afe92188d

View File

@@ -1,44 +1,25 @@
{
"menu": [
{
"type": "cmd",
"text": "Energy Control",
"command": "caqtdm -macro DEVICE=X12SA-ID X_ID_Energy.ui"
"type": "caqtdm",
"panel": "X_ID_Energy.ui",
"macros": "DEVICE=X12SA-UIND",
"param": "-noMsg -stylefile slses.qss"
},
{
"type": "cmd",
"text": "Gap Control",
"command": "caqtdm -macro DEVICE=X12SA-ID X_ID_Gap.ui"
"type": "caqtdm",
"panel": "X_ID_Gap.ui",
"macros": "DEVICE=X12SA-UIND",
"param": "-noMsg -stylefile slses.qss"
},
{
"type": "cmd",
"text": "Corrector PS",
"command": "caqtdm X_ID_PS_X12SA-Corr.ui"
},
{
"type": "cmd",
"text": "Feed Forward Control",
"command": "caqtdm X_ID_PS_X12SA-FF.ui"
},
{
"type": "cmd",
"text": "Bergoz BPMs",
"command": "caqtdm X_ID_BPM_X12SA.ui"
},
{
"type": "cmd",
"text": "Bergoz BPMs graph",
"command": "X_ID_BPM.tcl X12SA"
},
{
"type": "cmd",
"text": "Temperatures",
"command": "bar.tk -f X_ID_TC_X12SA.bar"
},
{
"type": "cmd",
"text": "Loss rate monitor",
"command": "caqtdm X_X12SA_loss-monitor.ui"
"type": "caqtdm",
"panel": "X_ID_FF.ui",
"macros": "DEVICE=X12SA-UIND",
"param": "-noMsg -stylefile slses.qss"
}
]
}
}