Record has x and y-coordinate fields and a timestamp and also provides a service which sets (x,y) to a sequence of values. An RPC client application (move) sends positions as an array.
21 lines
510 B
Plaintext
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")
|
|
}
|