From 05d2869c5fcb5b13057fa97fd5b019b95a4ee78d Mon Sep 17 00:00:00 2001 From: ldw <11622064+ldw888@user.noreply.gitee.com> Date: Wed, 13 Aug 2025 09:49:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JinYuan.ControlCenter/ControlCenter_Plc.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/JinYuan.ControlCenter/ControlCenter_Plc.cs b/JinYuan.ControlCenter/ControlCenter_Plc.cs index f945b48..bfffae4 100644 --- a/JinYuan.ControlCenter/ControlCenter_Plc.cs +++ b/JinYuan.ControlCenter/ControlCenter_Plc.cs @@ -1997,12 +1997,12 @@ namespace JinYuan.ControlCenters { m.Result = MyRes[i] = 2; m.Remark += "本地存储"; - //芯包重量1判定结果 - if (m.list_Data1[i, 10] == 2) { m.Remark += ",芯包重量NG"; } - //芯包侧厚判定结果 - if (m.list_Data1[i, 11] == 2) { m.Remark += ",芯包侧厚NG"; } - //芯包CCD极性检测结果 - if (m.list_Data1[i, 12] == 2) { m.Remark += ",芯包CCD极性检测NG"; } + ////芯包重量1判定结果 + //if (m.list_Data1[i, 10] == 2) { m.Remark += ",芯包重量NG"; } + ////芯包侧厚判定结果 + //if (m.list_Data1[i, 11] == 2) { m.Remark += ",芯包侧厚NG"; } + ////芯包CCD极性检测结果 + //if (m.list_Data1[i, 12] == 2) { m.Remark += ",芯包CCD极性检测NG"; } m.UpState = "未上传"; } //极限件发3给PLC