Welcome
Username or Email:

Password:


Missing Code




[ ]
[ ]
Online
  • Guests: 42
  • Members: 0
  • Newest Member: omjtest
  • Most ever online: 396
    Guests: 396, Members: 0 on 12 Jan : 12:51
Members Birthdays:
No birthdays today

Next birthdays
07/09 Avi (41)
07/09 Jannick Hagen (15)
07/10 Sparcz (69)
Contact
If you need assistance, please send an email to forum at 4hv dot org. To ensure your email is not marked as spam, please include the phrase "4hv help" in the subject line. You can also find assistance via IRC, at irc.shadowworld.net, room #hvcomm.
Support 4hv.org!
Donate:
4hv.org is hosted on a dedicated server. Unfortunately, this server costs and we rely on the help of site members to keep 4hv.org running. Please consider donating. We will place your name on the thanks list and you'll be helping to keep 4hv.org alive and free for everyone. Members whose names appear in red bold have donated recently. Green bold denotes those who have recently donated to keep the server carbon neutral.


Special Thanks To:
  • Aaron Holmes
  • Aaron Wheeler
  • Adam Horden
  • Alan Scrimgeour
  • Andre
  • Andrew Haynes
  • Anonymous000
  • asabase
  • Austin Weil
  • barney
  • Barry
  • Bert Hickman
  • Bill Kukowski
  • Blitzorn
  • Brandon Paradelas
  • Bruce Bowling
  • BubeeMike
  • Byong Park
  • Cesiumsponge
  • Chris F.
  • Chris Hooper
  • Corey Worthington
  • Derek Woodroffe
  • Dalus
  • Dan Strother
  • Daniel Davis
  • Daniel Uhrenholt
  • datasheetarchive
  • Dave Billington
  • Dave Marshall
  • David F.
  • Dennis Rogers
  • drelectrix
  • Dr. John Gudenas
  • Dr. Spark
  • E.TexasTesla
  • eastvoltresearch
  • Eirik Taylor
  • Erik Dyakov
  • Erlend^SE
  • Finn Hammer
  • Firebug24k
  • GalliumMan
  • Gary Peterson
  • George Slade
  • GhostNull
  • Gordon Mcknight
  • Graham Armitage
  • Grant
  • GreySoul
  • Henry H
  • IamSmooth
  • In memory of Leo Powning
  • Jacob Cash
  • James Howells
  • James Pawson
  • Jeff Greenfield
  • Jeff Thomas
  • Jesse Frost
  • Jim Mitchell
  • jlr134
  • Joe Mastroianni
  • John Forcina
  • John Oberg
  • John Willcutt
  • Jon Newcomb
  • klugesmith
  • Leslie Wright
  • Lutz Hoffman
  • Mads Barnkob
  • Martin King
  • Mats Karlsson
  • Matt Gibson
  • Matthew Guidry
  • mbd
  • Michael D'Angelo
  • Mikkel
  • mileswaldron
  • mister_rf
  • Neil Foster
  • Nick de Smith
  • Nick Soroka
  • nicklenorp
  • Nik
  • Norman Stanley
  • Patrick Coleman
  • Paul Brodie
  • Paul Jordan
  • Paul Montgomery
  • Ped
  • Peter Krogen
  • Peter Terren
  • PhilGood
  • Richard Feldman
  • Robert Bush
  • Royce Bailey
  • Scott Fusare
  • Scott Newman
  • smiffy
  • Stella
  • Steven Busic
  • Steve Conner
  • Steve Jones
  • Steve Ward
  • Sulaiman
  • Thomas Coyle
  • Thomas A. Wallace
  • Thomas W
  • Timo
  • Torch
  • Ulf Jonsson
  • vasil
  • Vaxian
  • vladi mazzilli
  • wastehl
  • Weston
  • William Kim
  • William N.
  • William Stehl
  • Wesley Venis
The aforementioned have contributed financially to the continuing triumph of 4hv.org. They are deserving of my most heartfelt thanks.
Forums
4hv.org :: Forums :: General Science and Electronics
« Previous topic | Next topic »   

Grid tie inverter

first  2 3 4 5
Move Thread LAN_403
Ash Small
Fri Nov 28 2014, 05:47PM
Ash Small Registered Member #3414 Joined: Sun Nov 14 2010, 05:05PM
Location: UK
Posts: 4245
Mains transformer (for reference)==>>class D amp==>>bridge driver==>>bridge (and SMPS)==>>filter circiut

The class D changes it to a digital representation of a sine wave, the filter changes it back to analogue.
Back to top
hen918
Fri Nov 28 2014, 06:19PM
hen918 Registered Member #11591 Joined: Wed Mar 20 2013, 08:20PM
Location: UK
Posts: 556
furnace wrote ...

So basically you can you use any high kHz frequincy at your gate/base. As long as your secondary's output comes to a clear sine wave?

Well, I have successfully (to my surprise) used an arduino to give an H-bridge driver IC a PWM "sine" wave using the arduino's PWM pins.

This is the code I used:

float value = sin((micros() / timing) / 6.283185) * 255.00;
if(value >= 0) {
outvalue1 = value;
outvalue2 = 0;
}
else {
outvalue1 = 0;
outvalue2 = value * -1;
}
analogWrite(PWMpin1, outvalue1);
analogWrite(PWMpin2, outvalue2);
delayMicroseconds(100);

Because it uses the sine function the output is a clean sine wave, I fed that into the driver IC, and then, after it came out of the H-Bridge I used an Low Pass LC filter to smooth it out.
Back to top
furnace
Fri Nov 28 2014, 06:34PM
furnace Registered Member #4992 Joined: Wed May 23 2012, 03:57PM
Location:
Posts: 108
My induction heater uses the same circuit, I just thought that you needed to have a 50 hz output at your secondary for driving ac motors.
This makes everything a lot easier. I haven't used the ardiuno yet but I guess I'm heading to that direction very soon.
Back to top
Shrad
Fri Nov 28 2014, 06:36PM
Shrad Registered Member #3215 Joined: Sun Sept 19 2010, 08:42PM
Location:
Posts: 780
D

here is the picture I missed to include in my post, sorry

if you input a sine wave to a class D amp it will deliver a signal like the one in red before the filter

you're supposed, in this case, to replace the filter with an AC transformer so that you get the blue signal at the output
Back to top
dexter
Fri Nov 28 2014, 07:32PM
dexter Registered Member #42796 Joined: Mon Jan 13 2014, 06:34PM
Location:
Posts: 195
so a mains transformer (laminated iron core) can be used without the need of any other output filter? because i looked into some UPS's and got me wondering

i know a UPS is different because it require a mains transformer/autotransformer due to its bidirectional usage but my question still stands...

ofc a ferrite transformer + output LC filter takes far less space and is less expensive
Back to top
BigBad
Sat Nov 29 2014, 04:49PM
BigBad Registered Member #2529 Joined: Thu Dec 10 2009, 02:43AM
Location:
Posts: 600
Yes, should basically work I would think.

However, the best kind of filter for these type of circuits would be almost totally reactive, but the transformer may be fairly resistive due to skin effect and stuff like that.

You should check the power dissipation; the transformer may need a heat sink and you may want to add extra low resistance reactive components to filter off the high frequency currents from flowing through the transformer.

It also helps to run the PWM cycle as far above the 50 hz as you can. that pushes the harmonics way up. On the other hand frequent switching loses more power in your fets or whatever so there's a tradeoff.
Back to top
Shrad
Sat Nov 29 2014, 07:36PM
Shrad Registered Member #3215 Joined: Sun Sept 19 2010, 08:42PM
Location:
Posts: 780
that leaves place to a very nice set of experimentations
Back to top
hen918
Sun Nov 30 2014, 11:07AM
hen918 Registered Member #11591 Joined: Wed Mar 20 2013, 08:20PM
Location: UK
Posts: 556
BigBad wrote ...

Yes, should basically work I would think.

However, the best kind of filter for these type of circuits would be almost totally reactive, but the transformer may be fairly resistive due to skin effect and stuff like that.

You should check the power dissipation; the transformer may need a heat sink and you may want to add extra low resistance reactive components to filter off the high frequency currents from flowing through the transformer.

It also helps to run the PWM cycle as far above the 50 hz as you can. that pushes the harmonics way up. On the other hand frequent switching loses more power in your fets or whatever so there's a tradeoff.

Audiophile grade PP caps work well for the filter and the larger the inductor the better!
Running the frequency high also makes it easier to filter out and leaves the filtered sine wave smoother. I would use a frequency in the order of 10s of KHz
Back to top
first  2 3 4 5

Moderator(s): Chris Russell, Noelle, Alex, Tesladownunder, Dave Marshall, Dave Billington, Bjørn, Steve Conner, Wolfram, Kizmo, Mads Barnkob

Go to:

Powered by e107 Forum System
 
Legal Information
This site is powered by e107, which is released under the GNU GPL License. All work on this site, except where otherwise noted, is licensed under a Creative Commons Attribution-ShareAlike 2.5 License. By submitting any information to this site, you agree that anything submitted will be so licensed. Please read our Disclaimer and Policies page for information on your rights and responsibilities regarding this site.