7.9.9 PtPrechargeAttributesType ObjectType Definition

7.9.9.1 Overview

The PtPrechargeAttributesType provides the attributes describing a pre-charge asset and is formally defined in Table 109.

Table 109 – PtPrechargeAttributesType Definition
Attribute Value
BrowseNamePtPrechargeAttributesType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the PtAssetAttributesType defined in chapter 7.7
0:HasComponentVariablePreChargeType0:UInt160:MultiStateValueDiscreteTypeM, RO
0:HasComponentVariablePreChargeTime0:Float0:AnalogUnitTypeO,RO
0:HasComponentVariablePreChargeTimeout0:Float0:AnalogUnitTypeO,RO
0:HasComponentVariablePrechargeThreshold0:Float0:AnalogUnitTypeO,RO
0:HasComponentVariablePreChargeMaximumCapacitance0:Float0:AnalogUnitTypeO,RO
0:HasComponentVariablePreChargeCycleTimeLimit0:Float0:AnalogUnitTypeO,RO
Conformance Units
Powertrain Attributes Information
7.9.9.2 Object Description

PreChargeType defines if the pre-charge applies to AC or DC voltages. The values of the MultiStateValueDiscreteType variable are defined in Table 110 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 110 – PtPrechargeAttributesType Attribute values for child Nodes
BrowsePath Value Attribute Description Attribute
[
{
"Value": 0,
"DisplayName": "AC/DC",
"Description": "AC input, DC output"
},
{
"Value": 1,
"DisplayName": "DC/DC",
"Description": "DC input, DC output"
}
]

PreChargeTime is the time required to increase pre-charge output voltage from zero to the PreChargeThreshold with a load of PreChargeMaximumCapacitance. The unit shall be seconds [s].

PreChargeThreshold is the pre-charge output voltage where the pre-charge function stops. The unit shall be volts [V].

PreChargeTimeout is the time limit of the pre-charge operation. The pre-charge starts operating when it detects an applied voltage and stops operating after this time regardless of the DC bus voltage. The unit shall be seconds [s].

PreChargeMaximumCapacitance is the maximum DC bus capacitance that can safely be charged and discharged over the PreChargeCycleTimeLimit time. The unit shall be farads [F].

PreChargeCycleTimeLimit is the minimum time period between making connections to the charging source. This time limit may be an average over some longer time period. The unit shall be seconds [s].

Note: The object definitions for PtCapacitanceAttributes differ from the capacitance defined here.