Description too long

This commit is contained in:
2025-06-17 16:19:38 +02:00
parent 422df50bbd
commit 2770cd80da

View File

@ -50,7 +50,7 @@ record(longout, "$(INSTR)$(NAME):C$(CHANNEL)")
record(ao,"$(INSTR)$(NAME):THRESH$(CHANNEL)") record(ao,"$(INSTR)$(NAME):THRESH$(CHANNEL)")
{ {
field(DESC, "Sets minimum rate for counting to proceed") field(DESC, "Sets min rate for counting to proceed")
field(OMSL, "supervisory") field(OMSL, "supervisory")
field(OROC, "0") field(OROC, "0")
field(OUT, "@$(PROTO) setMinRate($(INSTR)$(NAME):, $(CHANNEL)) $(ASYN_PORT)") field(OUT, "@$(PROTO) setMinRate($(INSTR)$(NAME):, $(CHANNEL)) $(ASYN_PORT)")