TPI SV-PWM - Helper block

The TPI SV-PWM helper block is a wrapper that simplifies the use of the SV-PWM block with the all-in-one programmable inverter (TPI8032 22kW). Since the topology of the converter is fixed, the channel assignment and part of the modulators’ configuration are known beforehand.

The topology of the converter and the connection of the PWM channels are shown below. To prevent short-circuiting the DC bus, the upper and lower leg switches always use pseudo-complementary signals with a fixed dead-time of 124 ns. This value was chosen as low as possible to minimize the distortion introduced by the dead-time.

Topology of the TPI8032
Topology of the TPI8032
PWM channelPWM laneDescription
00PWM High – Phase A (M0)
1PWM Low – Phase A (M0)
12PWM High – Phase B (M1)
3PWM Low – Phase B (M1)
24PWM High – Phase C (M2)
5PWM Low – Phase C (M2)
PWM channels and lanes assignment

Signal specification

  • The input αβ0 is the normalized reference vector in the stationary reference frame (-1.15 to 1.15).
  • The input signal > is the clock input and must be connected to the CONFIG block or to an independent CLK.
  • The input A allows the activation (>0) or deactivation (<=0) of the PWM outputs.
  • The sim output is a vector corresponding to the six generated PWM signals (phase A high and low, phase B high and low, and phase C high and low). They are only used in simulation.
SV PWM helper block

Parameters

  • Device ID selects which TPI to address when used in a multi-device configuration.
  • Show "activate" input makes the A input visible. If not checked, the TPI CB-PWM block is active by default.
  • PWM parameters update rate selects when the duty-cycle parameter is applied.
    • Single-rate: it is applied at the end of the carrier period.
    • Double-rate: it is applied twice per carrier period: when the carrier reaches its lowest point and when it reaches its highest point. (for TRIANGLE and INVTRIANGLE carriers only)
  • Simulate dead-time toggles the option to simulate the effect of the dead-time.
Modulation parmeters mask for the SV PWM helper block
Complementary signals Simulink mask

PLECS SV PWM helper block

Signal specification

  • The input αβ0 is the normalized reference vector in the stationary reference frame (-1.15 to 1.15).
  • The input signal > is the clock input and must be connected to the CONFIG block or to an independent CLK.
  • The input A allows the activation (>0) or deactivation (<=0) of the PWM outputs.
  • The target output port (only visible at the atomic subsystem level) is a vector corresponding to the six generated PWM signals (phase A high and low, phase B high and low, and phase C high and low). They are only used in simulation.
SV PWM helper block for PLECs

Parameters

  • Device ID selects which TPI to address when used in a multi-device configuration.
  • Show "activate" input makes the A input visible. If not checked, the TPI CB-PWM block is active by default.
  • PWM parameters update rate selects when the duty-cycle parameter is applied.
    • Single-rate: it is applied at the end of the carrier period.
    • Double-rate: it is applied twice per carrier period: when the carrier reaches its lowest point and when it reaches its highest point. (for TRIANGLE and INVTRIANGLE carriers only)
  • Simulate dead-time toggles the option to simulate the effect of the dead-time.
SV PWM helper block adressing mask
SV PWM helper block modulation parameters mask
PLECS mask complementary signals

C++ functions

There are no C++ helper functions for the TPI. Please refer to the generic SV-PWM functions.