32.2 MeasuringDeviceType
This object type describes a device which delivers a measured value (e.g. temperature, pressure)
| 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.
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.