This commit is contained in:
ldw
2025-09-15 09:10:59 +08:00
parent 5b05d6d0e8
commit d97b902682
+2 -2
View File
@@ -1819,7 +1819,7 @@ namespace JinYuan.ControlCenters
{ {
m.Thickness_PLCData[i, j] = ShortLib.GetShortFromByteArray(bArrays.Content, 500 + i * 30 * 2 + j * 2, DataFormat.CDAB); m.Thickness_PLCData[i, j] = ShortLib.GetShortFromByteArray(bArrays.Content, 500 + i * 30 * 2 + j * 2, DataFormat.CDAB);
} }
//不良ng编号 //不良ng编号4300
for (int j = 0; j < 16; j++) for (int j = 0; j < 16; j++)
{ {
m.CCD_NgNo[i, j] = ShortLib.GetShortFromByteArray(bArrays.Content, 2200 + i * 30 * 2 + j * 2, DataFormat.CDAB); m.CCD_NgNo[i, j] = ShortLib.GetShortFromByteArray(bArrays.Content, 2200 + i * 30 * 2 + j * 2, DataFormat.CDAB);
@@ -2280,7 +2280,7 @@ namespace JinYuan.ControlCenters
List<string> NGcodelist = new List<string>(); List<string> NGcodelist = new List<string>();
List<string> NGmessagelist = new List<string>(); List<string> NGmessagelist = new List<string>();
for (int i = 0; i < 27; i++) for (int i = 0; i < 16; i++)
{ {
if (lstResult[index, i] != 0) if (lstResult[index, i] != 0)
{ {