The PtTemperatureSensorAttributesType provides the common asset attributes of a temperature sensor and is formally defined in Table 91.
Table 91 – PtTemperatureSensorAttributesType Definition
| 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 | |||||
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.
Table 92 – PtTemperatureSensorAttributesType Attribute values for child Nodes
| 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].