diff --git a/LaiPuLaser/Program_SZ_XL_TrackWorkFlow.cpp b/LaiPuLaser/Program_SZ_XL_TrackWorkFlow.cpp index 89d699c..c0de9b6 100644 --- a/LaiPuLaser/Program_SZ_XL_TrackWorkFlow.cpp +++ b/LaiPuLaser/Program_SZ_XL_TrackWorkFlow.cpp @@ -690,9 +690,9 @@ bool CTrackWorkFlow::PushJigOut() SendMsgToPlc(PlcCmd, false); m_bPushJigOut = false; int cnt = 0; - while (cnt < 200 && (!m_bPushJigOut)) + while (cnt < 50 && (!m_bPushJigOut)) { - Sleep(300); + Sleep(200); cnt++; } if (cnt == 200)