# Parameter `.ChangeRateThreshold` Default Value: `2` Range: `1` .. `9`. Threshold parameter for change rate detection.
This parameter is intended to compensate for small reading fluctuations that occur when the meter does not change its value for a long time (e.g. at night) or slightly turns backwards. This can eg. happen on watermeters. 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 - 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** PreValue: `123.456'7` -> Threshold = `+/-0.000'2`.
All changes between `123.456'5` and `123.456'9` get ignored #### 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)