From a85f4cc17f8775845a2d9dbc359826663ede2fe0 Mon Sep 17 00:00:00 2001
From: LYW <leeyeanwoo@diteam.co.kr>
Date: 금, 04 6월 2021 17:52:11 +0900
Subject: [PATCH] Ongoing80 #3417 CF AOI Review 전설비 Log Process개선 - LOG 뷰어 리스트 박스로 변경 - 시퀀스 쓰레드에서 로그 발생기 로그 쓰레드로 메시지로 전송 후 바로 다음 업무 처리

---
 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 c13c0f3..75e5dcf 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