Adding test routines for longout record with OOPT field

This commit is contained in:
Joao Paulo Martins
2020-02-17 22:14:46 +00:00
parent c1ae5064b8
commit 4e7a18bfb4
3 changed files with 238 additions and 0 deletions
@@ -0,0 +1,17 @@
record(calc, "counter") {
field(INPA, "counter")
field(CALC, "A+1")
field(SCAN, "Passive")
}
record(calc, "counter2") {
field(INPA, "counter2")
field(CALC, "A+1")
field(SCAN, "Passive")
}
record(longout, "longout_rec") {
field(VAL, "0")
field(OUT, "counter.B PP")
field(PINI, "YES")
}