Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

3 phase dc to ac inverter with IGBT transistors (and 120degrees shift)

Status
Not open for further replies.

Arbot

New Member
hello i need to do simulation of this circuit in PSPICE, i know the configuration of the 6 transistors, but i don't know how to apply gates and PWM circuit for controling the trasnsistors.

please help !
 
you mean DC to 3phase AC inverter...

make a waveform diagrams of what you need.

to generate them you need clock, counter and decoder. depending on resolution you need decoder can be simple gates or ROM.

for example, suppose we use base 6 counter and each waveform has pattern with:
two positive clock cycles,
off cycle,
two negative clock cycles,
off cycle (then repeat).

your decoder would need to drive 6 gates (IGBTs):
(L1+)=gate1a=1,1,0,0,0,0
(L2+)=gate2a=0,0,1,1,0,0
(L3+)=gate3a=0,0,0,0,1,1

(L1-)=gate1b=0,0,0,1,1,0
(L2-)=gate2b=1,0,0,0,0,1
(L3-)=gate3b=0,1,1,0,0,0
 
Last edited:
thanks for the answer , but your way of solving this problem, i can use VPULSE on each gate of the Mosfets to toggle them in right way. i found another chip IR2110 or IR2330 series. may be using it , i will some kind of control.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top