From e21f80c0b3c303c8f38859cc7652822f2da2913c Mon Sep 17 00:00:00 2001 From: KYH <kimyonghee@diteam.co.kr> Date: 월, 07 6월 2021 10:36:51 +0900 Subject: [PATCH] Merge remote-tracking branch 'origin/feature/#3381_CF_AOI_Review_전설비_FDC_TackTime_오보고_현상_개선' into develop --- ReviewSystem/ReviewSystem/SequenceProcessor_CPJT.cpp | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ReviewSystem/ReviewSystem/SequenceProcessor_CPJT.cpp b/ReviewSystem/ReviewSystem/SequenceProcessor_CPJT.cpp index b5015e7..61ee2e5 100644 --- a/ReviewSystem/ReviewSystem/SequenceProcessor_CPJT.cpp +++ b/ReviewSystem/ReviewSystem/SequenceProcessor_CPJT.cpp @@ -1027,6 +1027,10 @@ } + + // #3381 LYW CF AOI Review 전설비 FDC TackTime 오보고 현상 개선 ADD START + pDitRawClient->GetGlassData()->m_tmReviewLoading = CTime::GetCurrentTime(); + // #3381 LYW CF AOI Review 전설비 FDC TackTime 오보고 현상 개선 ADD END CString strGlassIDTemp = NULL; @@ -4691,7 +4695,7 @@ //3360 LYW_ CF AOI QD Review WSI XY MotorMoving Error 알람 발생 원인 분석 및 조치 START g_pLog->DisplayMessage(_T("[GantryAutoGo] No Exist Send Point,TwoGantrySyncMode OFF!"), vectorPosX.size()); g_pLog->DisplayMessage(_T("[GantryAutoGo] (%d)Gantry Path Send Fail"), pModuleStatus->GetGantryIndex()); //taek 210128 - pMotorControl->GantrySetTwoGantrySyncModeSend(1); + pMotorControl->GantrySetTwoGantrySyncModeSend(0); //3360 LYW_ CF AOI QD Review WSI XY MotorMoving Error 알람 발생 원인 분석 및 조치 END } else -- Gitblit v1.9.3