From 8648d6e8cf8d929440ad3c61a5c386bb1922eca7 Mon Sep 17 00:00:00 2001 From: lhiven Date: Wed, 14 Aug 2024 15:26:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=A7=E5=93=81=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E5=AE=8C=E6=88=90=E5=90=8E=E6=B7=BB=E5=8A=A0=E6=B2=BB?= =?UTF-8?q?=E5=85=B7=E6=B5=8B=E8=AF=95=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs b/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs index 8e7b9d1..92a3c27 100644 --- a/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs +++ b/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs @@ -520,6 +520,7 @@ namespace Rs.MotionPlat.Flow //判断治具是否有产品,没有产品则直接放料 if (curFixture.Product != null) { + curFixture.AddTestRecordToProduct(); //在这里判断这个治具上的产品,有没有吸嘴上的产品和它进行交换的,如果没有,则继续轮询下一个治具 needPlaceNozzle = GetPlaceNozzle(curFixture); if (needPlaceNozzle != null)