개정판 b7a29053
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