From b3bcb467a943ff5440d9953eeab9d3dd018ba0ca Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 수, 16 6월 2021 17:26:40 +0900 Subject: [PATCH] Ongoing80 #3428 CF AOI Review Recipe Editor 리뷰 우선순위 조건 타입 변경기능 적용 및 검증 - 우선 순위 조건 Defect Type -> Defecct Code 변경 - Defect Code 고정 -> 텍스트로 설정 - 텍스트를 비워두거나 ALL, all을 입력시 모든 Defect코드에 대하여 우선순위 정렬 --- ReviewSystem/ReviewSystem/MainFrm.cpp | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/ReviewSystem/ReviewSystem/MainFrm.cpp b/ReviewSystem/ReviewSystem/MainFrm.cpp index 2f49cd1..ee342ad 100644 --- a/ReviewSystem/ReviewSystem/MainFrm.cpp +++ b/ReviewSystem/ReviewSystem/MainFrm.cpp @@ -84,6 +84,13 @@ SetTimer(ID_TIMER_SEND_SIGNAL_ALIVE, 100, NULL); + system("net use Y: \\\\126.100.100.1\\d\\DIT_ResultData pw:dit/user:Server/persistent:yes"); + + //LYW Align Reconnect + //�뾽�뜲�씠�듃�떆 + //system("netsh interface set interface name = \"Align #1\" admin = disable&& netsh interface set interface name = \"Align #1\" admin = enable&& netsh interface set interface name = \"Align #2\" admin = disable&& netsh interface set interface name = \"Align #2\" admin = enable"); + //Sleep(2000); + // SetTimer(ID_TIMER_WSI_LONGRUN_TEST_TIME, 10000, NULL); return 0; @@ -334,7 +341,10 @@ if (pSequenceProcessor == NULL) return; pSequenceProcessor->SendSignalReviewAlive((long)m_bAlive); + + //#3358 KYH FDC �뜲�씠�꽣 �쟾�넚 �떆�젏 媛쒖꽑 ADD START pSequenceProcessor->MakeDVData2(); // 210325 kyh + //#3358 KYH FDC �뜲�씠�꽣 �쟾�넚 �떆�젏 媛쒖꽑 ADD END } void CMainFrame::SendAFMAlive() { -- Gitblit v1.9.3