|
|
@ -112,7 +112,7 @@ namespace Rs.MotionPlat.Flow.SubFlow
|
|
|
|
{
|
|
|
|
{
|
|
|
|
triggerPos[i] = sp.Y + (i * 5);
|
|
|
|
triggerPos[i] = sp.Y + (i * 5);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
AxisControl.LoadY2.SetPosCompare(1, triggerPos);
|
|
|
|
AxisControl.LoadY2.SetPosCompare((ushort)GlobalVar.HightChannel, triggerPos);
|
|
|
|
AxisPosPrint.PrintXY1Y2CurrentPos("已运动到料仓拍照位上方", GetClassName());
|
|
|
|
AxisPosPrint.PrintXY1Y2CurrentPos("已运动到料仓拍照位上方", GetClassName());
|
|
|
|
flowStep = EProductLocationFlowStep.到料仓拍照结束位;
|
|
|
|
flowStep = EProductLocationFlowStep.到料仓拍照结束位;
|
|
|
|
}
|
|
|
|
}
|
|
|
|