From 7462c679683656ccde1647e93ded72c41a8444ea Mon Sep 17 00:00:00 2001 From: Xiaoqiang Wang Date: Tue, 16 Nov 2021 12:36:13 +0100 Subject: [PATCH] launcher for test VME X04SA-VME-MS2 --- X_X04SA.json | 5 +++++ X_X04SA_test_vme.json | 52 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 X_X04SA_test_vme.json diff --git a/X_X04SA.json b/X_X04SA.json index a0e4cfa..d0992aa 100644 --- a/X_X04SA.json +++ b/X_X04SA.json @@ -96,6 +96,11 @@ "type": "cmd", "text": "Photon Diagnostics", "command": "caqtdm -x -attach -noMsg X_X04SA_PhotonDiag.ui" + }, + { + "type": "menu", + "text": "Test VME", + "file": "X_X04SA_test_vme.json" } ] } diff --git a/X_X04SA_test_vme.json b/X_X04SA_test_vme.json new file mode 100644 index 0000000..18a56e5 --- /dev/null +++ b/X_X04SA_test_vme.json @@ -0,0 +1,52 @@ +{ + "menu-title": { + "text": "Test Motors", + "style": "color: black;background-color: #7300ff006b00;" + }, + "menu": [ + { + "type": "title", + "text": "Test Motors" + }, + { + "type": "cmd", + "text": "Motor 1", + "command": "caqtdm -x -attach -noMsg -dg +660+725 -macro P=X04SA-LAB:,M=MOT1 motorx.ui" + }, + { + "type": "cmd", + "text": "Motor 2", + "command": "caqtdm -x -attach -noMsg -dg +780+725 -macro P=X04SA-LAB:,M=MOT2 motorx.ui" + }, + { + "type": "cmd", + "text": "Motor 3", + "command": "caqtdm -x -attach -noMsg -dg +900+725 -macro P=X04SA-LAB:,M=MOT3 motorx.ui" + }, + { + "type": "cmd", + "text": "Motor 4", + "command": "caqtdm -x -attach -noMsg -dg +1020+725 -macro P=X04SA-LAB:,M=MOT4 motorx.ui" + }, + { + "type": "cmd", + "text": "Motor 5", + "command": "caqtdm -x -attach -noMsg -dg +1140+725 -macro P=X04SA-LAB:,M=MOT5 motorx.ui" + }, + { + "type": "cmd", + "text": "Motor 6", + "command": "caqtdm -x -attach -noMsg -dg +1260+725 -macro P=X04SA-LAB:,M=MOT6 motorx.ui" + }, + { + "type": "cmd", + "text": "Motor 7", + "command": "caqtdm -x -attach -noMsg -dg +1380+725 -macro P=X04SA-LAB:,M=MOT7 motorx.ui" + }, + { + "type": "cmd", + "text": "Motor 8", + "command": "caqtdm -x -attach -noMsg -dg +1500+725 -macro P=X04SA-LAB:,M=MOT8 motorx.ui" + } + ] +}