mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-08 04:27:02 +03:00
Deployed 03e9214 with MkDocs version: 1.6.1
This commit is contained in:
@@ -697,9 +697,9 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="md-nav__item">
|
||||
<a class="md-nav__link" href="#parameter-numbersallownegativerates">1.5.4
|
||||
<a class="md-nav__link" href="#parameter-allownegativerates_1">1.5.4
|
||||
<span class="md-ellipsis">
|
||||
Parameter <NUMBERS>.AllowNegativeRates
|
||||
Parameter AllowNegativeRates
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -2045,9 +2045,9 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="md-nav__item">
|
||||
<a class="md-nav__link" href="#parameter-numbersallownegativerates">1.5.4
|
||||
<a class="md-nav__link" href="#parameter-allownegativerates_1">1.5.4
|
||||
<span class="md-ellipsis">
|
||||
Parameter <NUMBERS>.AllowNegativeRates
|
||||
Parameter AllowNegativeRates
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -3512,7 +3512,7 @@ It especially improves the zero crossing check between digits.</p>
|
||||
In an error case, the last valid number will be used for the various transmission protocols (MQTT, InfluxDB, REST, ...).</p>
|
||||
<hr style="border:2px solid"/>
|
||||
<p><a id="PostProcessing-NUMBER.AllowNegativeRates"></a></p>
|
||||
<h3 id="parameter-numbersallownegativerates"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.5.4</span> Parameter <code><NUMBERS>.AllowNegativeRates</code></h3>
|
||||
<h3 id="parameter-allownegativerates_1"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.5.4</span> Parameter <code>AllowNegativeRates</code></h3>
|
||||
<p>Section: <a href="#section-postprocessing">1.5 PostProcessing</a></p>
|
||||
<p>Default Value: <code>false</code></p>
|
||||
<p>Allow a meter to count backwards (decreasing values).</p>
|
||||
@@ -3520,6 +3520,10 @@ In an error case, the last valid number will be used for the various transmissio
|
||||
<p class="admonition-title">Note</p>
|
||||
<p>This is unusual (it means there is a negative rate) and not wanted in most cases!</p>
|
||||
</div>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p>This parameter must be prefixed with <code><NUMBER></code> followed by a dot (eg. <code>main.AllowNegativeRates</code>). <code><NUMBER></code> is the name of the number sequence defined in the ROI's.</p>
|
||||
</div>
|
||||
<hr style="border:2px solid"/>
|
||||
<p><a id="PostProcessing-NUMBER.AnalogToDigitTransitionStart"></a></p>
|
||||
<h3 id="parameter-analogtodigittransitionstart"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.5.5</span> Parameter <code>AnalogToDigitTransitionStart</code></h3>
|
||||
|
||||
Reference in New Issue
Block a user