处理模式7 不显示的bug

dep_yangw
我叫锄头 11 months ago
parent 0902613703
commit 88dfff2210

@ -1599,6 +1599,7 @@ namespace ProductionSystem.Forms
SetMiddleData("BZ5_DB");
SetMiddleData("BZ6_DB");
SetMiddleData("BZ7_DB");
SetMiddleData("BZ8_DB");
Thread.Sleep(Program.ReadPlcRate);
}
@ -1621,7 +1622,9 @@ namespace ProductionSystem.Forms
}
else
{
//处理换行符
productBarCode=txtProductCode.Text;
productBarCode= productBarCode.Replace("\r", "").Replace("\n", "");
}
var value = OmronHelper.GetPlcVal(entity.DataType, entity.Address);
@ -1904,7 +1907,7 @@ namespace ProductionSystem.Forms
{ "BZ5", "D1308" },
{ "BZ6", "D1310" },
//外露
{ "BZ7", "D1316" },
{ "BZ7", "D1306" },
{ "BZ8", "D1314" },
};

Loading…
Cancel
Save