Files
pyDevSup/testApp/test.db
2013-03-31 19:17:34 -04:00

49 lines
937 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")
field(SCAN, "I/O Intr")
}
record(longin, "$(P)val:b") {
field(DTYP, "Python Device")
field(INP , "@test2 AAAA")
field(SCAN, "I/O Intr")
}
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")
}
record(ao, "$(P):A-SP") {
field(DTYP, "Raw Python Device")
field(OUT , "@test5 hello none")
}
record(ao, "$(P):B-SP") {
field(DTYP, "Raw Python Device")
field(OUT , "@test5 hello half")
}
record(ai, "$(P):A-RB") {
field(DTYP, "Raw Python Device")
field(INP , "@test5 hello none")
}