From 23a929c40f0fe3ec89d9fd376648a165225b84ef Mon Sep 17 00:00:00 2001 From: shark219-hub Date: Wed, 12 Feb 2025 09:10:59 +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=EA=B0=80=20Clo?= =?UTF-8?q?se=20=EC=83=81=ED=83=9C=EB=A9=B4=20=EB=8B=A4=EC=8B=9C=20Open?= 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, 4 insertions(+), 1 deletion(-) diff --git a/cVMS.NET_CS/RunCode/Step/_STEP_RUN.cs b/cVMS.NET_CS/RunCode/Step/_STEP_RUN.cs index 95fbce3..6117570 100644 --- a/cVMS.NET_CS/RunCode/Step/_STEP_RUN.cs +++ b/cVMS.NET_CS/RunCode/Step/_STEP_RUN.cs @@ -101,7 +101,10 @@ namespace vmsnet } else { - PUB.log.AddE($"Message=[KA] 인디케이터 통신포트가 닫혀 있습니다."); + + PUB.log.AddE("[KA] 인디케이터 통신포트가 Close 되서 다시 Open 합니다."); + var rst = PUB.indicator.Open(PUB.CONFIG.indicator_port); + if (rst == true) PUB.log.AddE("[KA] 인디케이터 통신포트가 Open 되었습니다."); } return StepResult.Wait; }