The datasheet says nothing about a zero cross detector.moc3021 also have zero crossing detector.
Are you using the MOC3021 to directly drive a load in this test, or are you using it with a secondary triac?i just able to on/off the test device (bulb) but not able to control the phase.
You mean this datasheet?: https://www.fairchildsemi.com/ds/MO/MOC3042-M.pdfoh sorry basically it is moc3031 not 3021 , my bad. using same schematic as on page 7 of moc3031 datasheet.
For all the IGBTs you will need a driver to supply more current than microcontroller pins can do alone. For the high side IGBTs you will need some kind of high side driver circuit, like the ir21xx series stuff. Or a fully isolated driver with its own isolated power supply.i tried v/f method but failed. i think the problem was in ibgt driver that i designed using ir2136 but i cant able to locate the error.
for that i used pic18f452 and my inverter design was form the microchip notes an889.
i wanna know can i directly give my pwms to igbts?? or first i pass them to buffer and pull them up to 12-15v and then supply to igbt inverter??? please answer this. thanks.
The ir2136, along with all the devices like it, is that buffer. And it's generally the simplest possible solution (though all the bootstrapping high side drivers do seem to give many people a lot of headaches. A quick search of these forums will reveal tons of threads on the topic). The only simpler solution I can think of is if you use P-channel high side switches and use some discrete level-shifting circuit to drive them. But it will give you poorer performance and will overall probably be more difficult than boostrapping drivers.that is the problem. i cant able to design the appropriate driver. that is why me asking for direct pwm supply to igbt or through some buffer.
AN889 uses drivers with built-in deadtime. Your circuit is delaying the wrong pulse edge and generating negative deadtime, the inverting action of the CMOS gate must be considered.and also is my dead time generator circuit is ok???
yes but i am using pic18f452 because of its availability. and also my driver ir2136 inputs are out of phase that is why i did this. is this wrong???AN889 uses drivers with built-in deadtime. Your circuit is delaying the wrong pulse edge and generating negative deadtime, the inverting action of the CMOS gate must be considered.
Regarding drivers for the IGBTs, a good place to start is the IR2110 from International Rectifier: is is quite simple to use, and the datasheet schematics are quite clear. As for the pwm command, instead of the PIC 18f4552, a more suitable would be the dsPIC30F2011, as the latter has dead-time timing and complementary control, all via software. All you have to do is choose which method is more suitable to control the motor (full wave, 2 level SPWM, 3 level SPWM, SVM, etc).
Another idea would to use an isolated driver, like the A3120 for the IGBTs on the upper side, and connect via a resistor/zener to the pic (ideally, through an opto, like the 4N26 or the 9030).
You can still use a 3 triacs (one for each phase) to control the stator voltage, but all you can control is the torque, not the rotor speed.
For the bootstrap capacitor you want it big enough that it won't droop during a switching cycle due to either leakage current (in the ir2110 or the capacitor itself) or due to charging the gates. If your PWM frequency is high (like 20KHz) and your FETs/IGBTs aren't huge, then something in the 100nF-1uF is generally enough. For the resistor, I'm not sure what resistor you're talking about.hi guys i just able to manage the ir 2110. now i want to ask two things.!\
1) i want to test it for low power mosfet like irf540n. should i use the same scheme like in the datasheet of ir2110??? and what should be the value of resistors and bootstrap capacitor???
You'll want to keep the PWM frequency high; 20KHz is nice since it shouldn't generate audible noise, though depending on the power you want to deliver you may want to adjust it up or down. For the motor speed that's variable and you should only be limited by the motor itself and your bus voltage, and maybe your control system.2)will it work on 50hz (50% DC)??? or i have to generate 20khz and then update it with 50hz rate????
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?