diff --git a/Rs.SkyLine/Flow/NormalFlow/TakeTrayFlow.cs b/Rs.SkyLine/Flow/NormalFlow/TakeTrayFlow.cs index d21ae02..827499b 100644 --- a/Rs.SkyLine/Flow/NormalFlow/TakeTrayFlow.cs +++ b/Rs.SkyLine/Flow/NormalFlow/TakeTrayFlow.cs @@ -233,7 +233,7 @@ namespace Rs.MotionPlat.Flow { logInfo = GetClassName()+$"夹爪真空吸检测 OK"; MessageQueue.Instance.Insert(logInfo); - takeTrayFinishedEvent?.Invoke(); + step = ETakeTrayFlowStep.到放料盘上方; } } @@ -260,7 +260,7 @@ namespace Rs.MotionPlat.Flow //} //centerX = SysConfigParam.GetValue($"Tray{m_toTray.ToString()}CenterX"); //centerY = SysConfigParam.GetValue($"Tray{m_toTray.ToString()}CenterY"); - + takeTrayFinishedEvent?.Invoke(); cameraCenterX = SysConfigParam.GetValue("ClampCenter2UpCameraCenterX"); cameraCenterY = SysConfigParam.GetValue("ClampCenter2UpCameraCenterY"); targetX = SysConfigParam.GetValue($"{m_toTray.ToString()}TakeTrayX");