|
|
|
@ -1593,10 +1593,10 @@ namespace Rs.MotionPlat.Flow
|
|
|
|
|
if (AxisArrived.TurnoverXYIsInTargetPos(targetTurnoverX, targetTurnoverY))
|
|
|
|
|
{
|
|
|
|
|
ActionEnd("到治具保压位上方");
|
|
|
|
|
if (TestTrayManager.Instance.GetSlots(ETestTraySlotStatus.Have).Count > 0)
|
|
|
|
|
{
|
|
|
|
|
logInfo = GetClassName() + $"已运动到测试保压位上方,cx:{Ops.GetCurPosition(AxisControl.TurnoverX)},cy:{Ops.GetCurPosition(AxisControl.TurnoverY)}";
|
|
|
|
|
MessageQueue.Instance.Insert(logInfo);
|
|
|
|
|
if (TestTrayManager.Instance.GetSlots(ETestTraySlotStatus.Have).Count > 0)
|
|
|
|
|
{
|
|
|
|
|
Step = ETurnoverFlowStep.到测试保压位下方1;
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|