diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/GelerWeterControl.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/GelerWeterControl.cs index aa23e9e..3b38dec 100644 --- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/GelerWeterControl.cs +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/GelerWeterControl.cs @@ -232,6 +232,8 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl MessageBox.Show("请选择一条产线!"); return; } + + MessageBox.Show("数据下传成功!"); } #endregion diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/InitAction.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/InitAction.cs index 5055ede..b70ad40 100644 --- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/InitAction.cs +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/InitAction.cs @@ -59,23 +59,24 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl ControlsEntity.ChooseMaterial2.SelectedIndex = -1; } - var dryerView = LjPlanningPlcHelp.GetGelatG1; - - ControlsEntity.MaterialWeight1.MCValue = dryerView.RecipePlcViews[0].Set; - ControlsEntity.MaterialWeight2.MCValue = dryerView.RecipePlcViews[1].Set; - ControlsEntity.MaterialTolerance1.MCValue = dryerView.RecipePlcViews[0].Tolerance; - ControlsEntity.MaterialTolerance2.MCValue = dryerView.RecipePlcViews[1].Tolerance; - ControlsEntity.GelSpeedSet.MCValue = dryerView.RecipeSteps[0].MixSpeed; - ControlsEntity.GelPosTimeA.MCValue = dryerView.RecipeSteps[2].MixTemp; - ControlsEntity.GelNagTimeB.MCValue = dryerView.RecipeSteps[2].MixSpeed; - ControlsEntity.GelPosTimeC.MCValue = dryerView.RecipeSteps[2].MixTime; - ControlsEntity.GelWaterTime.MCValue = dryerView.RecipeSteps[4].MixTime; - ControlsEntity.GelWaitTime.MCValue = dryerView.RecipeSteps[6].MixTime; - ControlsEntity.GelCloseHeatTime.MCValue = dryerView.RecipeSteps[7].MixTime; - ControlsEntity.GelOutDelayTime.MCValue = dryerView.RecipeSteps[7].MixTemp; - ControlsEntity.WetDryWeight.MCValue = LjPlanningPlcHelp.GetWeterM1[1].SetValue; - ControlsEntity.WetMixTime.MCValue = LjPlanningPlcHelp.GetWeterM1[2].MixTime; - ControlsEntity.WetOutDelayTime.MCValue = LjPlanningPlcHelp.GetWeterM1[4].MixTime; + var getGelatG1 = LjPlanningPlcHelp.GetGelatG1; + var getWeterM1 = LjPlanningPlcHelp.GetWeterM1; + + ControlsEntity.MaterialWeight1.MCValue = getGelatG1.RecipePlcViews[0].Set; + ControlsEntity.MaterialWeight2.MCValue = getGelatG1.RecipePlcViews[1].Set; + ControlsEntity.MaterialTolerance1.MCValue = getGelatG1.RecipePlcViews[0].Tolerance; + ControlsEntity.MaterialTolerance2.MCValue = getGelatG1.RecipePlcViews[1].Tolerance; + ControlsEntity.GelSpeedSet.MCValue = getGelatG1.RecipeSteps[0].MixSpeed; + ControlsEntity.GelPosTimeA.MCValue = getGelatG1.RecipeSteps[2].MixTemp; + ControlsEntity.GelNagTimeB.MCValue = getGelatG1.RecipeSteps[2].MixSpeed; + ControlsEntity.GelPosTimeC.MCValue = getGelatG1.RecipeSteps[2].MixTime; + ControlsEntity.GelWaterTime.MCValue = getGelatG1.RecipeSteps[4].MixTime; + ControlsEntity.GelWaitTime.MCValue = getGelatG1.RecipeSteps[6].MixTime; + ControlsEntity.GelCloseHeatTime.MCValue = getGelatG1.RecipeSteps[7].MixTime; + ControlsEntity.GelOutDelayTime.MCValue = getGelatG1.RecipeSteps[7].MixTemp; + ControlsEntity.WetDryWeight.MCValue = getWeterM1[1].SetValue; + ControlsEntity.WetMixTime.MCValue = getWeterM1[2].MixTime; + ControlsEntity.WetOutDelayTime.MCValue = getWeterM1[4].MixTime; } ///