프로젝트

일반

사용자정보

개정판 b7a29053

IDb7a29053f2be88b07196688689ef83f452839b49
상위 154d8f43
하위 58993ba9

gaqhf 이(가) 5년 이상 전에 추가함

dev issue #498 : OPC Attribute 처리

Change-Id: I275fe7dac7a400aed746dfa1d1a4d28d0ae8ff68

차이점 보기:

DTI_PID/SPPIDConverter/AutoModeling.cs
3462 3462
                                }
3463 3463
                            }
3464 3464
                            _Attribute.set_Value(item.VALUE);
3465
                            // OPC 일경우 Attribute 저장
3466
                            if (targetItem.GetType() == typeof(Symbol))
3467
                            {
3468
                                Symbol symbol = targetItem as Symbol;
3469
                                if (symbol.TYPE == "Piping OPC's" || symbol.TYPE == "Instrument OPC's")
3470
                                    symbol.SPPID.Attributes.Add(new string[] { mapping.SPPIDATTRIBUTENAME, item.VALUE });
3471
                            }
3465 3472
                        }
3466
                            
3467 3473
                    }
3468 3474
                }
3469 3475
                _LMModelItem.Commit();

내보내기 Unified diff

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