new FE submenu

This commit is contained in:
2025-08-25 16:14:45 +02:00
parent 7b1d43b489
commit b3263ae99d
2 changed files with 35 additions and 8 deletions

View File

@@ -49,7 +49,7 @@
},
{
"type": "menu",
"text": "EPS Tools",
"text": "- EPS Tools",
"file": "/sls/plc/config/launcher/X_EPS_X11MA-Subs.json"
},
{

View File

@@ -5,14 +5,41 @@
"text": "Front End"
},
{
"type": "cmd",
"text": "Main Control Panel",
"command": "caqtdm -noMsg -attach -dg +1500+0 -macro \"P=X11MA-FE-\" X_X11MA_FEencoder.ui"
"type": "caqtdm",
"text": "XBPM1 Readout",
"panel": "X_FE_XBPM.ui",
"macros": "P=X11MA-FE-,R=XBPM1:",
"param": "-noMsg -attach -stylefile slses.qss"
},
{
"type": "cmd",
"text": "Motor Control",
"command": "caqtdm -noMsg -attach -macro \"P=X11MA-FE-,M1=SH1:TR2,M2=SH1:TR1,M3=SV1:TR1,M4=SV1:TR2\" topMotors4.ui"
"type": "caqtdm",
"text": "XBPM1 Motors",
"panel": "motor2x.ui",
"macros": "P=X11MA-FE-XBPM1:,M1=TRX,M2=TRY",
"param": "-noMsg -attach -stylefile slses.qss"
},
{
"type": "caqtdm",
"text": "Slit Center and Size",
"panel": "motor4x.ui",
"macros": "P=X11MA-FE-SL1:,M1=CENTERX,M2=SIZEX,M3=CENTERY,M4=SIZEY",
"param": "-noMsg -attach -stylefile slses.qss"
},
{
"type": "separator"
},
{
"type": "title",
"text": "Expert Panels"
},
{
"type": "caqtdm",
"text": "Front End Motors",
"panel": "FE_Overview.ui",
"macros": "BML=X11MA",
"param": "-noMsg -attach -stylefile slses.qss"
}
]
}
}