Deployed e378fae with MkDocs version: 1.6.1

This commit is contained in:
github-actions[bot]
2024-12-25 18:43:37 +00:00
parent 2a26b99b45
commit ef3680fac2
45 changed files with 1526 additions and 95 deletions

View File

@@ -699,6 +699,35 @@
Parameter <NUMBER>.ChangeRateThreshold
</span>
</a>
<nav aria-label="Parameter &lt;NUMBER&gt;.ChangeRateThreshold" class="md-nav">
<ul class="md-nav__list">
<li class="md-nav__item">
<a class="md-nav__link" href="#example">1.5.6.1
<span class="md-ellipsis">
Example
</span>
</a>
<nav aria-label="Example" class="md-nav">
<ul class="md-nav__list">
<li class="md-nav__item">
<a class="md-nav__link" href="#with-extended-resolution-disabled">1.5.6.1.0.1
<span class="md-ellipsis">
With Extended Resolution disabled
</span>
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#with-extended-resolution-enabled">1.5.6.1.0.2
<span class="md-ellipsis">
With Extended Resolution enabled
</span>
</a>
</li>
</ul>
</nav>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#parameter-numberdecimalshift">1.5.7
@@ -1516,15 +1545,32 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="..">
<li class="md-nav__item md-nav__item--nested">
<input class="md-nav__toggle md-toggle" id="__nav_9" type="checkbox"/>
<label class="md-nav__link" for="__nav_9" id="__nav_9_label" tabindex="0">
<span class="md-ellipsis">
Assorted Pages
</span>
<span class="md-nav__icon md-icon"></span>
</label>
<nav aria-expanded="false" aria-labelledby="__nav_9_label" class="md-nav" data-md-level="1">
<label class="md-nav__title" for="__nav_9">
<span class="md-nav__icon md-icon"></span>
Assorted Pages
</label>
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item">
<a class="md-nav__link" href="../Password-Protection/">
<span class="md-ellipsis">
Password Protection of the Web Interface and REST API
</span>
</a>
</li>
</ul>
</nav>
</li>
</ul>
</nav>
</div>
</div>
</div>
@@ -1966,6 +2012,35 @@
Parameter &lt;NUMBER&gt;.ChangeRateThreshold
</span>
</a>
<nav aria-label="Parameter &lt;NUMBER&gt;.ChangeRateThreshold" class="md-nav">
<ul class="md-nav__list">
<li class="md-nav__item">
<a class="md-nav__link" href="#example">1.5.6.1
<span class="md-ellipsis">
Example
</span>
</a>
<nav aria-label="Example" class="md-nav">
<ul class="md-nav__list">
<li class="md-nav__item">
<a class="md-nav__link" href="#with-extended-resolution-disabled">1.5.6.1.0.1
<span class="md-ellipsis">
With Extended Resolution disabled
</span>
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#with-extended-resolution-enabled">1.5.6.1.0.2
<span class="md-ellipsis">
With Extended Resolution enabled
</span>
</a>
</li>
</ul>
</nav>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#parameter-numberdecimalshift">1.5.7
@@ -3406,18 +3481,17 @@ See <a href="../Watermeter-specific-analog---digit-transition">here</a> for deta
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.</p>
<p>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.</p>
<p>Example:</p>
<div class="language-text highlight"><pre><span></span><code>Smallest ROI provides value for 0.000x
ChangeRateThreshold = 2
Extended Resolution disabled:
PreValue: 123.456'7 &gt;&gt;&gt; Threshold = +/- 0.000'2
Comparative value &gt;&gt;&gt; max = 123.456'9 and min = 123.456'5
Extended Resolution enabled:
PreValue: 123.456'78 &gt;&gt;&gt; Threshold = +/- 0.000'02
Comparative value &gt;&gt;&gt; max = 123.456'80 and min = 123.456'76
</code></pre></div>
<h4 id="example"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.5.6.1</span> Example</h4>
<ul>
<li>Smallest ROI provides value for <code>0.000'x</code> (Eg. a water meter with 4 pointers behind the decimal point)</li>
<li>ChangeRateThreshold = 2</li>
</ul>
<h6 id="with-extended-resolution-disabled"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.5.6.1.0.1</span> With <code>Extended Resolution</code> <strong>disabled</strong></h6>
<p>PreValue: <code>123.456'7</code> -&gt; Threshold = <code>+/-0.000'2</code>.<br/>
All changes between <code>123.456'5</code> and <code>123.456'9</code> get ignored</p>
<h6 id="with-extended-resolution-enabled"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.5.6.1.0.2</span> With <code>Extended Resolution</code> <strong>enabled</strong></h6>
<p>PreValue: <code>123.456'78</code> -&gt; Threshold = <code>+/-0.000'02</code>.<br/>
All changes between <code>123.456'76</code> and <code>123.456'80</code> get ignored.</p>
<p><img alt="" src="../img/ChangeRateThreshold.png"/></p>
<hr style="border:2px solid"/>
<p><a id="PostProcessing-NUMBER.DecimalShift"></a></p>