CUST: - prepared for power correction
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user