From 1fd49a571338b6c946bb05dcdf59ec1468df5c50 Mon Sep 17 00:00:00 2001 From: SWK <sungwk82@diteam.co.kr> Date: 목, 22 12월 2022 12:31:43 +0900 Subject: [PATCH] ongoing50 #4403 CF AOI Reveiw TACT 지연 개선 1. 일정 시간 유지 신호 처리 시 동기화로 인한 불합리 개선 - 일정 시간 유지 필요 시 스래드풀 작업큐를 이용하여 루프처리 방식으로 변경 - 유지 신호 처리 중 출력 신호 발생 시 작업큐에 등록하여 유지 신호와 결합하여 출력 처리 2. FDC 보고 항목 중 SW 버전 체크 루프 불합리 개선 - 프로그램 시작 시 연동 프로그램 버전 체크 간 실행되지 않는 프로그램이 있는 경우 무한 루프 발생 - 무한 루프로 인한 CPU 점유 상승->루프 중간 Sleep추가 및 코드 간소화 3. 로그 메시지에 시간 ms단위 추가(황만수SM 작업 내역 병합) --- ReviewSystem/ReviewSystem/resource.h | 21 +++++++++++++++++---- 1 files changed, 17 insertions(+), 4 deletions(-) diff --git a/ReviewSystem/ReviewSystem/resource.h b/ReviewSystem/ReviewSystem/resource.h index 7659a7c..2fe97fb 100644 --- a/ReviewSystem/ReviewSystem/resource.h +++ b/ReviewSystem/ReviewSystem/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}} -// Microsoft Visual C++에서 생성한 포함 파일입니다. -// ReviewSystem.rc에서 사용되고 있습니다. +// Microsoft Visual C++�뿉�꽌 �깮�꽦�븳 �룷�븿 �뙆�씪�엯�땲�떎. +// ReviewSystem.rc�뿉�꽌 �궗�슜�릺怨� �엳�뒿�땲�떎. // #define IDCANCEL 2 #define IDD_ABOUTBOX 100 @@ -68,6 +68,7 @@ #define IDD_DLG_DEFECT_MAP_TAB 374 #define IDD_DLG_ALIGN_TAB 376 #define IDB_BITMAP2 379 +#define IDD_DLG_HARDWARE_SETTING_MODE 381 #define IDC_RADIO1 1001 #define IDC_RADIO_ZOOM_LEVEL_0 1001 #define IDC_RADIO_IMAGE_MODE_0 1001 @@ -315,6 +316,8 @@ #define IDC_EDIT_REVIEW_PANEL_POS_Y4 1109 #define IDC_BT_CAMERA_GRAB 1109 #define IDC_BUTTION_TARGET_POS 1109 +#define IDC_BUTTON_HW_SETTING_MODE 1109 +#define IDC_BUTTON_AFM_CONNECT 1109 #define IDC_GRID_ALIGN_INFO 1110 #define IDC_EDIT_UPDATE_NOTE 1110 #define IDC_BUTTON4 1110 @@ -330,17 +333,22 @@ #define IDC_EDIT_REVIEW_PANEL_POS_Y5 1111 #define IDC_LOGIN_STATUS 1112 #define IDC_EDIT_REVIEW_PANEL_POS_X6 1112 +#define IDC_BUTTON_AFM_DISCONNECT 1112 #define IDC_EDIT_REVIEW_PANEL_POS_Y6 1113 +#define IDC_BUTTON_ALIGN_CAM_CONNECT 1113 #define IDC_TAB1 1115 #define IDC_TAB_CTRL 1115 #define IDC_SELF_DIAGNOSIS_TAB_MAIN 1115 #define IDC_GO_WSI 1116 #define IDC_CHECK_USE_WSI_CONTROL 1116 +#define IDC_BUTTON_ALIGN_CAM_DISCONNECT 1116 #define IDC_CHECK4 1117 #define IDC_SELECT_OFFSET_ON 1117 +#define IDC_BUTTON_REVIEW_CAM_CONNECT 1117 #define IDC_CHECK5 1118 #define IDC_NOT_USE_CENTER_POS 1118 #define IDC_CHECK_USE_SIMULATION 1118 +#define IDC_BUTTON_REVIEW_CAM_DISCONNECT 1120 #define IDC_LIST1 1121 #define IDC_LIST_CONTROL_DEFOCUS_LIST 1121 #define IDC_LIST 1121 @@ -432,6 +440,11 @@ #define IDC_EDIT_WSI_HEIGHT12 1182 #define IDC_EDIT_WSI_HEIGHT13 1183 #define IDC_LIST_WSI_DIAGNOSIS_RESULT 1184 +#define IDC_OFFSET_LOAD 1185 +#define IDC_EDIT_WARN_STANDARD 1186 +#define IDC_EDIT_HARD_STANDARD 1187 +#define IDC_BUTTON_STANDARD_SAVE 1188 +#define IDC_STATIC_REVIEW_CAMERA 1189 #define ID_INS_HOOK 32772 #define ID_UNINS_HOOK 32773 @@ -439,9 +452,9 @@ // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 381 +#define _APS_NEXT_RESOURCE_VALUE 383 #define _APS_NEXT_COMMAND_VALUE 32775 -#define _APS_NEXT_CONTROL_VALUE 1185 +#define _APS_NEXT_CONTROL_VALUE 1190 #define _APS_NEXT_SYMED_VALUE 346 #endif #endif -- Gitblit v1.9.3