This commit is contained in:
jomjol
2021-03-10 21:15:47 +01:00
parent 5cc873a6bb
commit fb9b72deea
10 changed files with 16 additions and 15 deletions

View File

@@ -368,7 +368,7 @@ bool ClassFlowPostProcessing::doFlow(string zwtime)
if (useMaxRateValue && (abs(Value - PreValue) > MaxRateValue))
{
ErrorMessageText = ErrorMessageText + "Rate too high - Returned old value - read value: " + zwvalue + " - checked value: " + std::to_string(Value) + " ";
ErrorMessageText = ErrorMessageText + "Rate too high - Returned old value - read value: " + zwvalue + " - checked value: " + RundeOutput(Value, AnzahlAnalog - DecimalShift) + " ";
Value = PreValue;
zwvalue = RundeOutput(Value, AnzahlAnalog - DecimalShift);
}

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="4537725";
const char* GIT_TAG="v6.2.0";
const char* GIT_BRANCH="master";
const char* BUILD_TIME="2021-03-09 21:07";
const char* GIT_REV="5cc873a";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-03-10 21:09";

View File

@@ -13,7 +13,7 @@ extern "C"
#include "Helper.h"
#include <fstream>
const char* GIT_BASE_BRANCH = "master - v6.2.1 - 2020-03-09";
const char* GIT_BASE_BRANCH = "master - v6.2.2 - 2020-03-10";
const char* git_base_branch(void)

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="4537725";
const char* GIT_TAG="v6.2.0";
const char* GIT_BRANCH="master";
const char* BUILD_TIME="2021-03-09 21:07";
const char* GIT_REV="5cc873a";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-03-10 21:09";