From 1e5e9224e77375df757833c647788b20f9ee3015 Mon Sep 17 00:00:00 2001 From: lhiven Date: Thu, 16 Jan 2025 08:29:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=8B=E5=8A=A8=E5=8F=96?= =?UTF-8?q?=E6=96=99=E6=8B=8D=E7=85=A7=E5=A4=B1=E8=B4=A5=E6=97=B6=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/Recipe/StockTrayLocationRecipe.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rs.DeweyTester/Recipe/StockTrayLocationRecipe.cs b/Rs.DeweyTester/Recipe/StockTrayLocationRecipe.cs index 14b201c..5409679 100644 --- a/Rs.DeweyTester/Recipe/StockTrayLocationRecipe.cs +++ b/Rs.DeweyTester/Recipe/StockTrayLocationRecipe.cs @@ -345,6 +345,10 @@ namespace Rs.MotionPlat.Recipe { StockTakeFlow.Instance.Take(trayType, slotIndex, nozzleIndex, EStockScanBarcodeMode.Single,fixtureret,false); } + else + { + Msg.ShowError("Locate failure"); + } } //Nozzle takeNozzle=NozzleManager.GetNozzle(nozzleIndex);