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/300.CIM/CIM_Client.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/SHARP_CLAS_UI/500.Equipment/400.Module/300.CIM/CIM_Client.cs b/SHARP_CLAS_UI/500.Equipment/400.Module/300.CIM/CIM_Client.cs
index 0fffe55..15a4c31 100644
--- a/SHARP_CLAS_UI/500.Equipment/400.Module/300.CIM/CIM_Client.cs
+++ b/SHARP_CLAS_UI/500.Equipment/400.Module/300.CIM/CIM_Client.cs
@@ -606,7 +606,7 @@
             data_etc += $"{info.Mark7Width:f3}" + ",";
             data_etc += $"{info.Mark8Width:f3}" + ",";
 
-            for (int i = 86; i < 380; i++)
+            for (int i = 102; i < 380; i++)
             {
                 data_etc += $",";
             }

--
Gitblit v1.9.3