forked from autodeploy_config/sls_x04sa_launcher
27 lines
647 B
JSON
27 lines
647 B
JSON
{
|
|
"menu": [
|
|
{
|
|
"type": "title",
|
|
"text": "X04SA SCAN TOOL"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "Scan 1",
|
|
"command": "caqtdm -x -attach -macro \\\"P=X04SA-PC-GES:,N=1,S=scan1\\\" scan_more.ui"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "Scan 2",
|
|
"command": "caqtdm -x -attach -macro \\\"P=X04SA-PC-GES:,N=2,S=scan2\\\" scan_more.ui"
|
|
},
|
|
{
|
|
"type": "separator"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "Scan Data Viewer",
|
|
"command": "X_GES_Viewer.sh"
|
|
}
|
|
]
|
|
}
|