Welcome to the forum   
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Share
Options
View
Go to last post in this topic Go to first unread post in this topic
Offline DaleSchultz  
#1 Posted : 13 November 2007 00:53:27(UTC)
DaleSchultz

United States   
Joined: 10/02/2006(UTC)
Posts: 3,997
I know there are a couple of kits available on the web that provide a circuit for producing the flashing of an arc welder, but some of the videos of them are not all that encouraging.

Does anyone have a circuit that one can make up and twiddle resistor and capacitor values to achieve the desired effect of pauses and welding flicker?

I would imagine fairly decent pauses between welding - in the order of 20 seconds or so... and then welding light for intervals of 3 to 6 seconds?

The more 'random' the better.

Failing that, anyone have video of a kit that they think is perfect?
Dale
Intellibox + own software, K-Track
My current layout: https://cabin-layout.mixmox.com
Arrival and Departure signs: https://remotesign.mixmox.com
Offline hgk  
#2 Posted : 14 November 2007 07:26:24(UTC)
hgk


Joined: 10/11/2006(UTC)
Posts: 455
Location: Pacific Ocean
This one says that it uses a random trigger and it has an
adj. pot as well. I haven't breadboarded it up to try it
out yet.

http://www.cgs.synth.net...r/arcwelder/arcweld.html

-george
Offline Mikael  
#3 Posted : 14 November 2007 09:29:42(UTC)
Mikael

Denmark   
Joined: 10/09/2004(UTC)
Posts: 959
Location: Copenhagen, Denmark
That doesn't too bad. At least I see some pseudo-random generator.
If it were me, I would just take a microprocessor and program the welding flicker (and random delays) in that. Less components and in full control of the result.
Offline Caplin  
#4 Posted : 14 November 2007 11:04:15(UTC)
Caplin


Joined: 23/03/2005(UTC)
Posts: 2,497
Location: Denmark
Quote:
[size=1" face="Verdana" id="quote]quote:Originally posted by Mikael
<br />If it were me, I would just take a microprocessor and program the welding flicker (and random delays) in that. Less components and in full control of the result.
Sounds straight forward, but way over my head, I am afraid. [:o)]

If it were me, I would just - love to know what tool to use, what programming language and what mictoprocessor. Show me the big picture if you please. Smile
Regards,
Benny - Outsider and MFDWPL

UserPostedImage
Offline Mikael  
#5 Posted : 14 November 2007 15:30:48(UTC)
Mikael

Denmark   
Joined: 10/09/2004(UTC)
Posts: 959
Location: Copenhagen, Denmark
Quote:
[size=1" face="Verdana" id="quote]quote:Originally posted by Caplin
<br />If it were me, I would just - love to know what tool to use, what programming language and what mictoprocessor. Show me the big picture if you please. Smile

There are several different ways to go, simply because of different types of microprocessors available. These are separated into processor "families", and some of the smallest ones available (in terms of processing power) are AVR, PIC and 8051. Each of those could easily take care of this welding task.

If is was me, I would select an AVR. Not because it is better than the other families, but solely because I am already using them for various other projects.
The programming language is also selectable. Various compilers exist, so choose whatever you are comfortable with. You can make programs for the AVR in assembler, C, Basic, Pascal and so on, with assembler and C as the most common ones. The AVR is made by Atmel, and they provide the assembler development tools for free. Several C compilers exist, where the gcc compiler is free, while others cost quite a bit of money.
Lastly you will need a programmer to program the processor. The most simple form of that is a couple of resistors and a parallel port.

I could make a "welder" quite easily, as I have already made a generic LED controller program, to make nice light patterns on 16 outputs. I have used this in a small indoor water fountain:
http://www.ejberg.dk/ledfade2/
The LED outputs are controlled by a script, that is placed in the processor, and it can easily be changed to a welding flicker. The only thing I am missing is a random generator for the delay, but that wouldn't take me many minutes to write.
Offline DaleSchultz  
#6 Posted : 14 November 2007 18:29:30(UTC)
DaleSchultz

United States   
Joined: 10/02/2006(UTC)
Posts: 3,997
George - do you plan an assembling one ? If so I would love to see a video of the result.

Mikael - yes, a programmable chip does sound like an ideal solution but like others this would be a big learning curve and require additional equipment. Assuming I had a programmed chip, how complex is the rest of the circuit? Would you consider creating a chip for me - I could pay for it and your efforts with PayPal. Would it be possible to create a program that drives both an arc welder and a campfire on different outputs?

I found a project that uses a programmable chip but it also includes a digital decoder.
http://www.digital-bahn.de/bau_led/led_feuer.htm

Dale
Intellibox + own software, K-Track
My current layout: https://cabin-layout.mixmox.com
Arrival and Departure signs: https://remotesign.mixmox.com
Offline Mikael  
#7 Posted : 15 November 2007 09:46:55(UTC)
Mikael

Denmark   
Joined: 10/09/2004(UTC)
Posts: 959
Location: Copenhagen, Denmark
Quote:
[size=1" face="Verdana" id="quote]quote:Originally posted by DaleSchultz
<br />Assuming I had a programmed chip, how complex is the rest of the circuit?

Well, it depends. You will need the chip, a 5V supply (that involves a regulator, but I guess you know all about those now), a resistor or two and either a 16 MHz ceramic resonator (with built-in capacitors) or a 16 MHz crystal plus two small capacitors.
If you can drive the leds from 5V and max 20 mA, then you don't need any more. If you need more output power, then another resistor and a transistor for each output is needed.

Quote:
[size=1" face="Verdana" id="quote]quote:Would you consider creating a chip for me

I might be able to be pursuaded, but then it will have to be perfect in the first attempt. I'd much rather that you build your own programmer, which I believe doesn't take much more than some resistors and a parallel port on a PC, but I'll have to look into that. Then I can send you the chip software, as well as the programming software, with the commands to run. In this case we can always make changes if needed, and who knows, you might even begin to make alterations to the program yourself biggrin


Quote:
[size=1" face="Verdana" id="quote]quote:Would it be possible to create a program that drives both an arc welder and a campfire on different outputs?

Yes, that is no problem at all.
Offline hgk  
#8 Posted : 17 November 2007 01:21:06(UTC)
hgk


Joined: 10/11/2006(UTC)
Posts: 455
Location: Pacific Ocean

Quote:
Originally posted by DaleSchultz
<br />George - do you plan an assembling one ? If so I would love to see a video of the result.

I have it worked up and will try to make a clip tonight, then I'll
see if I can figure out how to get it on here.

It looks like a 50% duty cycle square wave with the led drive pulses
happening on the high cycle. That pulse rate is randomized and is
adjustable with the pot which gives the welding effect. I found
that the slowest setting looked best to me. If one wanted a
longer on/off time that could be changed by changing the resistor/cap
value for sq. wave. It'll likely still be a 50% duty cycle Im not sure on that part,
but it would be easy enough to experiment and see what looks best to you.
I just used components on hand so some of my values are close but
different from the schematic. Just about any close r/c values will give
a decent looking output. I didn't have the super bright white led on
hand so the clip will show a blue led.
-George
Offline DaleSchultz  
#9 Posted : 17 November 2007 03:35:49(UTC)
DaleSchultz

United States   
Joined: 10/02/2006(UTC)
Posts: 3,997
great ! looking forward to it
you could put the clip on youtube and link to it there

also did you create a breadboard layout ?

I am still building my roundhouse but I would liek to place the welder in it, I guess I could build in the LED now and connect it up later...
Dale
Intellibox + own software, K-Track
My current layout: https://cabin-layout.mixmox.com
Arrival and Departure signs: https://remotesign.mixmox.com
Offline hgk  
#10 Posted : 17 November 2007 20:23:44(UTC)
hgk


Joined: 10/11/2006(UTC)
Posts: 455
Location: Pacific Ocean
See if this link works, and if it doesn't could someone please tell me how to do it right.
This was taken looking straight down from about a foot away to best show the timing.
It was just done on a temporary breadboard so there's no layout to it. I have a
power supply so I didn't do the voltage regulator section.
You can wire in your led and connect it up later but you
should hook up a battery and pushbutton switch to install it
in order to make adjustments to see the best location, reflections, etc.

-george

UserPostedImage

======================================================================
Quote:
[size=1" face="Verdana" id="quote]quote:Originally posted by DaleSchultz
<br />great ! looking forward to it
you could put the clip on youtube and link to it there

also did you create a breadboard layout ?

I am still building my roundhouse but I would liek to place the welder in it, I guess I could build in the LED now and connect it up later...
Offline DaleSchultz  
#11 Posted : 17 November 2007 23:27:28(UTC)
DaleSchultz

United States   
Joined: 10/02/2006(UTC)
Posts: 3,997
great ! that worked !
I think I wil try this out !
I too wont need power regulation as I have a clean 12V Dc supply.
Dale
Intellibox + own software, K-Track
My current layout: https://cabin-layout.mixmox.com
Arrival and Departure signs: https://remotesign.mixmox.com
Offline DaleSchultz  
#12 Posted : 26 November 2007 05:13:47(UTC)
DaleSchultz

United States   
Joined: 10/02/2006(UTC)
Posts: 3,997
I have the front end done... now I just need to build the important part...
http://layout.mixmox.com/1/HO-welder
Dale
Intellibox + own software, K-Track
My current layout: https://cabin-layout.mixmox.com
Arrival and Departure signs: https://remotesign.mixmox.com
Offline hgk  
#13 Posted : 26 November 2007 06:34:18(UTC)
hgk


Joined: 10/11/2006(UTC)
Posts: 455
Location: Pacific Ocean
I found that the simplest way to build a single board is to buy
a handful of wire wrap dip sockets (machined type), a handful
of dip headers for soldering on components which plug into the sockets.
Pick up a hand wire wrap tool, a proto type circuit board,
and a few different colors of wire wrap wire. The layout
is determined by what looks best for mounting the components. Mark
the #1 pins on the back side as the mirror image work can drive you nuts.
For this project that pot can be replaced by a fixed resistor.
Don't worry about reliability, I've maintained a wirewrap based
system with many thousands of connections for over twenty years and
have yet to see an electrical failure of a properly wrapped pin.

Best wishes on your project,
-george
Offline DaleSchultz  
#14 Posted : 28 December 2007 05:52:42(UTC)
DaleSchultz

United States   
Joined: 10/02/2006(UTC)
Posts: 3,997
The components arrived yesterday so today I built the module and it it works !
pictures at http://layout.mixmox.com/1/welder-simulator

Thanks for the link.
Dale
Intellibox + own software, K-Track
My current layout: https://cabin-layout.mixmox.com
Arrival and Departure signs: https://remotesign.mixmox.com
Offline hgk  
#15 Posted : 28 December 2007 08:21:03(UTC)
hgk


Joined: 10/11/2006(UTC)
Posts: 455
Location: Pacific Ocean
Here's the wire-wrap version: (my led looked best with the pot at zero ohms so I just left it out, I also sub'd a TIP-122 transistor)

UserPostedImage UserPostedImage
Offline DaleSchultz  
#16 Posted : 29 December 2007 23:46:44(UTC)
DaleSchultz

United States   
Joined: 10/02/2006(UTC)
Posts: 3,997
I have also made a video now: http://layout.mixmox.com/1/arc-welder-video
Dale
Intellibox + own software, K-Track
My current layout: https://cabin-layout.mixmox.com
Arrival and Departure signs: https://remotesign.mixmox.com
Offline mz_1414  
#17 Posted : 29 December 2007 23:50:53(UTC)
mz_1414


Joined: 26/01/2006(UTC)
Posts: 413
Location: ,
cool video Dale
Offline nevw  
#18 Posted : 30 December 2007 00:45:54(UTC)
nevw

Australia   
Joined: 27/08/2005(UTC)
Posts: 11,071
Location: Murrumba Downs QLD
Again Very Life like.
Nev
NOt wearing the Pink Pinny, which is hard to see and now I have a white Pinny which also is hard to see against MY pure white Skin Still have 2 new shiny tin Hips that is badly in Need of Repair matching rusting tin shoulders
and a hose pipe on the aorta
Junior member of the Banana Club, a reformist and an old Goat with a Bad memory, loafing around
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

| Powered by YAF.NET | YAF.NET © 2003-2025, Yet Another Forum.NET
This page was generated in 0.505 seconds.