CreateDataSourceLink (IOpcUa)
Create a data source link that can be used to access an OPC UA item.
Inputs | Data Type | Description |
---|---|---|
Group Address | DirectoryResource | Specifies the address of the OPC UA group containing the item. |
Item Name | String | Specifies the name of the OPC UA item. |
Note: Beginning with 2.6 SP1 SIM 4 release, this method accepts only two input
parameters (Group Address, Item Name), which by default includes the attributes
namely Value, Quality, and Timestamp in the resulting link. Prior implementations of
this method will continue to function as in the past.
Outputs | Description |
---|---|
DataAccessEndPoint | Returns a data source link to the specified data item. |