From 1378ca2d25ba5b5a91cdd76276efd690f3c129be Mon Sep 17 00:00:00 2001 From: lhiven Date: Wed, 11 Jun 2025 09:55:44 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81GRR=E6=A8=A1=E5=BC=8F=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E4=BA=A7=E5=93=81=E4=BA=8C=E7=BB=B4=E7=A0=81=E9=95=BF?= =?UTF-8?q?=E5=BA=A6=E7=9A=84=E6=A3=80=E6=B5=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/Flow/NormalFlow/GrrFlow.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Rs.DeweyTester/Flow/NormalFlow/GrrFlow.cs b/Rs.DeweyTester/Flow/NormalFlow/GrrFlow.cs index f419eaa..97357f4 100644 --- a/Rs.DeweyTester/Flow/NormalFlow/GrrFlow.cs +++ b/Rs.DeweyTester/Flow/NormalFlow/GrrFlow.cs @@ -277,15 +277,15 @@ namespace Rs.MotionPlat.Flow vProductResult.Parse(msg); if ((vProductResult != null && vProductResult.Result == EOneGrabSixteenResult.Ok) || GlobalVar.RunSpace) { - if(vProductResult.SN.Length==GlobalVar.BarcodeLength) + //if(vProductResult.SN.Length==GlobalVar.BarcodeLength) { flowStep = EGrrFlowStep.到料仓取料位上方; } - else - { - alarmEntity = AlarmCollection.Get(AlarmConstID.二维码长度异常报警); - Msgbox.ShowDialog(alarmEntity, EButtonType.Retry, true); - } + //else + //{ + // alarmEntity = AlarmCollection.Get(AlarmConstID.二维码长度异常报警); + // Msgbox.ShowDialog(alarmEntity, EButtonType.Retry, true); + //} } else if (vProductResult != null && vProductResult.Result == EOneGrabSixteenResult.LocationOkScanBarcodeFail) {