A.3.1.4 Property

A property in the DA server is represented in the COM UA Wrapper as a Variable with TypeDefinition as PropertyType.

The properties for an item are retrieved using the QueryAvailableProperties call in the DA server.

Below are mappings of the property details to the OPC UA Property:

Table A. shows the mapping between the common OPC COM DA properties to the OPC UA Node attributes/properties.

Table A.1 – OPC COM DA to OPC UA Properties mapping
Property Name (PropertyID) of OPC COM DAOPC UA Information ModelOPC UA DataType
Access Rights (5)AccessLevel AttributeInt32
EU Units (100)EngineeringUnits PropertyString
Item Description (101)Description AttributeString
High EU (102)EURange PropertyDouble
Low EU (103)EURange PropertyDouble
High Instrument Range (104)InstrumentRange PropertyDouble
Low Instrument Range (105)InstrumentRange PropertyDouble
Close Label (106)TrueState PropertyString
Open Label (107)FalseState PropertyString
Other Properties (include Vendor specific Properties)PropertyType Based on the DataType of the Property