|
|
|||||||
| Home | Forums | Rules | Articles | Store | Gallery | Blogs | Register | Donations | FAQ | Calendar | Search | Today's Posts | Mark Forums Read | Search |
|
Please consider donating to help us continue to serve you.
Ads on/off / Custom Title / More PMs / More album space / Advanced printing & mass image saving |
|
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
diyAudio Member
Join Date: Jun 2004
Location: Slovakia (middle of Europe :-))
|
Well, I have designed and made a 4kW full-bridge SMPS with SG3525, with voltage control - no current control yet. Before you jump on me, remind that this is my very first SMPS project, so I am not that skilled in this stuff.
The DC output is 2x60V and it is pretty nice regulated. I use this supply to feed two 1500W tripath bridged amp modules. And my problem is. After power-up, everything works fine. No EMI or RFI propagation. But, after a minute or so, the supply starts to produce VERY nasty and strong hi-frequency EMI into mains. I am only using 1uF capacitors at mains - in front of the bridge and second 1uF is after the bridge. I think it is easiest to say that I have to get some more EMI filtration on mains. Definitely I am going to. But why the noise is not propagating the first minute after power-up? I though it has sometning to do with the temperature, but it does not. Because when that EMI starts propagating and I shut the supply down even only for a second or so, it still takes about a minute to start interfering. I think this may have something to do with transformer's saturation. Because there is a full-bridge switching, the transformer can easily come into saturation when switches are not symmetrical. I have read that this can be solved with a capacitor, connected in series with the primary winding, but I do not know the required capacitance for my supply. Could somebody please help me and tell me if this EMI problem is caused by the transformer saturation or maybe something else? P.S. the supply is behaving very good at normal cirstumcanses, the tripath modules hooked on have driven two 1000W woofers a lots of times before... but there is still that problem with EMI. |
|
|
|
|
#2 |
|
diyAudio Member
|
Hmm weird! I don't know anything about EMI, so I'll stick to the transformer: a capacitor with value say 10x greater than the impedance at that point will suffice. I.e. impedance = 10 ohms, 1 ohm or less reactance at 100kHz = 1.6uF... maybe a bit more for safe keeping. Hmm, that's about the value in domestic computer SMPS's of a tenth the rating, yet 10 ohms on +350V would give something over 10kW (very ballparkly). Sigh, thus ends my reign of rough, ohmic estimations...
![]() Tim
__________________
See my Electronics webpage -- the home of Vacuum Tube Drag Racing. The key to being a successful Audiophile: "I reject your reality and substitute my own!" |
|
|
|
|
#3 |
|
diyAudio Member
|
Dis-
Did you say the filter cap AFTER the bridge was 1uf? Are you PFC'ing the front end? If not, then your input cap (after the diode bridge) should be alot bigger than 1uF. Say, like 4700uf at 400V. (I assume you're powering this off the European 240V mains, yielding something like 330VDC after rectification, right?) I have made 12V push-pull switchers for car amps using the SG3525 in the past and have experienced the same EMI/RFI problem. I experimented by removing the feedback optoisolator and letting the circuit run full wide-open at max duty cycle. As expected, the outputs rose to +/- 56V (they were regulated to +/-37V), but the noise disappeared. Hmmmm... Anyhow. I fiddled with the output filtering (the original schematic had only a capacitor) by putting a series inductor after the output rectifier, but before the main output filter caps. I wanted to wind both (+) and (-) outputs bi-filar on the same core for perfect cancellation, but the pc board layout was not set up for it. Nevertheless, the inductors got rid of most of the noise. I further modified the design by implementing current-mode control using Unitrode (now Texas instruments) UC1846, and LCLC outout filtering. Not a whisper of noise anywhere on the spectrum. The schematic for the '1846-based supply was provided to me by Mr. Randy Vikan, the author of an article in Audio Amateur 1989/90 about his 75W/ch MOSFET car amp. Don't worry about the SG3525, we won't beat you up too much! Nowadays, I prefer to use ONsemi's MC33025. This chip is a close cousin of the SG3525 (nearly the same pinout), and can be run either voltage- or current-mode. It has high-current totem-pole outputs (+/-2A) to drive transforemers or MOSFETs directly. OK, regarding the coupling capacitor in series with the main transformer, you will definitely need one with voltage-mode control. It is optional with current-mode, because of c-m's pulse-by-pulse current limiting feature. This corrects for almost any MOSFET imbalance that there night be. Getting back to the formula for the coupling capacitor, here it is: Cc = [I(max) * dT] / dVCc Where Cc is the coupling cap (in uF), and dVCc is the max voltage ripple across the coupling cap (set this at 30V) and dT is 1/F(sw) (16.67uS for F = 60kHz). We get I(max) by taking I(d) *1.2 = I(max), where I(d) is the max drain current of the MOSFETs. I(d) = [1.56 * P(out)] / V(in(min)), where Vin (min) is 180VAC, or 254VDC. So, I(max) = (1.56 * 4000) / 254V = 24.47A Now we can find Cc. Cc = (24.47 * 16.67 e-6) / 30 = 13.59uF for your coupling cap. For safety's sake, make this 15uF by paralleling 15 - 1uF non-polarized caps, and rate them for 400Vdc. 600Vdc would be even better. Sch3mat1c, do you concur? Best of Luck, and please post pics and results. '73, de N8XO, Steve |
|
|
|
|
#4 |
|
diyAudio Member
Join Date: Jan 2005
Location: So. California, USA
|
I have built a similar supply with the same chip (SG3525) in full bridge topology and had an audible noise coming from the transformer. I looked at everything- there was this persistent noisy (audible and electrically) operation, mostly with no load. I could see the primary current waveform saturating on certain pulses. Pulse width was choppy, etc. I added a 560pF cap from the COMP pin to GND right on the SG3525 and it cleaned the supply up dramatically. Additionally, I somehow did not need a cap in the primary as is suggested. My tranfo was made split secondary (S-P-S) with copper foil windings. It operated just fine with no saturation that I could tell after that simple cap addition
Just a thought! Matt. |
|
|
|
|
#5 |
|
diyAudio Member
|
Hmmm.... That is interesting. Playing with the feedback compensation loop cleaned it right up?
I do have cut-n-dried procedure for calculating ther R-C components of the feedback loop (several procedures, actually). I cobbled them together from Chryssis', Pressman's and Brown's books. The main differences between the methods are driven by the topology and control method (fly-back -v- forward, PWM -v- resonant/quasi-resonant). Perhaps I was using the wrong procedure. I will go back and re-examine things. I did leave extra psaces on the pc board layout to accomodate different compensation schemes. |
|
|
|
|
#6 |
|
diyAudio Member
Join Date: Jan 2005
Location: So. California, USA
|
N-Channel,
I suppose there was some high-freq noise getting into the output of the on-board error amp in my case. The COMP pin is a pretty critical pin- not as much as the clock, but the noise into the PWM was causing the pulses to jitter enough to cause audible noise from the supply. If you look at the SG3525 data sheet, they include a cap in this location on thier sample/test circuit as well. IMO, this is independent of the feedback compensation components and it would just have the effect of slowing the entire response a bit. Your other calculations, I would think, would remain the same. Off topic, but I'd like to see your calcs for R-C components as it relates to audio circuits (if they differ from a regular supply). I had some unresoved problems with a low freq. resonance with the same voltage mode controlled circuit. I was thinking that it was from the L-C on the output on the supply. I was using the supply to drive a classic class AB amp, and with a 200Hz sine wave into the amplifier, the primary current on the supply had these nasty peaks with about a 400Hz envelope that was audible on the output on the amp. Everything cleared up at higher and lower frequency audio signals. I adjusted to compensation components and the L and C and it would just shift the resonance around. I was using the pole-zero comensation from Brown's book, but there are quite a few errors in it. Not sure if I missed a pole, or something. I've read as much as I could on compensation loops, and I still don't seem to have a grasp of them very well. Oh well, I guess topic for another discussion. |
|
|
|
|
#7 |
|
diyAudio Member
|
Compensation loops are indeed a tricky thing! I had to dig to get the calculations for the Coupling cap, but the calcualtions for the RC compensation components are mostly from Brown's book. I think Brown does mention that compensation can be either on the primary or secondary side (if isolated). I think the half-bridge ckt based on the MC33025 used secondary-side compensation at the TL431, and disabled the MC33025's on-board error amp.
|
|
|
|
|
#8 |
|
diyAudio Member
Join Date: Jun 2005
Location: Kent, UK
|
Try a 22pf cap to ground from the osc. out pin 4. On the similar 1825 pwm chip (called the clock pin on this i.c.) this can work miracles for noise and stability problems that develop after a minute or two of being powered. I've seen this problem on many occasions on several types of current mode SMPS and 22pf is optimum with the 1825 every time. The only voltage mode one that had the problem needed a higher value, 220pf if I remember correctly.
|
|
|
|
|
#9 | |||||
|
diyAudio Member
Join Date: Jun 2004
Location: Slovakia (middle of Europe :-))
|
First of all, I am very glad there is this much interest in my problem. Thank you all, guys.
Quote:
Quote:
Originally I have got two 100uH, but really BIG inductors for both positive and negative rail separately, followed by 3x330uF/100V Panasonic EB series caps per rail. The filter is made better than calculated (originally 60uH and 30uF would suffice for 10% current ripple at full load) Quote:
because there really wasn't room on the PCB, and the closest place to the transformer was right between the fans. I am attaching a photo of this. Quote:
As entire control circuit is on the secondary side (I drive the MOSFET gates through pulse transformers), there is no optocoupler in the feedback loop. Just a zener diode and a voltage divider to set the desired voltage. The third modification made now was putting a 100pF/1kW cap and 100R/2W in series paralelly to main transformer's primary winding. Previously, I had them there for evaluation, but I removed them... don't remember the reason. But now I put them back because I think it may help reducing EMI. Quote:
NOW THE RESULT: -Really significant reduction of EMI into mains, input and output cables and into ether (now I can put the mixing console right on the amp and there is no audible hiss or noise anymore). Anyway, there is still significant interference with VHF mics at the events, I can even see both diversity A-B leds bounce to the bass -Better voltage stability (before, the LEDs connected thru resistors to + and - rail against ground were visibly showing the voltage fall at full-power bass peaks. Now, the light has significantly more constant intensity, telling me that voltages are more stable. -Better start-up sequence and small load operation(before, there were large VPP and VNN oscillations of about 2-3Hz and 30V amplitude, that caused the chips in both amplifiers go into undervoltage protection with only 1mA current draw. I had to toggle the power switch several times and if lucky, it started up Now, I can only see a voltage drop right after the amps get from UV protection to normal operation mode, but I think this may be caused with large supply soft-start capacitor (47uF), who causes the PWM duty cycle, and supply voltage respectively to raise slowly. I am sorry for the quality of attached photo, but it is taken only with mobile phone's cam. I do not have a digital camera. |
|||||
|
|
|
|
#10 |
|
diyAudio Member
Join Date: Apr 2004
Location: Hungary
|
Could you post some moooore pictures of your SMPS? :-)
__________________
Best regards, Danko |
|
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
|
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SMPS problem? | choncba | Car Audio | 11 | 8th May 2008 07:54 AM |
| SMPS problem | MaXiZ | Class D | 135 | 13th March 2006 10:43 PM |
| What is the problem with the K6 SMPS? | ghemink | Power Supplies | 2 | 16th March 2005 02:30 AM |
| Rod's SMPS Problem | fr0st | Parts | 9 | 15th March 2003 06:46 AM |
| New To Site? | Need Help? |
| Page generated in 0.16314 seconds (81.84% PHP - 18.16% MySQL) with 11 queries |