forked from autodeploy_config/sls_x11ma_launcher
SLSBL-1438: Cameras menu
This commit is contained in:
@@ -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
43
X_X11MA_Cameras.json
Normal 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"
|
||||
},
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user