diff --git a/X_X11MA.json b/X_X11MA.json index 459ad93..89c1660 100644 --- a/X_X11MA.json +++ b/X_X11MA.json @@ -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" }, diff --git a/X_X11MA_Cameras.json b/X_X11MA_Cameras.json new file mode 100644 index 0000000..5f8981b --- /dev/null +++ b/X_X11MA_Cameras.json @@ -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" + }, + ] +}