9.2 MeasuredItemType

9.2.1 Overview

The VariableType defines the general characteristics of a MeasuredItem. A MeasuredItem is an OPC UA Variable that represents a measured value. It adds some Properties that describe the measurement parameters. It is formally defined in Table 142 and is leaned to the 0:AnalogItemType from OPC 10000-8.

Figure 68 - Overview MeasuredItemType

9.2.2 MeasuredItemType Definition

Table 142 - MeasuredItemType Definition
Attribute Value
BrowseNameMeasuredItemType
IsAbstractFalse
ValueRank-2
DataTypeBaseDataType
References NodeClass BrowseName DataType TypeDefinition ModellingRule
Subtype of the DataItemType
0:HasPropertyVariable0:EngineeringUnits0:EUInformation0:PropertyTypeMandatory
0:HasPropertyVariable0:EURange0:Range0:PropertyTypeMandatory
0:HasPropertyVariable0:InstrumentRange0:Range0:PropertyTypeOptional

9.2.3 MeasuredItemType Description

EngineeringUnits specifies the units for the DataItems value (e.g. DEGC, hertz, seconds). The 0:EUInformation type is specified in OPC 10000-8. If the DataType is a WeightItemType or a PrintableWeightItemType it is the unit of net, gross and tare.

EURange is specified like the EURange of the 0:AnalogItemType in OPC 10000-8. If the DataType is a WeightItemType or a PrintableWeightItemType it is the range of net, gross and tare.

InstrumentRange is specified like the EURange of the 0:AnalogItemType in OPC 10000-8.