Files
pvDatabase/exampleServer/example/Db/dbCounter.db
Marty Kraimer 94bd84211b move all examples to separate top level build areas.
Documentation needs updating.
2014-02-05 11:57:35 -05:00

21 lines
510 B
Plaintext

record(calc, "${name}")
{
field(DESC, "Counter")
field(SCAN,"1 second")
field(CALC, "(A<B)?(A+C):D")
field(INPA, "${name} NPP NMS")
field(INPB, "9")
field(INPC, "1")
field(INPD, "0")
field(EGU, "Counts")
field(HOPR, "10")
field(HIHI, "8")
field(HIGH, "6")
field(LOW, "4")
field(LOLO, "2")
field(HHSV, "MAJOR")
field(HSV, "MINOR")
field(LSV, "MINOR")
field(LLSV, "MAJOR")
}