From 73f77c34a0d680de9e562a7e572764ffc746fbac Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 화, 26 7월 2022 17:01:25 +0900 Subject: [PATCH] Ongoing90 #4220 CF AOI Review 알람 추가 --- ReviewSystem/ReviewSystem/DitGlassRawStruct.h | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ReviewSystem/ReviewSystem/DitGlassRawStruct.h b/ReviewSystem/ReviewSystem/DitGlassRawStruct.h index 58cf38c..d616fe4 100644 --- a/ReviewSystem/ReviewSystem/DitGlassRawStruct.h +++ b/ReviewSystem/ReviewSystem/DitGlassRawStruct.h @@ -423,7 +423,11 @@ int m_nPixelConv; // pixel 단위 좌표 int m_nPixelScan; // pixel 단위 좌표 - short m_nPixelSize; // 결함크기 ---------------------------------PS + /* < KMH 20220707 : #4230 MOD Start > */ + // 범위 벗어나서 음수로 표기되면 D_Col Fail + //short m_nPixelSize; // 결함크기 ---------------------------------PS + int m_nPixelSize; // 결함크기 ---------------------------------PS + /* < KMH 20220707 : #4230 MOD End > */ short/*SERVER_DefectType*/ m_DefectType; // 결함 타입 ---------------------------------DT short/*SERVER_DefectSubType*/ m_DefectSubType; // 결함의 판정상태. short/*SERVER_DefectBDType*/ m_DefectBDType; // 결함 타입 - Bright, Dark, Both @@ -503,7 +507,10 @@ short m_nStackStepCount; // Stack 수 short m_nStackColorIdx; // Color를 선택하는 인덱스. //CString m_strStackStep[CFDEFECT_STACKCOUNT]; // Stack Step. - char m_strStackFirst[60]; // Stack Step. //201221 CJH - 최대 사이즈 60bytes +/* < KMH 20220712 : #4230 MOD Start > */ + // char m_strStackFirst[60]; // Stack Step. //201221 CJH - 최대 사이즈 60bytes + char m_strStackFirst[400]; // Stack Step. // 400 bytes 확장요청 : SDC 채승석P +/* < KMH 20220712 : #4230 MOD End > */ char m_strUnitID[16]; // 유닛아이디 int m_ClassificationType; // enum ClassificationType { ClassType_None= 0, ClassType_PI_Over= 1, ClassType_PI_Under= 2, ClassType_TFE_Circle= 3, ClassType_Bubble, ClassType_Scratch, ClassType_Particle}; Classification Type, PI나 TFE등 추가 분류 알고리즘 적용 결과. -- Gitblit v1.9.3