adding FE panel

This commit is contained in:
2025-07-09 11:19:07 +02:00
parent 2e763c6602
commit 7487f9dbad
3 changed files with 42 additions and 11 deletions

View File

@@ -36,14 +36,14 @@
"type": "caqtdm",
"text": "Double Multilayer Mono",
"panel": "X_X12SA_OP_DMM_User.ui",
"macros": "P=X12SA-OP-DMM1",
"macros": "P=X12SA-OP-DMM1,BML=X12SA",
"param": "-noMsg -attach -stylefile slses.qss"
},
{
"type": "caqtdm",
"text": "Channelcut Mono",
"panel": "X_X12SA_OP_CCM_User.ui",
"macros": "P=X12SA-OP-CCM1",
"macros": "P=X12SA-OP-CCM1,BML=X12SA",
"param": "-noMsg -attach -stylefile slses.qss"
},
{

View File

@@ -1,14 +1,45 @@
{
"menu": [
{
"type": "menu",
"text": "Front End Motors",
"file": "X_X12SA_FE-motors.json"
"type": "title",
"text": "Devices Panels"
},
{
"type": "menu",
"text": "Front End Encoders",
"file": "X_X12SA_FE-encoder.json"
"type": "caqtdm",
"text": "XBPM1 Readout",
"panel": "X_FE_XBPM.ui",
"macros": "P=X12SA-FE-,R=XBPM1:",
"param": "-noMsg -attach -stylefile slses.qss"
},
{
"type": "caqtdm",
"text": "XBPM1 Motors",
"panel": "motor2x.ui",
"macros": "P=X12SA-FE-XBPM1:,M1=TRX,M2=TRY",
"param": "-noMsg -attach -stylefile slses.qss"
},
{
"type": "caqtdm",
"text": "Slit Center and Size",
"panel": "motor4x.ui",
"macros": "P=X12SA-FE-SLDI1:,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": "X12SA_FE_SLDI_Overview.ui",
"macros": "BML=X12SA",
"param": "-noMsg -attach -stylefile slses.qss"
}
]
}
}

View File

@@ -22,14 +22,14 @@
"type": "caqtdm",
"text": "Double Multilayer Mono",
"panel": "X_X12SA_OP_DMM_Axes.ui",
"macros": "IOC=X12SA-CPCL-DMM,DEV=X12SA-OP-DMM1",
"macros": "IOC=X12SA-CPCL-DMM,DEV=X12SA-OP-DMM1,BML=X12SA",
"param": "-noMsg -attach -stylefile slses.qss"
},
{
"type": "caqtdm",
"text": "Channelcut Mono",
"panel": "X_X12SA_OP_CCM_Axes.ui",
"macros": "IOC=X12SA-CPCL-CCM,DEV=X12SA-OP-CCM1",
"macros": "IOC=X12SA-CPCL-CCM,DEV=X12SA-OP-CCM1,BML=X12SA",
"param": "-noMsg -attach -stylefile slses.qss"
},
{