diff --git a/ProductionSystem/Forms/HomeFormInfo.cs b/ProductionSystem/Forms/HomeFormInfo.cs index 0a7d173..43276c5 100644 --- a/ProductionSystem/Forms/HomeFormInfo.cs +++ b/ProductionSystem/Forms/HomeFormInfo.cs @@ -737,8 +737,8 @@ namespace ProductionSystem.Forms middleIsCanRound = false; Thread.Sleep(Program.ReadPlcRate); - // Step1(); - // Step2(); + Step1(); + Step2(); // Step3(); // Step4(); // Step5(); @@ -886,7 +886,7 @@ namespace ProductionSystem.Forms TmTool.SiTong(ModeTypeEnum.BZ1_DB, 1); TmTool.SiTong(ModeTypeEnum.BZ1_DB, 2); - // TmTool.Dzpy(ModeTypeEnum.BZ1_DB, 1); + TmTool.Dzpy(ModeTypeEnum.BZ1_DB, 1); // TmTool.SbUx(ModeTypeEnum.BZ1_DB); @@ -926,7 +926,9 @@ namespace ProductionSystem.Forms TmTool.SiTong(ModeTypeEnum.BZ2_DB, 1); TmTool.SiTong(ModeTypeEnum.BZ2_DB, 2); - // TmTool.Dzpy(ModeTypeEnum.BZ2_DB, 1); + + + TmTool.Dzpy(ModeTypeEnum.BZ2_DB, 1); // TmTool.SbUx(ModeTypeEnum.BZ2_DB,true); diff --git a/ProductionSystem/Untils/Tool/ExvTool.cs b/ProductionSystem/Untils/Tool/ExvTool.cs index a719a09..7082c51 100644 --- a/ProductionSystem/Untils/Tool/ExvTool.cs +++ b/ProductionSystem/Untils/Tool/ExvTool.cs @@ -93,7 +93,7 @@ namespace ProductionSystem.Untils.Tool }; - mfSerialInfo.SendMsg(sendMes, 50, 500); + mfSerialInfo.SendMsg(sendMes, 60, 200); return b; }