프로젝트

일반

사용자정보

개정판 faba1fc7

IDfaba1fc77991111b6c76977965f699f78ff024e5
상위 d03dde83
하위 ca8ba1c8

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

dev issue #1230 : edit aveva AttributeInfo

Change-Id: If3a14f65dc236eb73a3af73b0d26104ca0f91aa6

차이점 보기:

DTI_PID/APIDConverter/AutoModeling.cs
356 356
                {
357 357
                    AttributeInfo info = avevaInfo.AttributeInfo.Find(x => x.UID == attribute.UID);
358 358
                    if (info != null && !string.IsNullOrEmpty(info.APID_ATTRIBUTE))
359
                    {
360
                        if (info.APID_ATTRIBUTE_TYPE == AvevaAttributeType.UDA)
361
                            datas.Add(new Tuple<string, string>("UDA" + info.APID_ATTRIBUTE, attribute.VALUE));
362
                        else
363
                            datas.Add(new Tuple<string, string>(info.APID_ATTRIBUTE, attribute.VALUE));
364
                    }
359
                        datas.Add(new Tuple<string, string>(info.APID_ATTRIBUTE, attribute.VALUE));
365 360
                }
366 361
                if (datas.Count > 0)
367 362
                {
......
380 375
                {
381 376
                    AttributeInfo info = avevaInfo.AttributeInfo.Find(x => x.UID == attribute.UID);
382 377
                    if (info != null && !string.IsNullOrEmpty(info.APID_ATTRIBUTE))
383
                    {
384
                        if (info.APID_ATTRIBUTE_TYPE == AvevaAttributeType.UDA)
385
                            datas.Add(new Tuple<string, string>("UDA" + info.APID_ATTRIBUTE, attribute.VALUE));
386
                        else
387
                            datas.Add(new Tuple<string, string>(info.APID_ATTRIBUTE, attribute.VALUE));
388
                    }
378
                        datas.Add(new Tuple<string, string>(info.APID_ATTRIBUTE, attribute.VALUE));
389 379
                }
390 380
                if (datas.Count > 0)
391 381
                {

내보내기 Unified diff

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