For the discovery of assets, this specification uses the concept of AliasNames, as defined in OPC 10000-17. AliasNames define an additional name for any Node of a Server and can be used to categorize AliasNames and provide filter functionality on the AliasNames. The same AliasName can be represented by several Nodes, for example, if managed in different Servers. Using AliasNames simplifies managing information from various Servers, where some Servers potentially are not aware of AliasNames. AliasNames defines a concept how to integrate AliasNames into a Global Discovery Server (GDS). AliasNames already define the usage of NodeVersion and ModelChangeEvents to get notification on changes, which is used in this specification as well.

Unlike other usages of AliasNames, in this specification the purpose is not to define additional names for a Node / asset, but use the provided information of the assets.

That is, this specification defines two standardized categories for AliasNames, one using the mandatory 2:ProductInstanceUri as AliasName, and another one using the writable 2:AssetId, which can be set by the user.

In Figure 2, an example of the usage of AliasNames is given, to discover assets in a Server. This specification defines the standardized Nodes Assets, AssetsByProductInstanceUri and AssetsByAssetId (see 8.2). In order to discover the assets, a Client would either browse AssetsByProductInstanceUri or AssetsByAssetId to receive the AliasNames representing the assets, and from there with another browse access the Nodes representing the assets. Or it would call the Method 0:FindAlias on one of the Objects, allowing potentially to filter for the 2:ProductInstanceUri or the 2:AssetId. To get notified if assets have been added or removed, the Client subscribes to the 0:NodeVersion Property or subscribes to ModelChangeEvents.

As shown in the example in Figure 2, the Server manages three assets, X:Asset0, X:Asset1 and X:Asset2, somehow arranged in the vendor-specific hierarchy of the Servers AddressSpace. For all three assets, an AliasName Object for the 2:ProductInstanceUri exists. As X:Asset0 does not support the 2:AssetId, AliasName Objects for the 2:AssetId only exist for X:Asset1 and X:Asset2. Each AliasName is based on the identification information of the asset.

Note that a Server might not provide both entry points, depending on the supported ConformanceUnits.

Note that an AliasName could point to several Nodes representing the same asset (not shown in the example). The returned structure of 0:FindAlias allows to return several Nodes for one AliasName (see OPC 10000-17).

Note that the concept also allows for Off-Server References, for the 0:AliasFor References as well as for the 0:FindAlias Method (not shown in the example).

image005.png

Figure 2 – Example of Discovery of Assets

The Assets Object is formally defined in Table 12.

Table 12 – Assets Definition

Attribute

Value

BrowseName

Assets

Description

Entry point to discover assets

References

NodeClass

BrowseName

DataType

TypeDefinition

OrganizedBy by the 0:Aliases Object defined in OPC 10000-17

0:HasTypeDefinition

ObjectType

0:AliasNameCategoryType

Defined in OPC 10000-17

Conformance Units

AMB Asset Discovery by ProductInstanceUri

AMB Asset Discovery by AssetId

The AssetsByProductInstanceUri Object is formally defined in Table 12. All AliasNames organized by this category shall be assets having a 2:ProductInstanceUri (see section 7). The string part of the AliasName shall be identical to the value of the 2:ProductInstanceUri, the namespace of the AliasName shall be the one defined by this specification in section 16.

Table 13 – AssetsByProductInstanceUri Definition

Attribute

Value

BrowseName

AssetsByProductInstanceUri

Description

Entry point to discover assets by ProductInstanceUri

References

NodeClass

BrowseName

DataType

TypeDefinition

OrganizedBy by the Assets Object defined in 8.2.1

0:HasTypeDefinition

ObjectType

0:AliasNameCategoryType

Defined in OPC 10000-17

0:HasProperty

Variable

0:NodeVersion

0:String

PropertyType

Conformance Units

AMB Asset Discovery by ProductInstanceUri

The AssetsByAssetId Object is formally defined in Table 12. All AliasNames organized by this category shall be assets having a 2:AssetId (see section 7). The string part of the AliasName shall be identical to the value of the 2:AssetId, if the value of 2:AssetId is not an empty or null String. The namespace of the AliasName shall be the one defined by this specification in section 16.

As the default value of the 2:AssetId is an empty String, in a system where the 2:AssetId is not configured, many assets will have the identical 2:AssetId (empty String). In this case, each individual asset should have its own AliasName Object and all of those assets should not use the same AliasName Object. Same assets shall be, in this case, identified by the 2:ProductInstanceUri. In this case, the string part of the AliasName shall be “NoAssetIdAssigned” and the namespace of the AliasName shall be the one defined by this specification in section 16.

Note: Ideally, 2:AssetIds should be unique and two assets with different 2:ProductInstanceUris should have different 2:AssetIds. Also, if an asset is represented by more than one asset Node, meaning several asset Nodes have the same 2:ProductInstanceUri, the same 2:AssetId should be used. As the 2:AssetId is set by the user, this might not be the case. Assigning AliasNames in the context of this Object is done by 2:AssetId. The 2:ProductInstanceUri should only be considered when the 2:AssetId is empty (default value). Therefore, browsing and filtering is also done based on the 2:AssetId, not the 2:ProductInstanceUri.

Table 14 – AssetsByAssetId Definition

Attribute

Value

BrowseName

AssetsByAssetId

Description

Entry point to discover assets by AssetId

References

NodeClass

BrowseName

DataType

TypeDefinition

OrganizedBy by the Assets Object defined in 8.2.1

0:HasTypeDefinition

ObjectType

0:AliasNameCategoryType

Defined in OPC 10000-17

0:HasProperty

Variable

0:NodeVersion

0:String

PropertyType

Conformance Units

AMB Asset Discovery by AssetId