Files
pyDevSup/testApp/test.db
Michael Davidsaver 6b7ba0d062 rename test db
2013-03-30 20:25:04 -04:00

31 lines
587 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")
}
record(waveform, "$(P)wf") {
field(DTYP, "Python Device")
field(INP , "@test3")
field(FTVL, "FLOAT")
field(NELM, "10")
field(SCAN, "2 second")
}
record(longin, "$(P)async:cnt") {
field(DTYP, "Python Device")
field(INP , "@test4")
field(SCAN, "1 second")
}