forked from autodeploy_config/sls_x04sa_launcher
50 lines
1.3 KiB
JSON
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"
|
|
}
|
|
]
|
|
} |