Files
sls_x04sa_launcher/X_X04SA_Diag_SoftIOC.json
2022-01-12 14:23:41 +01:00

51 lines
1.2 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": "bash -c \"echo exit > /dev/tcp/x04sa-softioc/50002\""
},
{
"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": "bash -c \"echo exit > /dev/tcp/x04sa-bpc/50003\""
},
{
"type": "title",
"text": "Status"
},
{
"type": "cmd",
"text": "softioc",
"command": "caqtdm -x -macro IOC=X04SA-PC-ROBO iocStats.ui"
},
{
"type": "cmd",
"text": "bpc",
"command": "caqtdm -x -macro IOC=X04SA-PC-PLV iocStats.ui"
}
]
}