add multi-unit settings example

This commit is contained in:
Michael Davidsaver
2013-03-31 19:17:34 -04:00
parent 40ff993e4f
commit a643dafdad
3 changed files with 87 additions and 1 deletions

View File

@@ -30,3 +30,19 @@ record(longin, "$(P)async:cnt") {
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")
}