DigitalIndicator() 생성자의 인자로 (byte)PUB.CONFIG.indicator_slaveno 추가

This commit is contained in:
shark219
2025-07-02 13:42:46 +09:00
parent 7e3f87542c
commit 1a91a58f00

View File

@@ -797,7 +797,9 @@ namespace vmsnet
////master-K 231120 chi ////master-K 231120 chi
masterk = new arDev.MasterK(); 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 ////init Folder
workmsg("Init Dir"); workmsg("Init Dir");