This ObjectType is a container for the measuring devices. It is formally defined inTable 153.
Table 153 – MeasuringDevicesType Definition
Attribute |
Value |
||||
BrowseName |
MeasuringDevicesType |
||||
IsAbstract |
False |
||||
References |
Node Class |
BrowseName |
DataType |
TypeDefinition |
Other |
Subtype of 0:BaseObjectType defined in OPC UA Part 5 |
|||||
0:HasProperty |
Variable |
0:NodeVersion |
0:String |
0:PropertyType |
M, RO |
0:HasComponent |
Object |
<Name>_<Nr> |
|
MeasuringDeviceType |
OP |
0:GeneratesEvent |
ObjectType |
0:GeneralModelChangeEventType |
|
|
|
This object type describes a device which delivers a measured value (e.g. temperature, pressure)
Table 154 – MeasuringDeviceType Definition
Attribute |
Value |
||||
BrowseName |
MeasuringDeviceType |
||||
IsAbstract |
False |
||||
References |
Node Class |
BrowseName |
DataType |
TypeDefinition |
Other |
Subtype of ControlledParameterType |
|||||
0:HasProperty |
Variable |
Id |
0:String |
0:PropertyType |
M, RO |
0:HasProperty |
Variable |
Name |
0:LocalizedText |
0:PropertyType |
O, RO |
0:HasProperty |
Variable |
Position |
0:String |
0:PropertyType |
O, RO |
0:HasProperty |
Variable |
IsPresent |
0:Boolean |
0:PropertyType |
M, RO |
0:HasProperty |
Variable |
ControlMode |
ControlModeEnumeration |
0:PropertyType |
M, RO |
0:HasComponent |
Object |
StartDevice |
|
StartDeviceType |
O |
0:HasComponent |
Object |
Maintenance |
|
MaintenanceType |
O |
If writing SetValues are used, look at ControlMode.
The Id Property gives the (unique) identification of the measuring device.
Name of the measuring device.
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.
The IsPresent Property provides information if the measuring device is physically installed and connected.
The ControlMode Property indicates how the measured value is currently controlled. The ControlModeEnumeration is defined in Clause 17.2.6.
Measured value. The MonitoredParameterType, which also gives tolerance values, is defined in Clause 22.