FwUpdateBuilder:

- Improved speed for pre-build summary,
- only one FW-update package can be selected for one FW update safe,
- Pre-build summary fills the FW-package to all devices and validates it,
- Validation can be manually corrected / overwritten
This commit is contained in:
Thomas Wiedebusch 2022-05-13 10:54:41 +02:00
parent 1076b608d5
commit e45ddcfa5b
7 changed files with 2325 additions and 1034 deletions

View File

@ -14,5 +14,5 @@ using System.Reflection;
//[assembly: AssemblyVersion("1.2.*.0")]
[assembly: AssemblyVersion("2.2.5.*")]
[assembly: AssemblyFileVersion("2.2.5.0")]
[assembly: AssemblyVersion("2.2.6.*")]
[assembly: AssemblyFileVersion("2.2.6.0")]

View File

@ -155,7 +155,7 @@
</site>
<site name="MeterProcessState" id="2">
<application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="C:\Users\drabesch_ro\Repo\lab\la_operations\laa_production\Common\Service\MeterProcessState" />
<virtualDirectory path="/" physicalPath="D:\Projekte\SENSUS_GitLab\laa_production\Common\Service\MeterProcessState" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:56011:localhost" />

View File

@ -1 +1 @@
5ed75d99ee45ff67821090f1b3dbb001dd9e4fe3
1a3d4919c9c702245832d925951f2b7cb72fc333

View File

@ -97,6 +97,11 @@ namespace Xylem.ServiceFwUpdate.Ui.FwUpdateBuilder.Const
/// </summary>
UserRegistration,
/// <summary>
/// Updatedata tables
/// </summary>
UpdateDataTables,
/// <summary>
/// Stop entire update process
/// </summary>

View File

@ -951,6 +951,7 @@
// TmrDbAccess
//
this.TmrDbAccess.Enabled = true;
this.TmrDbAccess.Interval = 250;
this.TmrDbAccess.Tick += new System.EventHandler(this.TmrProgressUpdate_Tick);
//
// FrmFwUpdateBuilder