From 4b7e44befab7ad35a7839f9ab02c6fdaa5e4aecd Mon Sep 17 00:00:00 2001 From: lhiven Date: Tue, 6 Aug 2024 10:35:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=AE=9A=E6=B5=81=E7=A8=8B=E8=A7=86?= =?UTF-8?q?=E8=A7=89=E6=8B=8D=E7=85=A7=E5=A4=B1=E8=B4=A5=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=80=80=E5=87=BA=E6=A0=87=E5=AE=9A=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/Flow/NormalFlow/CalibrationFlow.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rs.DeweyTester/Flow/NormalFlow/CalibrationFlow.cs b/Rs.DeweyTester/Flow/NormalFlow/CalibrationFlow.cs index e607504..1ddd7d2 100644 --- a/Rs.DeweyTester/Flow/NormalFlow/CalibrationFlow.cs +++ b/Rs.DeweyTester/Flow/NormalFlow/CalibrationFlow.cs @@ -5,6 +5,7 @@ using Rs.Motion; using Rs.MotionPlat.Commom; using Rs.MotionPlat.Entitys; using Rs.MotionPlat.Flow.Common; +using Rs.MotionPlat.Flow.SafePosFlow; using Rs.MotionPlat.Vision; using System; using System.Collections.Generic; @@ -368,6 +369,7 @@ namespace Rs.MotionPlat.Flow.NormalFlow if(btnSelect== EButtonType.Cancel) { run = false; + DischargeModuleGoSafePosFlow.Instance.GoSafePostion(); step = ECalibrationFlowStep.到取印尼位上方; } }