adds priority for error messages shown to user and adds error status

This commit is contained in:
2025-03-28 11:19:27 +01:00
parent c6dd421768
commit 6bdec5783f
3 changed files with 49 additions and 23 deletions

View File

@ -5,6 +5,6 @@ record(bi,"$(PREFIX):$(SPS_REGISTER_NAME):$(BIT_NAME)")
field(INP, "@$(SPS_REGISTER_NAME)/$(OFFSET) T=BYTE B=$(BIT)")
field(PINI, "YES")
field(SCAN, "I/O Intr")
field(ZNAM, "0")
field(ONAM, "1")
field(ZNAM, "$(ONAM=0)")
field(ONAM, "$(ZNAM=1)")
}