From bd13fa3f9396f1f681759f4623c55d5f91d74a9c Mon Sep 17 00:00:00 2001
From: LYW <leeyeanwoo@diteam.co.kr>
Date: 목, 29 7월 2021 11:42:19 +0900
Subject: [PATCH] Ongoing90 #3524 CF AOI Review 디포커스 알람 추가 및 FDC 보고 방식 개선

---
 ReviewSystem/ReviewSystem/MainFrm.cpp |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/ReviewSystem/ReviewSystem/MainFrm.cpp b/ReviewSystem/ReviewSystem/MainFrm.cpp
index 2f49cd1..5687f0b 100644
--- a/ReviewSystem/ReviewSystem/MainFrm.cpp
+++ b/ReviewSystem/ReviewSystem/MainFrm.cpp
@@ -41,6 +41,8 @@
 	ID_INDICATOR_SCRL,
 };
 
+// �젙�쓽 
+
 // CMainFrame �깮�꽦/�냼硫�
 
 CMainFrame::CMainFrame()
@@ -68,6 +70,8 @@
 	if (CFrameWndEx::OnCreate(lpCreateStruct) == -1)
 		return -1;
 
+	SetUnhandledExceptionFilter(TopLevelExceptionFilterCallBack);
+
 	ModifyStyle(WS_CAPTION, NULL);
 
 	SetMenu(NULL);
@@ -83,6 +87,13 @@
 	//SetTimer(ID_TIMER_WSI_START_ACK_TIME, 100, NULL);
 
 	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);
 
@@ -334,7 +345,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()
 {
@@ -930,4 +944,5 @@
 		return TRUE;
 	}
 	return FALSE;
-}
\ No newline at end of file
+}
+

--
Gitblit v1.9.3