diff --git a/Common/.shared/SharedAssemblyInfo.cs b/Common/.shared/SharedAssemblyInfo.cs index c8e1cbc9..ff073291 100644 --- a/Common/.shared/SharedAssemblyInfo.cs +++ b/Common/.shared/SharedAssemblyInfo.cs @@ -14,4 +14,4 @@ using System.Reflection; //[assembly: AssemblyVersion("1.2.*.0")] -[assembly: AssemblyVersion("2.7.2.*")] +[assembly: AssemblyVersion("2.7.3.*")] diff --git a/Common/Hardware/WaterMeter/Genesis/GenesisCore/RegisterRestorer.cs b/Common/Hardware/WaterMeter/Genesis/GenesisCore/RegisterRestorer.cs index 922a33e4..23406531 100644 --- a/Common/Hardware/WaterMeter/Genesis/GenesisCore/RegisterRestorer.cs +++ b/Common/Hardware/WaterMeter/Genesis/GenesisCore/RegisterRestorer.cs @@ -95,7 +95,7 @@ namespace Xylem.Common.Hardware.WaterMeter.Genesis.GenesisCore private static readonly List _excludedFromCompareParameters = new List { "CUSTOMER_AlarmVisualMask", // Fully hard coded, cannot be overwritten - //"CUSTOMER_AlarmEnableMask", // Will be overwritten by SENSUSRADIO if set System state to 0xFF + //TODO Roland removed 15-Jul-2025 "CUSTOMER_AlarmEnableMask", // Will be overwritten by SENSUSRADIO if set System state to 0xFF "CUSTOMER_AppArrangement", // Is read only, makes no sense to compare anything "SENSUSRADIO_UpgFWVersion" // After a FW-Update the FW version has changed }; @@ -1148,7 +1148,7 @@ namespace Xylem.Common.Hardware.WaterMeter.Genesis.GenesisCore } finally { - var actualProcessMsg = $"{Resources.StrRegisterCompare} {strRequiredRegisterValue} "; + var actualProcessMsg = $"{Resources.StrRegisterCompare}: {strRequiredRegisterValue} "; // Avoid message if nothing to tell if (!string.IsNullOrEmpty(strRequiredRegisterValue)) diff --git a/Common/Hardware/WaterMeter/WaterMeterCore/WaterMeterRegisters/obj/Debug/WaterMeterRegisters.csproj.CoreCompileInputs.cache b/Common/Hardware/WaterMeter/WaterMeterCore/WaterMeterRegisters/obj/Debug/WaterMeterRegisters.csproj.CoreCompileInputs.cache index 39b3fdf8..4163759b 100644 --- a/Common/Hardware/WaterMeter/WaterMeterCore/WaterMeterRegisters/obj/Debug/WaterMeterRegisters.csproj.CoreCompileInputs.cache +++ b/Common/Hardware/WaterMeter/WaterMeterCore/WaterMeterRegisters/obj/Debug/WaterMeterRegisters.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -b03dfbada453427a2bb1275645a5f1b525f29900 +8cb55c312de586b683d72cf58c13e2801d10e14b767777d98338d3e1473a1213 diff --git a/Common/Production/ProductionUiCordonel/Docu/2025-07-11 TBF_COM_EOL_SRSe - Rev A.pdf b/Common/Production/ProductionUiCordonel/Docu/2025-07-11 TBF_COM_EOL_SRSe - Rev A.pdf new file mode 100644 index 00000000..2220428b Binary files /dev/null and b/Common/Production/ProductionUiCordonel/Docu/2025-07-11 TBF_COM_EOL_SRSe - Rev A.pdf differ diff --git a/Common/Production/ProductionUiCordonel/Docu/TBF_COM_EOL_SRSe.docx b/Common/Production/ProductionUiCordonel/Docu/TBF_COM_EOL_SRSe.docx index 5a24b3b1..e72f8c31 100644 Binary files a/Common/Production/ProductionUiCordonel/Docu/TBF_COM_EOL_SRSe.docx and b/Common/Production/ProductionUiCordonel/Docu/TBF_COM_EOL_SRSe.docx differ diff --git a/ServiceFwUpdate/Docu/2025-07-15 Cordonel Service FW-Update SRSe - Rev D.pdf b/ServiceFwUpdate/Docu/2025-07-15 Cordonel Service FW-Update SRSe - Rev D.pdf new file mode 100644 index 00000000..c6d2d594 Binary files /dev/null and b/ServiceFwUpdate/Docu/2025-07-15 Cordonel Service FW-Update SRSe - Rev D.pdf differ diff --git a/ServiceFwUpdate/Docu/Cordonel Service FW-Update SRSe.docx b/ServiceFwUpdate/Docu/Cordonel Service FW-Update SRSe.docx index 8ab57240..4725009f 100644 Binary files a/ServiceFwUpdate/Docu/Cordonel Service FW-Update SRSe.docx and b/ServiceFwUpdate/Docu/Cordonel Service FW-Update SRSe.docx differ