From 620248f65ed55204017b572cafc06afb7cea351b Mon Sep 17 00:00:00 2001 From: bestlqiang Date: Wed, 2 Dec 2020 17:29:37 +0800 Subject: [PATCH] =?UTF-8?q?PLC=E6=8E=A8=E5=87=BA=E6=9C=80=E5=A4=9A?= =?UTF-8?q?=E7=AD=89=E5=BE=8510=E7=A7=92,=E5=90=A6=E5=88=99=E8=A7=86?= =?UTF-8?q?=E4=B8=BA=E6=8E=A8=E5=87=BA=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LaiPuLaser/Program_SZ_XL_TrackWorkFlow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)