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)
}
################################################################################

View File

@@ -66,6 +66,7 @@ record(seq, "$(INSTR)$(NAME):ETO")
field(DO0, 0)
field(SELM, "Specified")
field(SELL, "$(INSTR)$(NAME):ELAPSED-TIME.VAL")
field(SCAN, ".1 second")
}
# Current Status of Channel, i.e. is it ready to count?
@@ -75,6 +76,7 @@ record(bi, "$(INSTR)$(NAME):ETS")
field(VAL, 0)
field(ZNAM, "OK")
field(ONAM, "CLEARING")
field(PINI, 1)
}
################################################################################
@@ -201,4 +203,5 @@ record(ai,"$(INSTR)$(NAME):ELAPSED-TIME")
field(INP, "@asyn($(PORT),0,$(TIMEOUT=1)) TIME")
field(SCAN, "I/O Intr")
field(PINI, "YES")
# field(FLNK, "$(INSTR)$(NAME):ETO")
}