|
|
|
@ -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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|