|
|
|
@ -510,7 +510,7 @@ namespace Rs.MotionPlat.Flow
|
|
|
|
|
int placeNozzleIndex = placeNozzle.NozzleIndex;
|
|
|
|
|
//placeNozzle.Product.Result
|
|
|
|
|
//这里先方到OK料仓
|
|
|
|
|
if(placeNozzle.Product.Result=="true")
|
|
|
|
|
if(placeNozzle.Product.Result=="PASS")
|
|
|
|
|
{
|
|
|
|
|
logInfo = GetClassName()+$"检查到吸嘴{placeNozzle.NozzleIndex}号吸嘴产品检测结果{placeNozzle.Product.Result}";
|
|
|
|
|
MessageQueue.Instance.Insert(logInfo);
|
|
|
|
@ -542,6 +542,7 @@ namespace Rs.MotionPlat.Flow
|
|
|
|
|
{
|
|
|
|
|
//提示更换料盘
|
|
|
|
|
Msgbox.ShowDialog(EButtonType.Ok, "NG料盘已满,请更换料盘,更换完成后点击确定");
|
|
|
|
|
ThreePointLocationFlow.Instance.Location(ETrayType.Ng);
|
|
|
|
|
GlobalTray.NgTray.ChangeStatus(ESlotStatus.NotHave);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -717,7 +718,7 @@ namespace Rs.MotionPlat.Flow
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case "AAB":
|
|
|
|
|
if(fixture.Product!=null && fixture.Product.TestNum==1 && fixture.Product.Result=="false")
|
|
|
|
|
if(fixture.Product!=null && fixture.Product.TestNum==1 && fixture.Product.Result=="NG")
|
|
|
|
|
{
|
|
|
|
|
return NozzleManager.GetIdelNozzle();
|
|
|
|
|
}
|
|
|
|
|