From fc652644a0f1048f8118f3e489e1041aa8a2b846 Mon Sep 17 00:00:00 2001 From: lhiven <236881222@qq.com> Date: Mon, 22 Jan 2024 20:51:13 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BD=93=E6=8E=92=E6=96=99?= =?UTF-8?q?=E8=BD=B4=E5=9C=A8=E5=91=A8=E8=BD=AC=E7=9B=98=E5=8F=96=E6=96=99?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E8=B7=B3=E8=BF=87=E6=97=B6=EF=BC=8C=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E6=B8=85=E9=99=A4=E5=91=A8=E8=BD=AC=E7=9B=98=E7=9A=84?= =?UTF-8?q?=E7=A9=B4=E4=BD=8D=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/Flow/NormalFlow/DischargeFlow.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rs.SkyLine/Flow/NormalFlow/DischargeFlow.cs b/Rs.SkyLine/Flow/NormalFlow/DischargeFlow.cs index 2c86733..c5e15ad 100644 --- a/Rs.SkyLine/Flow/NormalFlow/DischargeFlow.cs +++ b/Rs.SkyLine/Flow/NormalFlow/DischargeFlow.cs @@ -583,6 +583,7 @@ namespace Rs.MotionPlat.Flow //执行料仓Tray取料NG时的处理流程,流程处理结束后,流程继续 if (curTask.FromType == TurnoverType.Turnover) { + TurnoverTrayManager.Instance.Slot(curTask.FromIndex + 1).ClearProduct(); GlobalTray.TurnoverTray.ChangeStatus(curTask.FromIndex + 1, ESlotStatus.NotHave); curTask.Dealed = true; } @@ -1166,6 +1167,7 @@ namespace Rs.MotionPlat.Flow //当放料到tray盘区域时,并且周转再盘已经没有要下料的穴位时,通知周转模组可以运动了 if(curNozzle.ToType!= TurnoverType.Turnover && TurnoverTrayManager.Instance.GetSlots(ETurnoverTraySlotType.Tested, ETurnoverTraySlotStatus.Have).Count()==0) { + LogHelper.Debug("通知周转模组可以运动"); TurnoverFlow.Instance.CanMoveFromTestTrayToTurnoverTray(); } logInfo = GetClassName()+$"排料吸嘴{curNozzle.NozzleIndex}号已运动到{WitchTrayWitchSlot(curNozzle.ToType,curNozzle.ToIndex)}放料位上方";