From 497132a941e77af03ccef48412a00c17d50999dd Mon Sep 17 00:00:00 2001 From: bestlqiang Date: Wed, 22 Dec 2021 10:00:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=84=E4=BD=8D=E7=BD=AE=E5=8F=AF=E8=AE=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LaiPuLaser/Program_SZ_XL_TrackWorkFlow.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/LaiPuLaser/Program_SZ_XL_TrackWorkFlow.cpp b/LaiPuLaser/Program_SZ_XL_TrackWorkFlow.cpp index 51c196d..796259b 100644 --- a/LaiPuLaser/Program_SZ_XL_TrackWorkFlow.cpp +++ b/LaiPuLaser/Program_SZ_XL_TrackWorkFlow.cpp @@ -876,16 +876,16 @@ void CTrackWorkFlow::Load() { SetCurTrackWorkStep(_ETrack_Step_Load); //平台移动到上料位置 - if (gProgram_SZ_XL->IsbAutoWorkMode())//自动模式 + //if (gProgram_SZ_XL->IsbAutoWorkMode())//自动模式 { //夹紧载盘 ProductCarrierOpenClose(false); MoveToPos(_ETrack_Step_Load); } - else//手动模式移动到unload 的位置 - { - MoveToPos(_ETrack_Step_Unload); - } + //else//手动模式移动到unload 的位置 + //{ + // MoveToPos(_ETrack_Step_Unload); + //} CString Log = m_TrackName + " Load"; gLogMgr->WriteDebugLog(Log); @@ -1444,7 +1444,7 @@ void CTrackWorkFlow::ThrowEdge() if (gProgram_SZ_XL->IsbAutoWorkMode())//自动模式 { //平台移动到上料位置 - MoveToPos(_ETrack_Step_Load); + MoveToPos(_ETrack_Step_Throw_Edge); if (gProgram_SZ_XL->SendMsgToLoadDevice(m_TrackType, _ETrack_Step_Throw_Edge, true) == false) {