2、等待治具就绪的条件增加一个结果不能为空
@ -432,7 +432,7 @@ namespace Rs.Framework
{
get
return SysConfigParam.GetValue<bool>(nameof(EnableTC6));
return SysConfigParam.GetValue<bool>(nameof(IsSimTest));
}
@ -392,7 +392,10 @@ namespace Rs.MotionPlat.Flow
else
flowStep = EGrrFlowStep.到治具取料位上方;
if(!string.IsNullOrEmpty(curFixture.Product.Result))
break;