Files
pyDevSup/testApp/test1.db
Michael Davidsaver d3a298cd7c add async example
2013-03-30 15:03:11 -04:00

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")
}