From 154cfce360a831d18f3f21b4e1101b4e13440b74 Mon Sep 17 00:00:00 2001
From: 천호석 <hosuk1418@naver.com>
Date: 화, 11 10월 2022 13:19:52 +0900
Subject: [PATCH] 검사 개조, Measurement 후 Width 검사 추가. Recipe 위치 좌표 추가, 검사 Parameter 추가.

---
 SHARP_CLAS_UI/500.Equipment/400.Module/300.CIM/CIM_Client.cs |    9 +--------
 1 files changed, 1 insertions(+), 8 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 b661511..8609d98 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
@@ -578,12 +578,7 @@
             string data_17 = info.Measurement_Result ? string.Empty : $"{(int)(En_Judgement_Reason.Ng):d7}";
 
             string data_etc = string.Empty;
-
-            //for (int i = 18; i < 380; i++)
-            //{
-            //    data_etc += ",";
-            //}
-
+            
             for (int i = 18; i < 81; i++)
             {
                 data_etc += $",";
@@ -613,8 +608,6 @@
             Set_Command_Ack(En_Cim_Command.PREND, false);
             send_datas.Enqueue(new Cim_Send_Data(En_Cim_Command.PREND, command));
             return true;
-
-            //return Check_Receive_Data(command, En_Cim_Command.PREND);
         }
 
         public bool Send_Panel_Tray_In(string seq_num, string tray_id, string panel_id, string location, En_Port_ID port_id)

--
Gitblit v1.9.3