From a266d704d7896c5daa4dd6bcb0ff2b886cf4dc1a Mon Sep 17 00:00:00 2001 From: debenjak_l Date: Mon, 15 Sep 2025 15:18:33 +0200 Subject: [PATCH] new FMU submenu --- X_X11MA_FMU.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/X_X11MA_FMU.json b/X_X11MA_FMU.json index d4966ce..0d6fdf6 100644 --- a/X_X11MA_FMU.json +++ b/X_X11MA_FMU.json @@ -5,9 +5,18 @@ "text": "FocusingMirrorUnit" }, { - "type": "cmd", + "type": "caqtdm", + "text": "FMU Overview", + "panel": "MU_Overview.ui", + "macros": "BML=X11MA,MU=FMU", + "param": "-noMsg -attach -stylefile slses.qss" + }, + { + "type": "caqtdm", "text": "FMU motors", - "command": "caqtdm -noMsg -attach -macro \"P=X11MA-OP2-FM:,M1=TRY1,M2=TRY4\" topMotors2.ui" + "panel": "motor5x.ui", + "macros": "P=X11MA-OP-FMU,M1=TRYD,M2=TRYUR,M3=TRYUW,M4=TRZ,M5=ROTY", + "param": "-noMsg -attach -stylefile slses.qss" } ] -} \ No newline at end of file +}