diff --git a/LaiPuLaser/CommonFlowMgr.cpp b/LaiPuLaser/CommonFlowMgr.cpp index cca1474..267aef8 100644 --- a/LaiPuLaser/CommonFlowMgr.cpp +++ b/LaiPuLaser/CommonFlowMgr.cpp @@ -1659,6 +1659,14 @@ void CCommonFlowMgr::MovePtToCamera(vector &PtVec, vector &ResultVec pCmd->SetAfterDelay(300);//移动后延时 CmdContainer.AddCmd(pCmd); } + //等待运动结束------------------------------------------------- + { + CWorkCmdWaitMotorStop *pCmd = new CWorkCmdWaitMotorStop(); + pCmd->SetbWaitMotorX(); + pCmd->SetbWaitMotorX2(); + pCmd->SetbWaitMotorY(); + CmdContainer.AddCmd(pCmd); + } //抓取-------------------------------------------------------- if (bCatch) {