优化GRR时有最后一个产品不放料问题

master
lhiven 12 months ago
parent 81cf9c22cc
commit aef796b378

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

Loading…
Cancel
Save