use new ioc monitor panels

This commit is contained in:
Xiaoqiang Wang
2022-01-25 10:35:13 +01:00
parent af5e7648ab
commit 1ba325e6b4

View File

@@ -10,32 +10,27 @@
{
"type": "cmd",
"text": "ID1 Crate",
"command": "caqtdm -x -attach -macro IOC=X04SA-VME-ID1 G_IOCMON_ioc_status.ui"
"command": "caqtdm -x -attach -macro IOC=X04SA-VME-ID1 iocStats.ui"
},
{
"type": "cmd",
"text": "ID2 Crate",
"command": "caqtdm -x -attach -macro IOC=X04SA-VME-ID2 G_IOCMON_ioc_status.ui"
"command": "caqtdm -x -attach -macro IOC=X04SA-VME-ID2 iocStats.ui"
},
{
"type": "cmd",
"text": "OP Crate",
"command": "caqtdm -x -attach -macro IOC=X04SA-VME-OP G_IOCMON_ioc_status.ui"
"command": "caqtdm -x -attach -macro IOC=X04SA-VME-OP iocStats.ui"
},
{
"type": "cmd",
"text": "ES2 Crate",
"command": "caqtdm -x -attach -macro IOC=X04SA-VME-ES2 G_IOCMON_ioc_status.ui"
"command": "caqtdm -x -attach -macro IOC=X04SA-VME-ES2 iocStats.ui"
},
{
"type": "cmd",
"text": "ES3 Crate",
"command": "caqtdm -x -attach -macro IOC=X04SA-VME-ES3 G_IOCMON_ioc_status.ui"
},
{
"type": "cmd",
"text": "PLD Crate",
"command": "caqtdm -x -attach -macro IOC=X04SA-VME-PLD G_IOCMON_ioc_status.ui"
"command": "caqtdm -x -attach -macro IOC=X04SA-VME-ES3 iocStats.ui"
}
]
}
}