diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/ControlsHelper.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/ControlsHelper.cs index bedf890..914790e 100644 --- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/ControlsHelper.cs +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/ControlsHelper.cs @@ -399,7 +399,7 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl TextE.GelWaterTime.MCValue = web.GelWater; TextE.GelWaitTime.MCValue = web.GelWait; TextE.GelCloseHeatTime.MCValue = web.GelCloseHeat; - TextE.GelOutDelayTime.MCValue = web.WetOutDelay; + TextE.GelOutDelayTime.MCValue = web.GelDelayTime; TextE.WetDryWeight.MCValue = web.WetDryWei; @@ -467,7 +467,7 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl TextE.GelWaterTime.MCValue = web.GelWater; TextE.GelWaitTime.MCValue = web.GelWait; TextE.GelCloseHeatTime.MCValue = web.GelCloseHeat; - TextE.GelOutDelayTime.MCValue = web.WetOutDelay; + TextE.GelOutDelayTime.MCValue = web.GelDelayTime;