From aef796b378d61108976f4b2597449da799961b25 Mon Sep 17 00:00:00 2001 From: lhiven <236881222@qq.com> Date: Mon, 24 Jun 2024 07:15:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96GRR=E6=97=B6=E6=9C=89?= =?UTF-8?q?=E6=9C=80=E5=90=8E=E4=B8=80=E4=B8=AA=E4=BA=A7=E5=93=81=E4=B8=8D?= =?UTF-8?q?=E6=94=BE=E6=96=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/Flow/NormalFlow/GrrFlow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rs.DeweyTester/Flow/NormalFlow/GrrFlow.cs b/Rs.DeweyTester/Flow/NormalFlow/GrrFlow.cs index 2ba8466..d404c1c 100644 --- a/Rs.DeweyTester/Flow/NormalFlow/GrrFlow.cs +++ b/Rs.DeweyTester/Flow/NormalFlow/GrrFlow.cs @@ -524,7 +524,7 @@ namespace Rs.MotionPlat.Flow { curTakeNozzle.Status = ENozzleStatus.ToTest; } - if (NozzleManager.GetIdleNozzleCount() == 1 || testFinishedNum == GlobalVar.GrrProductNum) + if (NozzleManager.GetNozzlesByStatus(ENozzleStatus.ToUnload).Count == 3 || testFinishedNum == GlobalVar.GrrProductNum) { flowStep = EGrrFlowStep.判断是否需要放料到料仓; }