From 00091fc3f9e6787f9adff566bc404f8467a5612d Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 16 Apr 2025 23:31:19 +0200 Subject: [PATCH] Update NUMBER.ChangeRateThreshold.md --- .../PostProcessing/NUMBER.ChangeRateThreshold.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/param-docs/parameter-pages/PostProcessing/NUMBER.ChangeRateThreshold.md b/param-docs/parameter-pages/PostProcessing/NUMBER.ChangeRateThreshold.md index 7eb1bc59..4123b962 100644 --- a/param-docs/parameter-pages/PostProcessing/NUMBER.ChangeRateThreshold.md +++ b/param-docs/parameter-pages/PostProcessing/NUMBER.ChangeRateThreshold.md @@ -17,11 +17,11 @@ If the read value is within PreValue +/- Threshold, no further calculation is ca - Smallest ROI provides value for `0.000'x` (Eg. a water meter with 4 pointers behind the decimal point) - ChangeRateThreshold = 2 -#### With `Extended Resolution` **disabled** +#### With `ExtendedResolution` **disabled** PreValue: `123.456'7` -> Threshold = `+/-0.000'2`.
All changes between `123.456'5` and `123.456'9` get ignored -#### With `Extended Resolution` **enabled** +#### With `ExtendedResolution` **enabled** PreValue: `123.456'78` -> Threshold = `+/-0.000'02`.
All changes between `123.456'76` and `123.456'80` get ignored.