Correct meaning of IS_LOWRATE

0 means not low-rate i.e. good rate
1 means low-rate
This commit is contained in:
2026-01-21 13:18:23 +01:00
parent 94402c4592
commit de012d37ea
4 changed files with 5 additions and 5 deletions

View File

@@ -89,8 +89,8 @@ record(bi, "$(INSTR)$(NAME):COUNTING_PRESET")
record(bi, "$(INSTR)$(NAME):IS_LOWRATE")
{
field(INP, "$(INSTR)$(NAME):RATE_MAP PP")
field(ZNAM, "LOW RATE")
field(ONAM, "GOOD RATE")
field(ONAM, "LOW RATE")
field(ZNAM, "GOOD RATE")
}
record(bi, "$(INSTR)$(NAME):IS_PAUSED")