forked from autodeploy_config/sls_x04sa_launcher
launcher for test VME X04SA-VME-MS2
This commit is contained in:
@@ -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
52
X_X04SA_test_vme.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user