From 5c62f2269ac6179a22b475093f35be2fb0999bb2 Mon Sep 17 00:00:00 2001
From: LYW <leeyeanwoo@diteam.co.kr>
Date: 월, 09 8월 2021 11:05:03 +0900
Subject: [PATCH] Merge branch 'feature/#3477_CF_AOI_Review_FrameLost_현상_조치' into develop

---
 Internal_Library/CHWsiControls/WsiControl_Dit.cpp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Internal_Library/CHWsiControls/WsiControl_Dit.cpp b/Internal_Library/CHWsiControls/WsiControl_Dit.cpp
index 0fff162..0d17f11 100644
--- a/Internal_Library/CHWsiControls/WsiControl_Dit.cpp
+++ b/Internal_Library/CHWsiControls/WsiControl_Dit.cpp
@@ -455,6 +455,10 @@
 			measureResult.nWsiState	= pPacket->GetInt(3);
 			measureResult.dAccuracy = pPacket->GetDouble(0);
 			measureResult.dRepeatability = pPacket->GetDouble(1);
+			for (int i = 0; i < 10; i++)
+			{
+				measureResult.dDiagnosisHeight[i] = pPacket->GetDouble(i + 2);
+			}
 			m_pWC2P->IWC2P_DisplayMessage(m_nIndex,_T("VLSI state %d ACC %f RTB %f"),measureResult.nWsiState,measureResult.dAccuracy ,measureResult.dRepeatability);
 		}
 		break;

--
Gitblit v1.9.3