|
@@ -4322,7 +4322,7 @@ namespace MainForm
|
|
|
if (a3OEETypeGOld_left <= 2 && a3OEEType_left == 4)
|
|
|
{
|
|
|
Task.Run(() =>
|
|
|
- 通用节拍接口(plcNo, stationNameStr, tagBaseName + ".Left." + tagMesCommName,
|
|
|
+ 通用节拍接口(plcNo, stationNameStr, tagBaseName + ".Left." + tagiotComnName,
|
|
|
CarrierBarcode_Left,
|
|
|
stPLC_MesData.Left.iotData));
|
|
|
}
|
|
@@ -4354,7 +4354,7 @@ namespace MainForm
|
|
|
else
|
|
|
{
|
|
|
Task.Run(() => 通用节拍接口(plcNo, stationNameStr,
|
|
|
- tagBaseName + ".Left." + tagMesCommName, CarrierBarcode_Left,
|
|
|
+ tagBaseName + ".Left." + tagiotComnName, CarrierBarcode_Left,
|
|
|
stPLC_MesData.Left.iotData));
|
|
|
//Task.Run(() =>
|
|
|
// S3节拍接口(plcNo, stationNameStr, tagBaseName + ".Left." + tagiotComnName, stPLC_MesData.Left.BarcodeSet.strCarrierBarcode.ToString(),
|
|
@@ -4386,7 +4386,7 @@ namespace MainForm
|
|
|
if (a3OEETypeGOld_right <= 2 && a3OEEType_right == 4)
|
|
|
{
|
|
|
Task.Run(() =>
|
|
|
- 通用节拍接口(plcNo, stationNameStr, tagBaseName + ".Right." + tagMesCommName,
|
|
|
+ 通用节拍接口(plcNo, stationNameStr, tagBaseName + ".Right." + tagiotComnName,
|
|
|
CarrierBarcode_Right,
|
|
|
stPLC_MesData.Right.iotData));
|
|
|
}
|
|
@@ -4418,7 +4418,7 @@ namespace MainForm
|
|
|
else
|
|
|
{
|
|
|
Task.Run(() =>
|
|
|
- 通用节拍接口(plcNo, stationNameStr, tagBaseName + ".Right." + tagMesCommName,
|
|
|
+ 通用节拍接口(plcNo, stationNameStr, tagBaseName + ".Right." + tagiotComnName,
|
|
|
CarrierBarcode_Right,
|
|
|
stPLC_MesData.Right.iotData));
|
|
|
//Task.Run(() =>
|