diff --git a/ProductionSystem/Forms/HomeForm.cs b/ProductionSystem/Forms/HomeForm.cs index 219c8d9..e64fc67 100644 --- a/ProductionSystem/Forms/HomeForm.cs +++ b/ProductionSystem/Forms/HomeForm.cs @@ -828,7 +828,7 @@ namespace ProductionSystem.Forms //步骤6模式2内漏 var d1310 = GetPlcValue("D1310"); - d1310 = "1"; + // d1310 = "1"; if (d1310.ToDouble().ToInt() == 1) { Step6(); @@ -1574,8 +1574,10 @@ namespace ProductionSystem.Forms GetPlc(Program.BZ4, "BZ4"); GetPlc(Program.BZ5, "BZ5"); GetPlc(Program.BZ6, "BZ6"); + GetPlc(Program.BZ7, "BZ7"); + GetPlc(Program.BZ8, "BZ8"); + - count++; if (count == 5) { @@ -1596,6 +1598,7 @@ namespace ProductionSystem.Forms SetMiddleData("BZ4_DB"); SetMiddleData("BZ5_DB"); SetMiddleData("BZ6_DB"); + SetMiddleData("BZ7_DB"); Thread.Sleep(Program.ReadPlcRate); }