[KA] 인디케이터 통신포트 끊겼을 때 로그 추가

This commit is contained in:
shark219-hub
2025-02-11 16:48:59 +09:00
parent 4c47ab723d
commit e1fcbb8ad0

View File

@@ -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;
}