From eeea7f7dc357039feb598dd7ccdecfc33c0803d5 Mon Sep 17 00:00:00 2001 From: Xiaoqiang Wang Date: Wed, 15 Mar 2023 10:28:50 +0100 Subject: [PATCH] add xeye camera panels --- X_X04SA_ES3_top_menu.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/X_X04SA_ES3_top_menu.json b/X_X04SA_ES3_top_menu.json index dbec3ab..bc958ca 100644 --- a/X_X04SA_ES3_top_menu.json +++ b/X_X04SA_ES3_top_menu.json @@ -85,12 +85,12 @@ { "type": "cmd", "text": "Sample Camera H", - "command": "caqtdm -x -attach -noMsg -macro P=X04SA-ES3-SAMCAMH:,R=cam1: prosilica.ui" + "command": "caqtdm -x -attach -noMsg -macro P=X04SA-ES3-SAMCAMH:,R=cam1: ADVimba.ui" }, { "type": "cmd", "text": "Sample Camera V", - "command": "caqtdm -x -attach -noMsg -macro P=X04SA-ES3-SAMCAMV:,R=cam1: prosilica.ui" + "command": "caqtdm -x -attach -noMsg -macro P=X04SA-ES3-SAMCAMV:,R=cam1: ADVimba.ui" }, { "type": "cmd", @@ -99,7 +99,12 @@ }, { "type": "cmd", - "text": "X-ray Eye", + "text": "X-ray Eye Camera", + "command": "caqtdm -x -attach -noMsg -macro P=X04SA-ES3-XEYE:,R=cam1: ADVimba.ui" + }, + { + "type": "cmd", + "text": "X-ray Eye Lens", "command": "caqtdm -dg +20+80 -x -attach -noMsg -macro ES=ES3 X_X04SA_ES2_xRayEye.ui" } ]