Commiting state after implementing gating etc before cleaning and refactoring
This commit is contained in:
@ -11,25 +11,6 @@
|
||||
################################################################################
|
||||
# Count Commands
|
||||
|
||||
# record(ao,"$(P):$(NAME):THRESHOLD_$(CHANNEL)")
|
||||
# {
|
||||
# field(DESC, "Minimum rate for counting to proceed")
|
||||
# field(VAL, "0") # Rate
|
||||
# field(DRVL, "0") # Minimum Rate
|
||||
# field(OMSL, "supervisory")
|
||||
# field(OROC, "0")
|
||||
# field(OUT, "@$(PROTO) setMinRate($(P):$(NAME):, $(CHANNEL)) $(ASYN_PORT)")
|
||||
# field(DTYP, "stream")
|
||||
# }
|
||||
#
|
||||
# record(ai,"$(P):$(NAME):THRESHOLD_$(CHANNEL)_RBV")
|
||||
# {
|
||||
# field(DESC, "Minimum rate for counting to proceed")
|
||||
# field(INP, "@$(PROTO) readMinRate($(P):$(NAME):, $(CHANNEL)) $(ASYN_PORT)")
|
||||
# field(DTYP, "stream")
|
||||
# field(SCAN, "1 second")
|
||||
# }
|
||||
|
||||
record(bo, "$(P):$(NAME):C$(CHANNEL)")
|
||||
{
|
||||
field(DESC, "Clear the current channel count")
|
||||
|
Reference in New Issue
Block a user