From e1fcbb8ad03d019a0b2c7aa760e2886088982272 Mon Sep 17 00:00:00 2001 From: shark219-hub Date: Tue, 11 Feb 2025 16:48: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=20=EB=81=8A?= =?UTF-8?q?=EA=B2=BC=EC=9D=84=20=EB=95=8C=20=EB=A1=9C=EA=B7=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cVMS.NET_CS/RunCode/Step/_STEP_RUN.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cVMS.NET_CS/RunCode/Step/_STEP_RUN.cs b/cVMS.NET_CS/RunCode/Step/_STEP_RUN.cs index 2b33bcc..95fbce3 100644 --- a/cVMS.NET_CS/RunCode/Step/_STEP_RUN.cs +++ b/cVMS.NET_CS/RunCode/Step/_STEP_RUN.cs @@ -99,6 +99,10 @@ namespace vmsnet // '10,000'을 전송한 후 Indicator 에서 왼쪽으로 소수점을 '2' 칸 이동시켜서 Display 하는 작업이 필요 PUB.indicator.SetKA((Int32)SUMKA); } + else + { + PUB.log.AddE($"Message=[KA] 인디케이터 통신포트가 닫혀 있습니다."); + } return StepResult.Wait; }