diff --git a/Rs.DeweyTester/SysConfig/SelectProductFrm.cs b/Rs.DeweyTester/SysConfig/SelectProductFrm.cs index 729d836..4c2f562 100644 --- a/Rs.DeweyTester/SysConfig/SelectProductFrm.cs +++ b/Rs.DeweyTester/SysConfig/SelectProductFrm.cs @@ -1,6 +1,7 @@ using Rs.Controls; using Rs.MotionPlat.Commom; using Rs.MotionPlat.Entitys; +using Rs.MotionPlat.Flow.SafePosFlow; using Rs.MotionPlat.Flow.SubFlow; using System; using System.Collections.Generic; @@ -125,6 +126,7 @@ namespace Rs.MotionPlat.SysConfig } } } + DischargeModuleGoSafePosFlow.Instance.GoSafePostion(); }); }