7.4 OPC UA ObjectTypes

7.4.1 CalibrationTargetType ObjectType

The CalibrationTargetType provides information about a calibration target and is formally defined in Table 48. This concrete ObjectType can directly be used to represent a calibration target, or subtyped to define specific types of calibration targets.

Table 48 – CalibrationTargetType Definition
Attribute Value
BrowseNameCalibrationTargetType
IsAbstractFalse
DescriptionProvides information about a calibration target.
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the 0:BaseObjectType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node.
0:HasComponentObject2:Identification--2:FunctionalGroupTypeM
0:HasPropertyVariableLastValidationDate0:UtcTime0:PropertyTypeO
0:HasPropertyVariableNextValidationDate0:UtcTime0:PropertyTypeO
0:HasPropertyVariableQuality0:Byte0:PropertyTypeO
0:HasPropertyVariableCertificateUri0:String0:PropertyTypeO
0:HasComponentObjectCalibrationTargetCategory-BaseCalibrationTargetCategoryTypeM
0:HasComponentObjectOperationalConditions-0:FolderTypeO
0:HasComponentObjectCalibrationTargetFeatures-0:FolderTypeM

The 2:Identification Object, using the standardized name defined in OPC 10000-100, provides identification information about the calibration target. It implements the 2:IVendorNameplateType and 2:ITagNameplateType, see Table 51. The Properties defined by those interfaces are listed in Table 24. All Properties are defined as optional. It is recommended to provide the 2:ProductInstanceUri to uniquely identify the calibration target. Other Properties, like 2:SoftwareRevision, will in most cases not be provided. If the calibration target is a device (ReusableDeviceCalibrationTargetCategoryType, see 7.4.4), they might be provided.

The optional LastValidationDate provides the date, the calibration target was validated the last time. If there is no specific validation date known, the date when the calibration target was bought or created should be used. If the CalibrationTargetCategory is of type ReusableCalibrationTargetCategoryType or a subtype, the LastValidationDate shall be provided.

The optional NextValidationDate provides the date, when the calibration target should be validated the next time. If this date is not known, the Property should be omitted.

Note: Potentially the NextValidationDate is in the past, when the next validation did not take place.

The optional Quality provides the quality of the calibration target in percentage, this is, the value shall be between 0 and 100. 100 means the highest quality, 0 the lowest. The semantic of the quality is application-specific and not further defined in this specification.

The optional CertificateUri contains the URI of a certificate of the calibration target, in case the calibration target is certified and the information available. Otherwise, the Property should be omitted. The String shall be a URI as defined by RFC 3986.

Note: In many cases, the NextValidationDate, Quality, and CertificateUri will be writable and maintained from outside the Server by updating the values.

The CalibrationTargetCategory defines what category the calibration target is of. The BaseCalibrationTargetCategoryType is defined in 7.4.2. Instances of CalibrationTargetType shall use a subtype of this abstract ObjectType, and thereby provide the category of the calibration target.

The optional OperationalConditions is a folder containing information about operational conditions of the calibration target. For example, it might provide in what ranges of humidity the calibration target can be operated. It might also provide correction information, for example, depending on the temperature the calibration values need to be corrected (in case of a length, the length might increase with high temperatures). This specification just provides this folder as grouping construct for this information. The concrete information is either vendor-specific or needs to be defined by other companion specifications. If no operational conditions are provided, this folder should be omitted.

The mandatory CalibrationTargetFeatures is a folder containing information about the features of a calibration target, that is, what can be calibrated with the calibration target.

It can contain one or more calibration values. A calibration value indicates the value the calibration target provides for calibration and includes its quantity and engineering unit. The VariableType representing calibration values is defined in 7.5.1.

It can contain one or more capacity ranges. A capacity range indicates a range (low and high value) as well as a resolution, and thus defines a number of values the calibration target provides for calibration and includes the quantity and engineering unit. The VariableType representing capacity ranges is defined in 7.5.2.

It can contain other mechanisms to define the features of a calibration target not defined in this specification.

Although all components of CalibrationTargetFeatures are defined as optional, each instance shall have at least one feature.

The components of the CalibrationTargetType have additional subcomponents which are defined in Table 49.

Table 49 – CalibrationTargetType Additional Subcomponents
BrowsePath References Node Class BrowseName DataType TypeDefinition Others
CalibrationTargetFeatures0:HasComponentVariable<CalibrationValue>0:NumberCalibrationValueTypeOP
CalibrationTargetFeatures0:HasComponentVariable<CapacityRange>0:RangeCapacityRangeTypeOP
Properties of the 2:IVendorNameplateType defined in OPC 10000-100
2:Identification0:HasPropertyVariable2:Manufacturer0:LocalizedText0:PropertyTypeO
2:Identification0:HasPropertyVariable2:ManufacturerUri0:String0:PropertyTypeO
2:Identification0:HasPropertyVariable2:Model0:LocalizedText0:PropertyTypeO
2:Identification0:HasPropertyVariable2:ProductCode0:String0:PropertyTypeO
2:Identification0:HasPropertyVariable2:HardwareRevision0:String0:PropertyTypeO
2:Identification0:HasPropertyVariable2:SoftwareRevision0:String0:PropertyTypeO
2:Identification0:HasPropertyVariable2:DeviceRevision0:String0:PropertyTypeO
2:Identification0:HasPropertyVariable2:DeviceManual0:String0:PropertyTypeO
2:Identification0:HasPropertyVariable2:DeviceClass0:String0:PropertyTypeO
2:Identification0:HasPropertyVariable2:SerialNumber0:String0:PropertyTypeO
2:Identification0:HasPropertyVariable2:ProductInstanceUri0:String0:PropertyTypeO
2:Identification0:HasPropertyVariable2:RevisionCounter0:Int320:PropertyTypeO
Properties of the 2:ITagNameplateType defined in OPC 10000-100
2:Identification0:HasPropertyVariable2:AssetId0:String0:PropertyTypeO
2:Identification0:HasPropertyVariable2:ComponentName0:LocalizedText0:PropertyTypeO

The child Nodes of the CalibrationTargetType have additional Attribute values defined in Table 50.

Table 50 – CalibrationTargetType Attribute values for child Nodes
BrowsePath Description Attribute
2:IdentificationProvides identification information.
LastValidationDateProvides the date, the calibration target was validated the last time. If there is no specific validation date known, the date when the calibration target was bought or created should be used.
NextValidationDateProvides the date, when the calibration target should be validated the next time. If this date is not known, the Property should be omitted. Note: Potentially the NextValidationDate is in the past, when the next validation did not take place.
QualityProvides the quality of the calibration target in percentage, this is, the value shall be between 0 and 100. 100 means the highest quality, 0 the lowest. The semantic of the quality is application-specific.
CertificateUriContains the Uri of a certificate of the calibration target, in case the calibration target is certified and the information available. Otherwise, the Property should be omitted.
CalibrationTargetCategoryDefines what category the calibration target is of.
OperationalConditionsA folder containing information about operational conditions of the calibration target. For example, it might provide in what ranges of humidity the calibration target can be operated. It might also provide correction information, for example, depending on the temperature the calibration values need to be corrected (in case of a length, the length might increase with high temperatures). If no operational conditions are provided, this folder should be omitted.
CalibrationTargetFeaturesA folder containing information about the features of a calibration target, that is, what can be calibrated with the calibration target.
A calibration value indicates the value the calibration target provides for calibration and includes its quantity and engineering unit.
A capacity range indicates a range (low and high value) as well as a resolution, and thus defines a number of values the calibration target provides for calibration and includes the quantity and engineering unit.

The components of the CalibrationTargetType have additional references which are defined in Table 51.

Table 51 – CalibrationTargetType Additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
2:Identification0:HasInterfaceTrue2:IVendorNameplateType
2:Identification0:HasInterfaceTrue2:ITagNameplateType

7.4.2 BaseCalibrationTargetCategoryType ObjectType

The BaseCalibrationTargetCategoryType is an abstract ObjectType used for categorizing calibration targets and is formally defined in Table 52.

Table 52 – BaseCalibrationTargetCategoryType Definition
Attribute Value
BrowseNameBaseCalibrationTargetCategoryType
IsAbstractTrue
DescriptionAbstract base type for categorizing calibration targets. Subtypes define the concrete categories.
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the 0:BaseObjectType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node.

7.4.3 ReusableCalibrationTargetCategoryType ObjectType

The ReusableCalibrationTargetCategoryType categorizes a calibration target to be reused several times. For example, a calibration target like a meter, that is bought specifically for calibration and not destroyed by an individual usage is of this category. The ObjectType is formally defined in Table 53.

Table 53 – ReusableCalibrationTargetCategoryType Definition
Attribute Value
BrowseNameReusableCalibrationTargetCategoryType
IsAbstractFalse
DescriptionCategorizes a calibration target to be reused several times. For example, a calibration target like a meter, that is bought specifically for calibration and not destroyed by an individual usage is of this category.
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the BaseCalibrationTargetCategoryType defined in 7.4.2, i.e. inheriting the InstanceDeclarations of that Node.

7.4.4 ReusableDeviceCalibrationTargetCategoryType ObjectType

The ReusableDeviceCalibrationTargetCategoryType is a subtype of the ReusableCalibrationTargetCategoryType and categorizes a calibration target to be a reusable device that produces a certain environment like pressure that can be used for calibration. The ObjectType is formally defined in Table 54.

Table 54 – ReusableDeviceCalibrationTargetCategoryType Definition
Attribute Value
BrowseNameReusableDeviceCalibrationTargetCategoryType
IsAbstractFalse
DescriptionCategorizes a calibration target to be a reusable device that produces a certain environment like pressure that can be used for calibration.
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the ReusableCalibrationTargetCategoryType defined in 7.4.3, i.e. inheriting the InstanceDeclarations of that Node.

This ObjectType does not define any InstanceDeclarations.

7.4.5 OneTimeCalibrationTargetCategoryType ObjectType

The OneTimeCalibrationTargetCategoryType categorizes a calibration target to be used only once, for example because the calibration destroys the target. Typically, Objects of this ObjectType do not represent one individual calibration target, but a batch of calibration targets with the same characteristics. In that case, the information provided by the CalibrationTargetType, like 2:Identification, represents the batch of calibration targets. The ObjectType is formally defined in Table 55.

Table 55 – OneTimeCalibrationTargetCategoryType Definition
Attribute Value
BrowseNameOneTimeCalibrationTargetCategoryType
IsAbstractFalse
DescriptionCategorizes a calibration target to be used only once, for example because the calibration destroys the target. Typically, Objects of this ObjectType do not represent one individual calibration target, but a batch of calibration targets with the same characteristics.
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the BaseCalibrationTargetCategoryType defined in 7.4.2, i.e. inheriting the InstanceDeclarations of that Node.

This ObjectType does not define any InstanceDeclarations.

7.4.6 DynamicCalibrationTargetCategoryType ObjectType

The DynamicCalibrationTargetCategoryType characterizes a calibration target that is created by using a high precision measurement instrument, to determine the measures of an item to use it later on to calibrate lower precision equipment with it. This Item can be a piece created during the normal production process or an item specifically created for calibration purposes. Such targets are usually short lived as they are not made from special wear resistant materials, which distinguishes them from the ReusableCalibrationTargetCategoryType. The calibration target represents an individual piece or item, that is, if a new piece should be used or item is created, a new Object of this ObjectType shall be created. The ObjectType is formally defined in Table 56.

Table 56 – DynamicCalibrationTargetCategoryType Definition
Attribute Value
BrowseNameDynamicCalibrationTargetCategoryType
IsAbstractFalse
DescriptionCharacterizes a calibration target to be used together with a measurement instrument, that determines the values to be calibrated. It can be a piece created during the normal production process or an item specifically created for calibration purposes. The calibration target represents an individual piece or item, that is, if a new piece should be used or item is created, a new Object of this ObjectType is created.
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the BaseCalibrationTargetCategoryType defined in 7.4.2, i.e. inheriting the InstanceDeclarations of that Node.

This ObjectType does not define any InstanceDeclarations.

Objects of this ObjectType should use References of the ReferenceType HasReferenceMeasurementInstrument defined in 7.6.1, or a subtype of it, to relate the calibration target to the measurement instrument used to determine its features.

In case the piece or item used as calibration target is also managed otherwise by the OPC UA Server, Objects of this ObjectType may reference the other representation to make the relationship explicit.