[KA] 인디케이터 <INDICATOR> 연결 색상 Green 으로 변경

This commit is contained in:
shark219-hub
2025-02-14 10:10:08 +09:00
parent 52b5f4518e
commit f22ca7d439
2 changed files with 3 additions and 3 deletions

View File

@@ -2238,7 +2238,7 @@ namespace vmsnet
if (PUB.masterk != null && PUB.masterk.IsOpen())
{
this.lbPLC.ForeColor = Color.Black;
this.lbPLC.ForeColor = Color.Green;
}
else if (PUB.CONFIG.plc_port.isEmpty())
{
@@ -2249,7 +2249,7 @@ namespace vmsnet
if (PUB.indicator != null && PUB.indicator.IsOpen)
{
this.lbINDI.ForeColor = Color.Black;
this.lbINDI.ForeColor = Color.green;
}
else if (PUB.CONFIG.indicator_port.isEmpty())
{