From 4adfd9671250a5c698ae1bc7b817f1060e2d907d Mon Sep 17 00:00:00 2001 From: 천호석 <hosuk1418@naver.com> Date: 화, 18 10월 2022 09:30:31 +0900 Subject: [PATCH] Power meter HandShakingOn 기능 추가. --- 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