From 5b772152c9c4185f03343f1c165d5f1dd6e7f8ca Mon Sep 17 00:00:00 2001 From: soederqvist_a Date: Mon, 9 Feb 2026 08:32:48 +0100 Subject: [PATCH] Fix low rate deduction on HW daq --- db/daq_common.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/daq_common.db b/db/daq_common.db index 2bef6b0..787d6de 100644 --- a/db/daq_common.db +++ b/db/daq_common.db @@ -109,7 +109,7 @@ record(calc, "$(INSTR)$(NAME):MAP-STATUS") field(INPD, "$(INSTR)$(NAME):COUNTING_PRESET PP") field(INPE, "$(INSTR)$(NAME):IS_LOWRATE PP") field(INPF, "$(INSTR)$(NAME):IS_PAUSED PP") - field(CALC, "(A=1||B=1)?4:(F=1)?3:(C=0&&D=0)?0:(E=0)?2:1") + field(CALC, "(A=1||B=1)?4:(F=1)?3:(C=0&&D=0)?0:(E=1)?2:1") field(FLNK, "$(INSTR)$(NAME):STATUS") }