Fix low rate deduction on HW daq
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user