From 706896efd6b2ec43ce3cdd948aca85ef36f93ed7 Mon Sep 17 00:00:00 2001
From: 천호석 <hosuk1418@naver.com>
Date: 화, 06 12월 2022 13:50:57 +0900
Subject: [PATCH] Auto power 측정 중 Laser On 상태에서 power meter 측정 위치가 아닐 시 Laser off후 sequence step 초기화.

---
 SHARP_CLAS_UI/500.Equipment/400.Module/000.Vision/Vision_Control.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/SHARP_CLAS_UI/500.Equipment/400.Module/000.Vision/Vision_Control.cs b/SHARP_CLAS_UI/500.Equipment/400.Module/000.Vision/Vision_Control.cs
index ad858db..48d1ebe 100644
--- a/SHARP_CLAS_UI/500.Equipment/400.Module/000.Vision/Vision_Control.cs
+++ b/SHARP_CLAS_UI/500.Equipment/400.Module/000.Vision/Vision_Control.cs
@@ -482,8 +482,8 @@
             byte[] MeasureResult = new byte[4]; //0 : Fail, 1 : Success
             byte[] Mark1Width = new byte[8]; //Mark1�쓽 �꼻�씠
             byte[] Mark2Width = new byte[8]; //Mark2�쓽 �꼻�씠
-            byte[] Mark3Width = new byte[8]; //Mark3�쓽 �꼻�씠
-            byte[] Mark4Width = new byte[8]; //Mark4�쓽 �꼻�씠
+            byte[] Mark3Width = new byte[8]; //Mark1�쓽 �꼻�씠
+            byte[] Mark4Width = new byte[8]; //Mark2�쓽 �꼻�씠
 
             int copylength = 0;
             Array.Copy(Recvdata, size, size.Length);

--
Gitblit v1.9.3