-
Notifications
You must be signed in to change notification settings - Fork 5
AssetType
Marco Salafia edited this page Apr 12, 2019
·
7 revisions
This ObjectType represents an Asset entity. The structure of this ObjectType is depicted in the following picture:
The following table summarizes all the attributes belonging to the entity AssetType.
Attribute (*=mandatory) | Type | OPC UA Mapping | Notes |
---|---|---|---|
identification* | Identifier | UA Property | identification is of type Identifier. An OPC UA Structured DataType has been defined in order to map such a type. |
administration | AdministrativeInformation | UA Object referred with HasComponent | The ObjectType AdministrativeType maps the type AdministrativeInformation. An ObjectType is used because Administrative information is an HasDataSpecification entity in the AAS metamodel. |
idShort* | string | UA Property | |
category | string | N/A | |
description | [langString] 0...* | UA Property containing an Array of Localized Text | |
parent | Reference | N/A | |
hasDataSpecification | [Reference] 0...* | EmbeddedDataSpecificationType instances referenced by HasEmbeddedDataSpecification | More details about this in the EmbeddeddataSpecificationType instances. |
kind | Kind | UA Property | kind is of type Kind. An OPC UA Structured DataType has been defined in order to map such a type. |
assetIdentificationModel | Reference | UA Object of AASReferenceType referenced by HasComponent | A new Non-Hierarchical Reference named HasAssetIdentificationModel can be used to refers to local UA Object of SubmodelType. |