diff --git a/ProductionSystem/Forms/HomeFormInfo.cs b/ProductionSystem/Forms/HomeFormInfo.cs index b81af1f..b45d0cc 100644 --- a/ProductionSystem/Forms/HomeFormInfo.cs +++ b/ProductionSystem/Forms/HomeFormInfo.cs @@ -1699,18 +1699,21 @@ namespace ProductionSystem.Forms //内1 if (par == "BZ5") { - t.Xll = GetPlcValue("D1212"); - t.Xllzt = GetPlcValue("D1112"); + + t.Xll = GetPlcValue("D1214"); + t.Xllzt = GetPlcValue("D1114"); if (t.Xll != "0.000" || t.Xllzt != "0.0000") { _result2Service.AddTResult2(t); } + + } //内2 if (par == "BZ6") { - t.Xll = GetPlcValue("D1214"); - t.Xllzt = GetPlcValue("D1114"); + t.Xll = GetPlcValue("D1216"); + t.Xllzt = GetPlcValue("D1116"); if (t.Xll != "0.000" || t.Xllzt != "0.0000") { _result2Service.AddTResult2(t); @@ -1719,8 +1722,8 @@ namespace ProductionSystem.Forms //外漏 if (par == "BZ7") { - t.Xll = GetPlcValue("D1216"); - t.Xllzt = GetPlcValue("D1116"); + t.Xll = GetPlcValue("D1212"); + t.Xllzt = GetPlcValue("D1112"); if (t.Xll != "0.000" || t.Xllzt != "0.0000") { _result2Service.AddTResult2(t);