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.
17 lines
283 B
Plaintext
17 lines
283 B
Plaintext
record($(type), "$(name)")
|
|
{
|
|
field(EGU, "Counts")
|
|
field(HOPR, "10")
|
|
field(LOPR, "0")
|
|
field(DRVH, "9")
|
|
field(DRVL, "0")
|
|
field(HIHI, "8")
|
|
field(HIGH, "6")
|
|
field(LOW, "4")
|
|
field(LOLO, "2")
|
|
field(HHSV, "MAJOR")
|
|
field(HSV, "MINOR")
|
|
field(LSV, "MINOR")
|
|
field(LLSV, "MAJOR")
|
|
}
|