FE: update to SLS2

This commit is contained in:
Xiaoqiang Wang
2025-06-16 12:42:00 +02:00
parent 562da1678e
commit d1af3ec8e4
3 changed files with 27 additions and 42 deletions

View File

@@ -68,7 +68,7 @@
},
{
"type": "menu",
"text": "Undulator + FE",
"text": "FrontEnd",
"file": "X_X04SA_FE_top_menu.json"
},
{

View File

@@ -6,23 +6,33 @@
},
{
"type": "cmd",
"text": "FE BM1 (Vert.)",
"command": "caqtdm -x -attach -noMsg -dg +670+130 -macro P=X04SA-FE-,M=BM1:TRV motorx_du.ui"
"text": "XBPM1 X",
"command": "caqtdm -x -attach -noMsg -macro SYS=X04SA-FE-XBPM1,Axis=TRX ecmcAxisExpert_v2.ui"
},
{
"type": "cmd",
"text": "FE BM1 (Horz.)",
"command": "caqtdm -x -attach -noMsg -dg +410+130 -macro P=X04SA-FE-,M=BM1:TRH motorx_wr.ui"
"text": "XBPM1 Y",
"command": "caqtdm -x -attach -noMsg -macro SYS=X04SA-FE-XBPM1,Axis=TRY ecmcAxisExpert_v2.ui"
},
{
"type": "cmd",
"text": "FE BM2 (Vert.)",
"command": "caqtdm -x -attach -noMsg -dg +540+030 -macro P=X04SA-FE-,M=BM2:TRV motorx_du.ui"
"text": "SLDI 1 X-ring",
"command": "caqtdm -x -attach -noMsg -macro SYS=X04SA-FE-SLDI,Axis=TRXR ecmcAxisExpert_v2.ui"
},
{
"type": "cmd",
"text": "FE BM2 (Horz.)",
"command": "caqtdm -x -attach -noMsg -dg +540+260 -macro P=X04SA-FE-,M=BM2:TRH motorx_wr.ui"
"text": "SLDI 1 Y-bottom",
"command": "caqtdm -x -attach -noMsg -macro SYS=X04SA-FE-SLDI,Axis=TRYB ecmcAxisExpert_v2.ui"
},
{
"type": "cmd",
"text": "SLDI 2 X-wall",
"command": "caqtdm -x -attach -noMsg -macro SYS=X04SA-FE-SLDI,Axis=TRXW ecmcAxisExpert_v2.ui"
},
{
"type": "cmd",
"text": "SLDI 2 Y-top",
"command": "caqtdm -x -attach -noMsg -macro SYS=X04SA-FE-SLDI,Axis=TRYT ecmcAxisExpert_v2.ui"
}
]
}
}

View File

@@ -4,50 +4,25 @@
},
"menu": [
{
"type": "title",
"text": "Undulator"
"type": "cmd",
"text": "XBPM 1 readout",
"command": "caqtdm -x -attach -noMsg -macro \"P=X04SA-FE-,R=XBPM1:,\" X_FE_XBPM.ui"
},
{
"type": "cmd",
"text": "Gap",
"command": "caqtdm -x -attach -noMsg -dg +500+170 -stylefile slses.qss -macro DEVICE=X04SA-UIND Gap.ui"
"text": "XBPM 1 motors",
"command": "caqtdm -x -attach -noMsg -macro \"P=X04SA-FE-XBPM1:,M1=TRX,M2=TRY\" motor2x.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"
"text": "Slits Center and Size",
"command": "caqtdm -x -attach -noMsg -macro \"P=X04SA-FE-SLDI:,M1=CENTERX,M2=SIZEX,M3=CENTERY,M4=SIZEY\" motor4x.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"
}
]
}