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.

Table 91 – PtTemperatureSensorAttributesType Definition
Attribute Value
BrowseNamePtTemperatureSensorAttributesType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the PtAssetAttributesType defined in chapter 7.7
0:HasComponentVariableTemperatureSensorTechnology0:UInt160:MultiStateValueDiscreteTypeM, RO
0:HasPropertyVariableTemperatureSensorType0:String0:PropertyTypeO,RO
0:HasComponentVariableAccuracy0:Float0:AnalogUnitTypeO, RO
0:HasComponentVariableTemperatureMin0:Float0:AnalogUnitTypeM, RO
0:HasComponentVariableTemperatureMax0:Float0:AnalogUnitTypeM, 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.

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].