From a348a51f149d01bcba2d4b6cd9add5f2207c3812 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 25 Dec 2024 10:27:47 +0100 Subject: [PATCH] Update NUMBER.ChangeRateThreshold.md --- .../NUMBER.ChangeRateThreshold.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/param-docs/parameter-pages/PostProcessing/NUMBER.ChangeRateThreshold.md b/param-docs/parameter-pages/PostProcessing/NUMBER.ChangeRateThreshold.md index 9a4d0e14..d0b4b29b 100644 --- a/param-docs/parameter-pages/PostProcessing/NUMBER.ChangeRateThreshold.md +++ b/param-docs/parameter-pages/PostProcessing/NUMBER.ChangeRateThreshold.md @@ -9,17 +9,17 @@ This parameter is intended to compensate for small reading fluctuations that occ It is only applied to the last digit of the read value (See example below). If the read value is within PreValue +/- Threshold, no further calculation is carried out and the Value/Prevalue remains at the old value. -Example: +## Example - Smallest ROI provides value for 0.000x - ChangeRateThreshold = 2 +- Smallest ROI provides value for `0.000'x` (Eg. a water meter with 4 pointers behind the decimal point) +- ChangeRateThreshold = 2 - Extended Resolution disabled: - PreValue: 123.456'7 >>> Threshold = +/- 0.000'2 - Comparative value >>> max = 123.456'9 and min = 123.456'5 +#### With `Extended Resolution` **disabled** +PreValue: `123.456'7` -> Threshold = `+/-0.000'2`.
+All changes between `123.456'5` and `123.456'9` get ignored - Extended Resolution enabled: - PreValue: 123.456'78 >>> Threshold = +/- 0.000'02 - Comparative value >>> max = 123.456'80 and min = 123.456'76 +#### With `Extended Resolution` **enabled** +PreValue: `123.456'78` -> Threshold = `+/-0.000'02`.
+All changes between `123.456'76` and `123.456'80` get ignored. ![](img/ChangeRateThreshold.png)