diff --git a/cVMS.NET_CS/pub.cs b/cVMS.NET_CS/pub.cs index 40e3a13..972ba37 100644 --- a/cVMS.NET_CS/pub.cs +++ b/cVMS.NET_CS/pub.cs @@ -797,7 +797,9 @@ namespace vmsnet ////master-K 231120 chi masterk = new arDev.MasterK(); - indicator = new DigitalIndicator(); + //indicator = new DigitalIndicator(); + /* 작성자: 이재웅, 작성일: 2025-06-26, 작성내용: DigitalIndicator() 생성자의 인자로 (byte)PUB.CONFIG.indicator_slaveno 추가 */ + indicator = new DigitalIndicator((byte)PUB.CONFIG.indicator_slaveno); ////init Folder workmsg("Init Dir");