SLSBL-1438: Cameras menu

This commit is contained in:
2025-09-30 09:30:32 +02:00
parent c7652193cf
commit e6797dc112
2 changed files with 51 additions and 0 deletions

View File

@@ -155,6 +155,14 @@
"text": "- tr-tey -",
"file": "X_X11MA_ES4.json"
},
{
"type": "separator"
},
{
"type": "menu",
"text": "- BL Cameras -",
"file": "X_X11MA_Cameras.json"
},
{
"type": "separator"
},

43
X_X11MA_Cameras.json Normal file
View File

@@ -0,0 +1,43 @@
{
"menu": [
{
"type": "title",
"text": "- BL Cameras -"
},
{
"type": "cmd",
"text": "AU slit camera (X11MA-OP-AUSLCAM)",
"command": "caqtdm -x -noMsg -macro \"P=X11MA-OP-AUSLCAM:,R=cam1:\" URLDriver.ui"
},
{
"type": "cmd",
"text": "Mono camera (X11MA-OP-PGMCAM)",
"command": "caqtdm -x -noMsg -macro \"P=X11MA-OP-MONOCAM:,R=cam1:\" URLDriver.ui"
},
{
"type": "cmd",
"text": "Beam camera (X11MA-OP-BCAM)",
"command": "caqtdm -x -noMsg -macro \"P=X11MA-OP-BCAM:,R=cam1:,C=\" URLDriver.ui"
},
{
"type": "cmd",
"text": "Fast shutter camera (X11MA-OP-FSHCAM)",
"command": "caqtdm -x -noMsg -macro \"P=X11MA-OP-FSHCAM:,R=cam1:,C=AVT_Mako_G131B\" ADVimba.ui"
},
{
"type": "cmd",
"text": "Exit slit camera (X11MA-OP-ESLCAM)",
"command": "caqtdm -x -noMsg -macro \"P=X11MA-OP-ESLCAM:,R=cam1:,C=Basler-acA1280-60gc\" ADPylon.ui"
},
{
"type": "cmd",
"text": "RMU camera (X11MA-OP-RM1CAM)",
"command": "caqtdm -x -noMsg -macro \"P=X11MA-OP-RM1CAM:,R=cam1:,C=Basler-acA1280-60gm\" ADPylon.ui"
},
{
"type": "cmd",
"text": "Ptycho slit camera (X11MA-OP-PSLCAM)",
"command": "caqtdm -x -noMsg -macro \"P=X11MA-OP-PSLCAM:,R=cam1:\" Tucsen.ui"
},
]
}