Files
sls_x04sa_launcher/X_X04SA_Diag_SoftIOC.json
Xiaoqiang Wang e220014b5d add bpm IOC
2023-03-17 11:45:41 +01:00

51 lines
1.1 KiB
JSON

{
"menu-title": {
"text": "SoftIOC"
},
"menu": [
{
"type": "title",
"text": "Restart"
},
{
"type": "cmd",
"text": "Robot",
"command": "ioc restart X04SA-PC-ROBO"
},
{
"type": "cmd",
"text": "Scan",
"command": "ioc restart X04SA-PC-GES"
},
{
"type": "cmd",
"text": "XPS",
"command": "ioc restart X04SA-PC-XPS"
},
{
"type": "cmd",
"text": "MYTHEN",
"command": "ioc restart X04SA-PC-MYTHEN"
},
{
"type": "cmd",
"text": "Hexapod",
"command": "ioc restart X04SA-PC-HXP"
},
{
"type": "cmd",
"text": "BPMs",
"command": "ioc restart X04SA-PC-BPM"
},
{
"type": "title",
"text": "Status"
},
{
"type": "cmd",
"text": "softioc",
"command": "caqtdm -x -macro IOC=X04SA-PC-ROBO iocStats.ui"
}
]
}