forked from autodeploy_config/sls_x04sa_launcher
71 lines
2.0 KiB
JSON
71 lines
2.0 KiB
JSON
{
|
|
"menu-title": {
|
|
"text": "PD Cameras",
|
|
"style": "color: black;background-color: #7300ff006b00;"
|
|
},
|
|
"menu": [
|
|
{
|
|
"type": "cmd",
|
|
"text": "Sample Camera",
|
|
"command": "caqtdm -x -attach -noMsg -macro P=X04SA-ES2-SAMCAM:,R=cam1: prosilica.ui"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "Sample Viewer",
|
|
"command": "QtAD --simple --prefix=X04SA-ES2-SAMCAM:image1:"
|
|
},
|
|
{
|
|
"type": "separator"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "Beam Position Camera",
|
|
"command": "caqtdm -x -attach -noMsg -macro P=X04SA-ES2-POSCAM:,R=cam1: prosilica.ui"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "Beam Position Viewer",
|
|
"command": "QtAD --simple --prefix=X04SA-ES2-POSCAM:image1:"
|
|
},
|
|
{
|
|
"type": "separator"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "SCD Camera",
|
|
"command": "caqtdm -x -attach -noMsg -macro P=X04SA-ES2-SCDCAM:,R=cam1: prosilica.ui"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "SCD Viewer",
|
|
"command": "QtAD --simple --prefix=X04SA-ES2-SCDCAM:image1:"
|
|
},
|
|
{
|
|
"type": "separator"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "Optical Table Camera",
|
|
"command": "caqtdm -x -attach -noMsg -macro P=X04SA-ES2-OT1CAM:,R=cam1: prosilica.ui"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "Optical Table Viewer",
|
|
"command": "QtAD --simple --prefix=X04SA-ES2-OT1CAM:image1:"
|
|
},
|
|
{
|
|
"type": "separator"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "X-ray Eye Camera",
|
|
"command": "caqtdm -x -attach -noMsg -macro P=X04SA-ES2-XEYE:,R=cam1: prosilica.ui"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "X-ray Eye Viewer",
|
|
"command": "xeye.py X04SA-ES2-XEYE:image1:"
|
|
}
|
|
]
|
|
}
|