From 5f12658f37fed156e67b3318542c98f359341ffd Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 금, 05 8월 2022 17:24:00 +0900 Subject: [PATCH] 업로드 실패알람 조건 변경 --- ReviewSystem/ReviewSystem/SequenceProcessor.cpp | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/ReviewSystem/ReviewSystem/SequenceProcessor.cpp b/ReviewSystem/ReviewSystem/SequenceProcessor.cpp index 4f11b45..bb8d7f2 100644 --- a/ReviewSystem/ReviewSystem/SequenceProcessor.cpp +++ b/ReviewSystem/ReviewSystem/SequenceProcessor.cpp @@ -86,6 +86,7 @@ //#3584 210817 LYW CF AOI Review �떆裕щ젅�씠�뀡 湲곕뒫 �젙�긽�솕 ADD START m_bSimulationMode = FALSE; //#3584 210817 LYW CF AOI Review �떆裕щ젅�씠�뀡 湲곕뒫 �젙�긽�솕 ADD END + m_bReviewComplete = FALSE; InitializeCriticalSection(&m_csProcessStatus); } @@ -1965,7 +1966,7 @@ //{ - // WSI result count + // WSI result count //TEST for (int nModuleIdx=0; nModuleIdx<Module_GetModuleStatusCount(); nModuleIdx++) { CWsiControl* pWsiControl = m_pSP2P->ISP2P_GetWSIControl(nModuleIdx); @@ -2061,14 +2062,15 @@ int nTotalWsiCount = 0; - for(int nWsiControlIdx = 0; nWsiControlIdx < nWsiControlCount; nWsiControlIdx++) - { - CWsiControl* pWsiControl = m_pSP2P->ISP2P_GetWSIControl(nWsiControlIdx); - if(pWsiControl == NULL) continue ; +// for(int nWsiControlIdx = 0; nWsiControlIdx < nWsiControlCount; nWsiControlIdx++) +// { - // WSI result count + // WSI result count //TEST for (int nModuleIdx=0; nModuleIdx<Module_GetModuleStatusCount(); nModuleIdx++) { + CWsiControl* pWsiControl = m_pSP2P->ISP2P_GetWSIControl(nModuleIdx); + if (pWsiControl == NULL) continue; + CReviewResult* pWsiUserResult = pGlassResult->GetWsiUserResult(nModuleIdx); if(pWsiUserResult == NULL) continue ; const SCoordInfo* pCoordInfo = Module_GetCoordInfo(nModuleIdx); @@ -2121,10 +2123,10 @@ // [2016:11:18]-[WEZASW] : �쟾�떖 �빆紐� �닔�젙 => nModuleIndex, nDefectCount, nDefectIndex ( n+0), nUMOriginX ( n+1), nUMOriginY ( n+2) bWSIStart = pWsiControl->SetWsiStart(nDefectCount, vectorPosX, vectorPosY, 1); - + nTotalWsiCount+=nDefectCount; } - } + //} return bWSIStart; } -- Gitblit v1.9.3