Skip to content

AssetType

Marco Salafia edited this page Apr 12, 2019 · 7 revisions

AssetType

This ObjectType represents an Asset entity. The structure of this ObjectType is depicted in the following picture:

Prova

AssetType attributes

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 ⚠️ In the Schema it is a string but in the specification it is a Reference. This in an incongruence.
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.

Notes