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.
10 lines
169 B
Plaintext
10 lines
169 B
Plaintext
record(waveform, "$(name)")
|
|
{
|
|
field(NELM,"5")
|
|
field(NORD,"5")
|
|
field(FTVL,"$(type)")
|
|
field(EGU, "Counts")
|
|
field(HOPR, "10")
|
|
field(LOPR, "0")
|
|
}
|