From 0c8cc3744a33a5b8eabf8516affb06a18a7e5748 Mon Sep 17 00:00:00 2001 From: lhiven <236881222@qq.com> Date: Thu, 27 Jun 2024 13:37:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B2=BB=E5=85=B7=E5=8F=96?= =?UTF-8?q?=E6=96=99=E6=8A=A5=E8=AD=A6=E6=97=B6=E6=8F=90=E7=A4=BA=E5=93=AA?= =?UTF-8?q?=E4=B8=AA=E5=90=B8=E5=98=B4=E6=8A=A5=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/Flow/SubFlow/FixtureTakeFlow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rs.DeweyTester/Flow/SubFlow/FixtureTakeFlow.cs b/Rs.DeweyTester/Flow/SubFlow/FixtureTakeFlow.cs index 88c8075..f9981e9 100644 --- a/Rs.DeweyTester/Flow/SubFlow/FixtureTakeFlow.cs +++ b/Rs.DeweyTester/Flow/SubFlow/FixtureTakeFlow.cs @@ -228,7 +228,7 @@ namespace Rs.MotionPlat.Flow.SubFlow } else { - Msgbox.ShowDialog(EButtonType.Recheck, $"治具{curFixture.Index}取料真空检测异常,请处理","vac error",true); + Msgbox.ShowDialog(EButtonType.Recheck, $"吸嘴{curNozzle.NozzleIndex}从治具{curFixture.Index}取料时真空检测异常,请处理","vac error",true); } break;