From 8fb8b437a752387ed876122c4340787323540ef4 Mon Sep 17 00:00:00 2001 From: hadaq Date: Fri, 10 Sep 2010 14:24:43 +0000 Subject: [PATCH] CPU usage. Sergey. --- ebctrl/ioc/ebctrlApp/Db/cpu.db | 66 ++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 ebctrl/ioc/ebctrlApp/Db/cpu.db diff --git a/ebctrl/ioc/ebctrlApp/Db/cpu.db b/ebctrl/ioc/ebctrlApp/Db/cpu.db new file mode 100644 index 0000000..5e3a5b5 --- /dev/null +++ b/ebctrl/ioc/ebctrlApp/Db/cpu.db @@ -0,0 +1,66 @@ +record(genSub,"HAD:$(eb):cpu") { + field(DESC,"General Subroutine Record") + field(SCAN,"3 second") + field(PINI,"NO") + field(PHAS,"0") + field(EVNT,"0") + field(DISV,"1") + field(LFLG,"IGNORE") + field(EFLG,"ALWAYS") + field(SDIS,"0.0000000000000000e+00") + field(DISS,"NO_ALARM") + field(PRIO,"LOW") + field(FLNK,"0.000000000000000e+00") + field(SUBL,"0.0000000000000000e+00") + field(BRSV,"NO_ALARM") + field(INAM,"cpu_init") + field(SNAM,"cpu_proc") + field(FTA,"LONG") + field(FTB,"LONG") + field(FTC,"LONG") + field(FTD,"LONG") + field(FTVA,"LONG") + field(FTVB,"LONG") + field(FTVC,"LONG") + field(FTVD,"LONG") + field(NOA,"50") + field(NOB,"50") + field(NOC,"50") + field(NOD,"50") + field(NOVA,"1") + field(NOVB,"1") + field(NOVC,"1") + field(NOVD,"1") + field(OUTA,"HAD:$(eb):cpu:ebProc PP NMS") + field(OUTB,"HAD:$(eb):cpu:ebCore PP NMS") + field(OUTC,"HAD:$(eb):cpu:nmProc PP NMS") + field(OUTD,"HAD:$(eb):cpu:nmCore PP NMS") +} + +record(longin,"HAD:$(eb):cpu:ebProc") +{ + field(DTYP,"Soft Channel") + field(SCAN,"Passive") + field(INP,"Constant") +} + +record(longin,"HAD:$(eb):cpu:ebCore") +{ + field(DTYP,"Soft Channel") + field(SCAN,"Passive") + field(INP,"Constant") +} + +record(longin,"HAD:$(eb):cpu:nmProc") +{ + field(DTYP,"Soft Channel") + field(SCAN,"Passive") + field(INP,"Constant") +} + +record(longin,"HAD:$(eb):cpu:nmCore") +{ + field(DTYP,"Soft Channel") + field(SCAN,"Passive") + field(INP,"Constant") +} \ No newline at end of file -- 2.43.0