From 1a91a58f00fae6bb41ca75e611f73e2d7c6afab4 Mon Sep 17 00:00:00 2001 From: shark219 Date: Wed, 2 Jul 2025 13:42:46 +0900 Subject: [PATCH] =?UTF-8?q?DigitalIndicator()=20=EC=83=9D=EC=84=B1?= =?UTF-8?q?=EC=9E=90=EC=9D=98=20=EC=9D=B8=EC=9E=90=EB=A1=9C=20(byte)PUB.CO?= =?UTF-8?q?NFIG.indicator=5Fslaveno=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cVMS.NET_CS/pub.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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");