From 52b5f4518e6cfc77ad951d07d5881ee48f80c828 Mon Sep 17 00:00:00 2001 From: shark219-hub Date: Wed, 12 Feb 2025 09:15:31 +0900 Subject: [PATCH] =?UTF-8?q?[KA]=20=EC=9D=B8=EB=94=94=EC=BC=80=EC=9D=B4?= =?UTF-8?q?=ED=84=B0=20=ED=86=B5=EC=8B=A0=ED=8F=AC=ED=8A=B8=20Re-Open?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cVMS.NET_CS/RunCode/Step/_STEP_RUN.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cVMS.NET_CS/RunCode/Step/_STEP_RUN.cs b/cVMS.NET_CS/RunCode/Step/_STEP_RUN.cs index 6117570..7ad609a 100644 --- a/cVMS.NET_CS/RunCode/Step/_STEP_RUN.cs +++ b/cVMS.NET_CS/RunCode/Step/_STEP_RUN.cs @@ -101,10 +101,9 @@ namespace vmsnet } else { - - PUB.log.AddE("[KA] 인디케이터 통신포트가 Close 되서 다시 Open 합니다."); + /* 작성자: 이재웅, 작성일: 2025-02-12, 내용: [KA] 인디케이터와 통신포트 Re-Open */ var rst = PUB.indicator.Open(PUB.CONFIG.indicator_port); - if (rst == true) PUB.log.AddE("[KA] 인디케이터 통신포트가 Open 되었습니다."); + if (rst == true) PUB.log.AddE("[KA] 인디케이터와 통신포트가 Close 되서 다시 Open 되었습니다."); } return StepResult.Wait; }