Project

General

Profile

Actions

Power Block Theory

The Power Block is the part that manages input/output power within the board.
It consists of a single inverter leg, as illustrated in the figure below.

single_phase_topology.png
Figure 2 - The power topology of the single-phase board

Figure 2 shows a Vlow, VHigh, T1, T2, D1, D2 and L.
Vlow is the low-side voltage, VHigh is the high-side voltage, T1 and T2 are two transistors, D1 and D2 are two diodes and L is an inductor.

This topology is current bi-directional.
This means that its input can be either on the high-side or on the low-side.
If the input is on the high-side, the circuit acts as a buck or step-down converter.
If the input is on the low-side, the circuit acts as a boost or step-up converter.

This topology allows the control of the current in the inductor L by controlling its charge and discharge using the switches.
The figure below shows the switching and the current flow within the inductor.

states_converter_1.png
Figure 3 - The power topology of the single-phase board

The switching leads to an average current flow between its input and output as shown in the image below.

switching_states_1.png
Figure 4 - Left: average current in the inductor increases
Center: average current in the inductor stable
Right: average current in the inductor decreases

As figure 4 shows, the key to control the current in the power converter is to control the duration of the signal that is sent to the transistors.
This duration is called duty cycle .
A longer duty cycle will lead to a increase in current, while a shorter duty cycle will lead to a decrease in current.

The duty cycle is the single most important control variable in a power converter.

The presentation above is, obviously, not complete since there are further phenomena to be taken into account. The instantaneous rise and fall in current will lead to abrupt variations in voltage at both the high and low sides. To filter these variations, power converters are equipped with capacitors in both sides, which effectively provide the instantaneous current needed by the converter.

The relationship between high and low side voltages, high and low side currents, and the duty cycle is given by the equations below.


Equation 1 - Relation between High and Low variables, and the duty cycle for a Boost Mode operation


Equation 2 - Relation between High and Low variables, and the duty cycle for a Buck Mode operation

These equations explain the need for all the other blocks of the system.

To estimate the correct duty cycle, it is necessary to measure either voltage or current, leading to a measurement block .

Once these measurements are made, they must be converted in digital values, treated through a mathematical control loop that calculates a duty cycle value, leading to a control block .

Once the duty cycle has been correctly calculated, it must be converted in analog voltage pulses which are in turn used to drive the transistors, leading to a driver block .

Since all of these operations require some energy, leading to a feeder block .

Each block has its own specific challenges and technical difficulties, which are explained in their respective wiki page.

Updated by Luiz Fernando Lavado Villa about 5 years ago · 2 revisions