9.5. Low Voltage DCDC converter Voltage Setpoint Manager - LvDcdcHvCurMgr
Id |
LvDcdcHvCurMgr |
Title |
Low Voltage DCDC converter Voltage Setpoint Manager |
System |
Low Voltage Power |
Document Type |
Application Software Component Specification Preview |
9.5.1. Overview
The Low Voltage DCDC converter Voltage Setpoint Manager (LvDcdcHvCurMgr) is responsible for managing the voltage setpoint of the low voltage DCDC converter based on the current drawn from the high voltage system. It aggregates the input currents from multiple DCDC converters and calculates the total current drawn. The component also provides the minimum required power from the high voltage system for normal operation of the low voltage power system.
9.5.2. Functions
Title |
Description |
|
|---|---|---|
1 |
Aggregate DCDC Input Currents |
Aggregates the input currents from multiple DCDC converters (DCDC1, DCDC2, DCDC3) to calculate the total current drawn from the high voltage system. If any of the input current signals are invalid, the previous valid value is used. |
2 |
Provide Minimum Required HV Power |
Provides the minimum required power from the high voltage system for normal operation of the low voltage power system. This value is configurable via the parameter LvdhvcmLvPwrCnsMin. |
9.5.3. Ports
Id |
Direction |
Data Type |
Dimensions |
Unit |
|
|---|---|---|---|---|---|
1 |
DCDC1_InputCurrent |
Incoming |
single |
[-1] |
inherit |
2 |
DCDC1_InputCurrent_valid |
Incoming |
boolean |
[-1] |
inherit |
3 |
DCDC2_InputCurrent |
Incoming |
single |
[-1] |
inherit |
4 |
DCDC2_InputCurrent_valid |
Incoming |
boolean |
[-1] |
inherit |
5 |
DCDC3_InputCurrent |
Incoming |
single |
[-1] |
inherit |
6 |
DCDC3_InputCurrent_valid |
Incoming |
boolean |
[-1] |
inherit |
7 |
HVCMP_LV_ActHVCurr |
Outgoing |
single |
[-1] |
inherit |
8 |
HVCMP_LV_ActHVCurr_send |
Outgoing |
boolean |
[-1] |
inherit |
9 |
HVMinPowerReq |
Outgoing |
single |
[-1] |
inherit |
10 |
HVMinPowerReq_send |
Outgoing |
boolean |
[-1] |
inherit |
9.5.4. Parameters
Id |
Data Type |
Dimensions |
Range |
Unit |
Description |
|
|---|---|---|---|---|---|---|
1 |
LvdhvcmSngDcdcCfg |
boolean |
[1,1] |
Min: 0, Max: 1 |
Configuration for single or multiple DCDC setup, 0 - multiple DCDCs, 1 - single DCDC |
|
2 |
LvdhvcmLvPwrCnsMin |
single |
[1,1] |
Min: 0, Max: 25 |
kW |
Minimum required power for LV POWER SYSTEM from HV POWER SYSTEM for normal operation |