CUST: - prepared for power correction

This commit is contained in:
Thomas Wiedebusch
2024-04-29 17:31:45 +02:00
parent da1bac1989
commit 9acd6cccbb
6 changed files with 171 additions and 0 deletions
@@ -107,6 +107,11 @@ namespace Xylem.ServiceFwUpdate.Ui.ServiceFwUpdateSw.Const
/// </summary>
RecoverRegisters,
/// <summary>
/// Correct power over estimation for FW update from below R1.3.xx to R1.3.xx
/// </summary>
CorrectPowerOverestimation,
/// <summary>
/// Read engineering logs for analysis
/// </summary>
@@ -331,6 +331,10 @@ namespace Xylem.ServiceFwUpdate.Ui.ServiceFwUpdateSw
/// - Compare registers reactivated based on new interface (configuration.json) with new
/// "StaticType": “approximate”.
/// </remarks>
/// <remarks date="2024-Apr-29" author="Thomas Wiedebusch">
/// - Power correction for FW update to new version starting with R1.3.x for EMEA and
/// R2.1.x for NA applied.
/// </remarks>
private void FwUpdateSwStateMachine()
{
while (!_processToken.IsCancellationRequested)