Files
sls_x04sa_launcher/X_X04SA_Diag_SoftIOC.json
2023-01-13 19:54:55 +01:00

46 lines
1.0 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": "title",
"text": "Status"
},
{
"type": "cmd",
"text": "softioc",
"command": "caqtdm -x -macro IOC=X04SA-PC-ROBO iocStats.ui"
}
]
}