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.到取印尼位上方; } }