7.8.15 PtTemperatureSensorAttributesType ObjectType Definition
7.8.15.1 Overview
The PtTemperatureSensorAttributesType provides the common asset attributes of a temperature sensor and is formally defined in Table 91.
| Attribute | Value | ||||
| BrowseName | PtTemperatureSensorAttributesType | ||||
| IsAbstract | False | ||||
| References | Node Class | BrowseName | DataType | TypeDefinition | Other |
|---|---|---|---|---|---|
| Subtype of the PtAssetAttributesType defined in chapter 7.7 | |||||
| 0:HasComponent | Variable | TemperatureSensorTechnology | 0:UInt16 | 0:MultiStateValueDiscreteType | M, RO |
| 0:HasProperty | Variable | TemperatureSensorType | 0:String | 0:PropertyType | O,RO |
| 0:HasComponent | Variable | Accuracy | 0:Float | 0:AnalogUnitType | O, RO |
| 0:HasComponent | Variable | TemperatureMin | 0:Float | 0:AnalogUnitType | M, RO |
| 0:HasComponent | Variable | TemperatureMax | 0:Float | 0:AnalogUnitType | M, RO |
| Conformance Units | |||||
|---|---|---|---|---|---|
| Powertrain Attributes Information |
7.8.15.2 Object Description
TemperatureSensorTechnology provides the type of the temperature sensor. The values of the MultiStateValueDiscreteType variable are defined in Table 92 and shall be used. The values 0-199 are reserved for future extensions of this specification. The values 200-299 shall be used for vendor-specific extensions of this variable.
| BrowsePath | Value Attribute | Description Attribute |
| [ { "Value": 0, "DisplayName": "THERMOCOUPLE", "Description": "Thermocouple" }, { "Value": 1, "DisplayName": "TEMPERATURE_DEPENDENT_RESITANCE", "Description": "Temperature dependent resistance" }, { "Value": 2, "DisplayName": "KTY", "Description": "Semiconductor temperature tensor" } ] |
TemperatureSensorType provides the information of the used type of temperature sensor.
Accuracy at ambient temperature. The unit shall be celcius [°C].
TemperatureMin provides the minimum operating temperature of the sensor. The unit shall be celcius [°C].
TemperatureMax provides the maximum operating temperature of the sensor. The unit shall be celcius [°C].