can stop count and clear channels

This commit is contained in:
2025-11-04 15:31:28 +01:00
parent 2c47f338c2
commit ecc6e98f4c
4 changed files with 116 additions and 60 deletions

View File

@@ -25,6 +25,7 @@ record(seq, "$(INSTR)$(NAME):O$(CHANNEL)")
field(DO0, 0)
field(SELM, "Specified")
field(SELL, "$(INSTR)$(NAME):M$(CHANNEL).VAL")
field(SCAN, ".1 second")
}
# Current Status of Channel, i.e. is it ready to count?
@@ -34,6 +35,7 @@ record(bi, "$(INSTR)$(NAME):S$(CHANNEL)")
field(VAL, 0)
field(ZNAM, "OK")
field(ONAM, "CLEARING")
field(PINI, 1)
}
################################################################################