launcher for test VME X04SA-VME-MS2

This commit is contained in:
Xiaoqiang Wang
2021-11-16 12:36:13 +01:00
parent 86c69ce1be
commit 7462c67968
2 changed files with 57 additions and 0 deletions

View File

@@ -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"
}
]
}

52
X_X04SA_test_vme.json Normal file
View File

@@ -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"
}
]
}