Files
sls_x11ma_launcher/X_X11MA_ES4.json

74 lines
2.2 KiB
JSON

{
"menu": [
{
"type": "title",
"text": "----- TR-TEY -----"
},
{
"type": "cmd",
"text": "Basler acA1280-60gm",
"command": "start_CAM3"
},
{
"type": "caqtdm",
"text": "4 Motors Panel",
"panel": "motor4x.ui",
"macros": "P=X11MA-VME-ES4:,M1=TRX,M2=TRY,M3=TRZ,M4=THT",
"param": "-noMsg -attach"
},
{
"type": "cmd",
"text": "Motor X",
"command": "caqtdm -noMsg -attach -macro P=X11MA-VME-ES4:,M=TRX motorx_mp.ui"
},
{
"type": "cmd",
"text": "Motor Y",
"command": "caqtdm -noMsg -attach -macro P=X11MA-VME-ES4:,M=TRY motorx_mp.ui"
},
{
"type": "cmd",
"text": "Motor Z",
"command": "caqtdm -noMsg -attach -macro P=X11MA-VME-ES4:,M=TRZ motorx_mp.ui"
},
{
"type": "cmd",
"text": "Motor THT",
"command": "caqtdm -noMsg -attach -macro P=X11MA-VME-ES4:,M=THT motorx_mp.ui"
},
{
"type": "cmd",
"text": "Motor init",
"command": "caqtdm -noMsg -attach -macro P=X11MA-ES4 X_X11MA_ES4-motor-init.ui"
},
{
"type": "cmd",
"text": "TR Debug Panel",
"command": "caqtdm -noMsg -attach X_X11MA_ES4_debugScreen-2ch.ui"
},
{
"type": "separator"
},
{
"type": "title",
"text": "- Cameras -"
},
{
"type": "cmd",
"text": "Sample camera (X11MA-ES2-SCAM)",
"command": "caqtdm -x -noMsg -macro \"P=X11MA-ES2-SCAM:,R=cam1:\" ADPylon.ui"
},
{
"type": "cmd",
"text": "Gold mesh camera (X11MA-ES2-AUCAM)",
"command": "caqtdm -x -noMsg -macro \"P=X11MA-ES2-AUCAM:,R=cam1:\" ADPylon.ui"
},
{
"type": "cmd",
"text": "MultiXAS sample transfer camera (X11MA-ES2-MCAM)",
"command": "caqtdm -x -noMsg -macro \"P=X11MA-ES2-MCAM:,R=cam1:,C=Basler-acA1280-60gm\" ADPylon.ui"
}
]
}