Files
sls_x04sa_launcher/X_X04SA_Diag_SoftIOC.json
2021-08-31 09:45:21 +02:00

50 lines
1.3 KiB
JSON

{
"menu-title": {
"text": "SoftIOC"
},
"menu": [
{
"type": "title",
"text": "Restart"
},
{
"type": "cmd",
"text": "Robot",
"command": "bash -c \"echo exit > /dev/tcp/x04sa-softioc/50001\""
},
{
"type": "cmd",
"text": "Scan",
"command": "bash -c \"echo exit > /dev/tcp/x04sa-softioc/50002\""
},
{
"type": "cmd",
"text": "XPS",
"command": "bash -c \"echo exit > /dev/tcp/x04sa-softioc/50006\""
},
{
"type": "cmd",
"text": "MYTHEN",
"command": "bash -c \"echo exit > /dev/tcp/x04sa-softioc/50007\""
},
{
"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 PC=X04SA-PC-ROBO G_PCMON_status.ui"
},
{
"type": "cmd",
"text": "bpc",
"command": "caqtdm -x -macro PC=X04SA-PC-PLV G_PCMON_status.ui"
}
]
}