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; }