[KA] 인디케이터 통신포트 끊겼을 때 로그 추가
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user