Skip to content

Commit 00091fc

Browse files
authored
Update NUMBER.ChangeRateThreshold.md
1 parent 69a43fb commit 00091fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

param-docs/parameter-pages/PostProcessing/NUMBER.ChangeRateThreshold.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ If the read value is within PreValue +/- Threshold, no further calculation is ca
1717
- Smallest ROI provides value for `0.000'x` (Eg. a water meter with 4 pointers behind the decimal point)
1818
- ChangeRateThreshold = 2
1919

20-
#### With `Extended Resolution` **disabled**
20+
#### With `ExtendedResolution` **disabled**
2121
PreValue: `123.456'7` -> Threshold = `+/-0.000'2`.<br>
2222
All changes between `123.456'5` and `123.456'9` get ignored
2323

24-
#### With `Extended Resolution` **enabled**
24+
#### With `ExtendedResolution` **enabled**
2525
PreValue: `123.456'78` -> Threshold = `+/-0.000'02`.<br>
2626
All changes between `123.456'76` and `123.456'80` get ignored.
2727

0 commit comments

Comments
 (0)