From 478ca7b61695f184916c8ebadf31633115c51c40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 15 Feb 2025 20:58:44 +0000 Subject: [PATCH] Deployed f994105 with MkDocs version: 1.6.1 --- Parameters/index.html | 144 +++++++++++------- .../index.html | 3 +- search/search_index.json | 2 +- 3 files changed, 95 insertions(+), 54 deletions(-) diff --git a/Parameters/index.html b/Parameters/index.html index 14ee2eb..91d8bb7 100644 --- a/Parameters/index.html +++ b/Parameters/index.html @@ -704,19 +704,19 @@
  • -1.5.5 +1.5.5 - Parameter <NUMBER>.AnalogToDigitTransitionStart + Parameter AnalogToDigitTransitionStart
  • -1.5.6 +1.5.6 - Parameter <NUMBER>.ChangeRateThreshold + Parameter ChangeRateThreshold -
  • -1.5.7 +1.5.7 - Parameter <NUMBER>.DecimalShift + Parameter DecimalShift
  • -1.5.8 +1.5.8 - Parameter <NUMBER>.ExtendedResolution + Parameter ExtendedResolution
  • -1.5.9 +1.5.9 - Parameter <NUMBER>.IgnoreLeadingNaN + Parameter IgnoreLeadingNaN
  • -1.5.10 +1.5.10 - Parameter <NUMBER>.MaxRateType + Parameter MaxRateType
  • -1.5.11 +1.5.11 - Parameter <NUMBER>.MaxRateValue + Parameter MaxRateValue
  • @@ -863,9 +863,9 @@
  • -1.6.9 +1.6.9 - Parameter <NUMBER>.DomoticzIDX + Parameter DomoticzIDX
  • @@ -923,9 +923,9 @@
  • -1.7.2 +1.7.2 - Parameter <NUMBER>.Field + Parameter Field
  • @@ -983,9 +983,9 @@
  • -1.8.3 +1.8.3 - Parameter <NUMBER>.Field + Parameter Field
  • @@ -2052,19 +2052,19 @@
  • -1.5.5 +1.5.5 - Parameter <NUMBER>.AnalogToDigitTransitionStart + Parameter AnalogToDigitTransitionStart
  • -1.5.6 +1.5.6 - Parameter <NUMBER>.ChangeRateThreshold + Parameter ChangeRateThreshold -
  • -1.5.7 +1.5.7 - Parameter <NUMBER>.DecimalShift + Parameter DecimalShift
  • -1.5.8 +1.5.8 - Parameter <NUMBER>.ExtendedResolution + Parameter ExtendedResolution
  • -1.5.9 +1.5.9 - Parameter <NUMBER>.IgnoreLeadingNaN + Parameter IgnoreLeadingNaN
  • -1.5.10 +1.5.10 - Parameter <NUMBER>.MaxRateType + Parameter MaxRateType
  • -1.5.11 +1.5.11 - Parameter <NUMBER>.MaxRateValue + Parameter MaxRateValue
  • @@ -2211,9 +2211,9 @@
  • -1.6.9 +1.6.9 - Parameter <NUMBER>.DomoticzIDX + Parameter DomoticzIDX
  • @@ -2271,9 +2271,9 @@
  • -1.7.2 +1.7.2 - Parameter <NUMBER>.Field + Parameter Field
  • @@ -2331,9 +2331,9 @@
  • -1.8.3 +1.8.3 - Parameter <NUMBER>.Field + Parameter Field
  • @@ -3522,7 +3522,7 @@ In an error case, the last valid number will be used for the various transmissio

    -

    1.5.5 Parameter <NUMBER>.AnalogToDigitTransitionStart

    +

    1.5.5 Parameter AnalogToDigitTransitionStart

    Section: 1.5 PostProcessing

    Default Value: 9.2

    This can be used if you have wrong values, but the recognition of the individual ROIs are correct. @@ -3530,9 +3530,13 @@ Look for the start of changing of the first digit and note the analog pointer va Set it here. Only used on combination of digits and analog pointers. See here for details.

    Range: 6.0 .. 9.9.

    +
    +

    Note

    +

    This parameter must be prefixed with <NUMBER> followed by a dot (eg. main.AnalogToDigitTransitionStart). <NUMBER> is the name of the number sequence defined in the ROI's.

    +

    -

    1.5.6 Parameter <NUMBER>.ChangeRateThreshold

    +

    1.5.6 Parameter ChangeRateThreshold

    Section: 1.5 PostProcessing

    Default Value: 2

    Range: 1 .. 9.

    @@ -3540,6 +3544,10 @@ See here 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.

    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.

    +
    +

    Note

    +

    This parameter must be prefixed with <NUMBER> followed by a dot (eg. main.ChangeRateThreshold). <NUMBER> is the name of the number sequence defined in the ROI's.

    +

    1.5.6.1 Example