improving synchronisation issues
Some checks failed
Test And Build / Lint (push) Failing after 4s
Test And Build / Build (push) Failing after 5s

This commit is contained in:
2025-11-19 10:04:22 +01:00
parent 2ede400791
commit 7865273707
2 changed files with 25 additions and 16 deletions

View File

@@ -43,8 +43,8 @@ record(mbbi, "$(INSTR)$(NAME):RAW-STATUS")
field(FRVL, "4")
field(FRST, "INVALID")
# This is probably too fast. We could trigger things the same as sinqDAQ to ensure the db is update in the same order
#field(SCAN, "I/O Intr")
field(SCAN, ".2 second")
# field(SCAN, "I/O Intr")
field(SCAN, ".1 second")
field(FLNK, "$(INSTR)$(NAME):READALL")
field(PINI, "YES")
}
@@ -171,7 +171,7 @@ record(longin, "$(INSTR)$(NAME):MONITOR-CHANNEL_RBV")
field(DESC, "PRESET-COUNT Monitors this channel")
field(DTYP, "asynInt32")
field(INP, "@asyn($(PORT),0,$(TIMEOUT=1)) MONITOR")
field(SCAN, "I/O Intr")
field(SCAN, ".2 second")
field(PINI, "YES")
}