버그수정

main
CJY 2025-07-11 16:12:34 +09:00
parent c0eca15c47
commit 4bf4acce91
1 changed files with 6 additions and 3 deletions

View File

@ -482,9 +482,12 @@ namespace INT99DC_7C.Forms
this.button1LaneSend.Visible = true;
this.button10LaneSend.Visible = true;
if (this.ParentForm.SystemConfig.EthernetOperationMode == 2) // Client일 때만 Start Address 사용
{
this.labelTitleStartAddress.Visible = true;
this.labelStartAddress.Visible = true;
this.labelStartAddress.Text = this.ParentForm.SystemConfig.ModbusTcpStartAddress.ToString();
}
break;
default:
this.buttonDataSend.Visible = false;