mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-27 12:50:39 +03:00
test2
This commit is contained in:
@@ -67,17 +67,16 @@ main.ana4 155 328 92 92 false
|
||||
[PostProcessing]
|
||||
PreValueUse = true
|
||||
PreValueAgeStartup = 720
|
||||
ErrorMessage = true
|
||||
SkipErrorMessage = false
|
||||
main.AllowNegativeRates = false
|
||||
main.DecimalShift = 0
|
||||
main.AnalogToDigitTransitionStart = 9.8
|
||||
;main.MaxFlowRate = 4.0
|
||||
main.MaxFlowRate = 4.0
|
||||
main.MaxRateValue = 0.05
|
||||
main.MaxRateType = AbsoluteChange
|
||||
main.ChangeRateThreshold = 2
|
||||
main.ExtendedResolution = false
|
||||
main.IgnoreLeadingNaN = false
|
||||
main.ProcessAlgoNew = false
|
||||
|
||||
;[MQTT]
|
||||
;Uri = mqtt://IP-ADRESS:1883
|
||||
|
||||
@@ -930,15 +930,15 @@
|
||||
|
||||
<tr class="expert">
|
||||
<td class="indent1">
|
||||
<class id="PostProcessing_ErrorMessage_text" style="color:black;">Skip Messages on Error</class>
|
||||
<class id="PostProcessing_SkipErrorMessage_text" style="color:black;">Skip Messages on Error</class>
|
||||
</td>
|
||||
<td>
|
||||
<select id="PostProcessing_ErrorMessage_value1">
|
||||
<select id="PostProcessing_SkipErrorMessage_value1">
|
||||
<option value="true">enabled (true)</option>
|
||||
<option value="false" selected>disabled (false)</option>
|
||||
</select>
|
||||
</td>
|
||||
<td>$TOOLTIP_PostProcessing_ErrorMessage</td>
|
||||
<td>$TOOLTIP_PostProcessing_SkipErrorMessage</td>
|
||||
</tr>
|
||||
|
||||
<tr style="margin-top:12px">
|
||||
@@ -2405,7 +2405,7 @@ function UpdateInput() {
|
||||
|
||||
WriteParameter(param, category, "PostProcessing", "PreValueUse", false);
|
||||
WriteParameter(param, category, "PostProcessing", "PreValueAgeStartup", true);
|
||||
WriteParameter(param, category, "PostProcessing", "ErrorMessage", false);
|
||||
WriteParameter(param, category, "PostProcessing", "SkipErrorMessage", false);
|
||||
|
||||
WriteParameter(param, category, "MQTT", "Uri", true);
|
||||
WriteParameter(param, category, "MQTT", "MainTopic", true);
|
||||
@@ -2579,7 +2579,7 @@ function ReadParameterAll() {
|
||||
|
||||
ReadParameter(param, "PostProcessing", "PreValueUse", false);
|
||||
ReadParameter(param, "PostProcessing", "PreValueAgeStartup", true);
|
||||
ReadParameter(param, "PostProcessing", "ErrorMessage", false);
|
||||
ReadParameter(param, "PostProcessing", "SkipErrorMessage", false);
|
||||
|
||||
ReadParameter(param, "MQTT", "Uri", true);
|
||||
ReadParameter(param, "MQTT", "MainTopic", true);
|
||||
|
||||
@@ -253,7 +253,7 @@ function ParseConfig() {
|
||||
// ParamAddValue(param, catname, "PreValueUse", 1, true, "true");
|
||||
ParamAddValue(param, catname, "PreValueUse", 1, false, "true");
|
||||
ParamAddValue(param, catname, "PreValueAgeStartup", 1, false, "720");
|
||||
ParamAddValue(param, catname, "ErrorMessage", 1, false, "true");
|
||||
ParamAddValue(param, catname, "SkipErrorMessage", 1, false, "false");
|
||||
ParamAddValue(param, catname, "AllowNegativeRates", 1, true, "false");
|
||||
ParamAddValue(param, catname, "DecimalShift", 1, true, "0");
|
||||
ParamAddValue(param, catname, "AnalogToDigitTransitionStart", 1, true, "9.2");
|
||||
|
||||
Reference in New Issue
Block a user