32 MeasuringDevices

32.1 MeasuringDevicesType

This ObjectType is a container for the measuring devices. It is formally defined inTable 153.

Table 153 – MeasuringDevicesType Definition
Attribute Value
BrowseNameMeasuringDevicesType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of 0:BaseObjectType defined in OPC UA Part 5
0:HasPropertyVariable0:NodeVersion0:String0:PropertyTypeM, RO
0:HasComponentObject<Name>_<Nr>MeasuringDeviceTypeOP
0:GeneratesEventObjectType0:GeneralModelChangeEventType

32.2 MeasuringDeviceType

This object type describes a device which delivers a measured value (e.g. temperature, pressure)

Table 154 – MeasuringDeviceType Definition
Attribute Value
BrowseNameMeasuringDeviceType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of ControlledParameterType
0:HasPropertyVariableId0:String0:PropertyTypeM, RO
0:HasPropertyVariableName0:LocalizedText0:PropertyTypeO, RO
0:HasPropertyVariablePosition0:String0:PropertyTypeO, RO
0:HasPropertyVariableIsPresent0:Boolean0:PropertyTypeM, RO
0:HasPropertyVariableControlModeControlModeEnumeration0:PropertyTypeM, RO
0:HasComponentObjectStartDeviceStartDeviceTypeO
0:HasComponentObjectMaintenanceMaintenanceTypeO

If writing SetValues are used, look at ControlMode.

32.2.1 Id

The Id Property gives the (unique) identification of the measuring device.

32.2.2 Name

Name of the measuring device.

32.2.3 Position

The Position Property indicates the physical position of the measuring device (e.g. position on a plastification barrel). With this Property it can be modelled, that several Measuring devices are placed at the same position.

32.2.4 IsPresent

The IsPresent Property provides information if the measuring device is physically installed and connected.

32.2.5 ControlMode

The ControlMode Property indicates how the measured value is currently controlled. The ControlModeEnumeration is defined in Clause 17.2.6.

32.2.6 MonitoredParameter

Measured value. The MonitoredParameterType, which also gives tolerance values, is defined in Clause 22.