|
|
|
@ -255,8 +255,11 @@ namespace Rs.MotionPlat.Flow.SubFlow
|
|
|
|
|
if (!curNozzle.HasProduct() || GlobalVar.RunSpace)
|
|
|
|
|
{
|
|
|
|
|
if(curNozzle.Product!=null)
|
|
|
|
|
{
|
|
|
|
|
if(trayType != ETrayType.ReTest)
|
|
|
|
|
{
|
|
|
|
|
PlaceFinishedEvent?.Invoke(curNozzle.Product);
|
|
|
|
|
}
|
|
|
|
|
logInfo = $"{GetClassName()}检测到吸嘴{curNozzle.NozzleIndex}无粘料,吸嘴{curNozzle.NozzleIndex}把产品SN:{curNozzle.Product.SN}放入OK料盘{curPlaceSlot.Index}穴位";
|
|
|
|
|
MessageQueue.Instance.Insert(logInfo);
|
|
|
|
|
tray.ChangeStatus(curPlaceSlot.Index, ESlotStatus.Have);
|
|
|
|
|