can stop count and clear channels
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user