From a52663706bfd53311e5e235162e433d88c5fac14 Mon Sep 17 00:00:00 2001 From: lhiven Date: Fri, 26 Jul 2024 20:25:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A3=9E=E6=8B=8D=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E7=AC=AC=E4=B8=80=E4=B8=AA=E4=BA=A7=E5=93=81=E6=89=AB?= =?UTF-8?q?=E7=A0=81=E6=97=B6=E5=AE=9A=E6=89=AB=E6=88=90=E5=8A=9F=E5=90=8E?= =?UTF-8?q?=E6=AD=BB=E5=BE=AA=E7=8E=AF=E9=A3=9E=E6=8B=8D=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs b/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs index 9bceca3..4557b29 100644 --- a/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs +++ b/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs @@ -374,6 +374,8 @@ namespace Rs.MotionPlat.Flow { ret.Change(fixtureret.SN, fixtureret.OffsetX, fixtureret.OffsetY); //takeSlotIndex++; + StockTakeFlow.Instance.Take(ETrayType.Input, takeSlotIndex, NozzleManager.GetIdelNozzle().NozzleIndex); + takeSlotIndex++; flowStep = EDischargeFlowStep.判断是否需要从料仓取料; exit = true; }