1 Commits

Author SHA1 Message Date
9958ef428b Monitor channels, change record type to int64in
Some checks failed
Example Action / Lint (push) Successful in 8s
Example Action / BuildAndTest (push) Failing after 15s
2025-11-17 09:54:34 +01:00

View File

@@ -94,7 +94,7 @@ record(ao,"$(INSTR)$(NAME):THRESH$(CHANNEL)")
################################################################################ ################################################################################
# Read all monitors values # Read all monitors values
record(longin, "$(INSTR)$(NAME):M$(CHANNEL)") record(int64in, "$(INSTR)$(NAME):M$(CHANNEL)")
{ {
field(DESC, "DAQ CH$(CHANNEL)") field(DESC, "DAQ CH$(CHANNEL)")
field(EGU, "cts") field(EGU, "cts")