프로젝트

일반

사용자정보

개정판 0846c6ee

ID0846c6ee62919a17ee8d1a092b8f1243ea681c24
상위 02a2c496
하위 21edb7bc

이지연이(가) 약 3년 전에 추가함

issue #000: opc가 1개 이상일 때 걸림

Change-Id: I310ebf333efc914e9ed0db85f1bb33eefd567c37

차이점 보기:

DTI_PID/ID2PSN/PSN.cs
369 369
                    { 
370 370
                        Group toGroup = toDocument.Groups.Find(x => x.Items.Find(y => y.UID == toOPCUID) != null);
371 371
                        DataRow[] toRows = opcDT.Select(string.Format("ToOPCUID = '{0}'", toGroup.Items.First().UID));
372
                        if (toRows.Length != 1)
372
                        //1대1 매칭이 아닐때 걸림 (2개 이상일 때)
373
                        if (toRows.Length > 1)
373 374
                        {
374 375
                            throw new Exception("OPC error(multi connect)");
375 376
                        }

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)