17 lines
313 B
Plaintext
17 lines
313 B
Plaintext
|
|
record(longin, "$(P)li:cnt") {
|
|
field(DTYP, "Python Device")
|
|
field(INP , "@test1 hello world")
|
|
field(SCAN, "1 second")
|
|
}
|
|
|
|
record(longin, "$(P)val:a") {
|
|
field(DTYP, "Python Device")
|
|
field(INP , "@test2 AAAA")
|
|
}
|
|
|
|
record(longin, "$(P)val:b") {
|
|
field(DTYP, "Python Device")
|
|
field(INP , "@test2 AAAA")
|
|
}
|