1 Attachment(s)
How do they do this? Any idea?
In the picture u can see bobbin cover with lead wire.I ask to the factory how do they do this they told me there is a machine controlled by microprocesor.After than i want the picture of the machine but they did not show me.Any suggestion or idea to make this with pic's?I need to give the sama shape to the bobbin (4.5 mm lead wire) Coz we re doing the samething with human.And it takes so much time.If any body give me any idea or exemple i will be really soo glad.Thanks for reading.
5 Attachment(s)
I have an idea any suggestion?
Thaks Bruce i looked to the web site that u post me but all of them for copper or other materials none of them can winding hot lead wire.Hot lead wire has a problem.If u wind the wire too fast it shrinks.If u wind the lead wire too slow it damages.That means i need a winding machine that has a speed control unit.
Here is my project that i want to do.
In the picture 10 there is a lead wire makeing machine that i do.I use the lead wire to make (diablo) 4.5 mm bullets.We have to winding the lead wire by our hands :( .
You can see a picture of winded wire on picture 13.
And a have an idea for winding this wire.The project has 2 parts
1.wire winding control unit.
2.speed control unit (that must be resistant to the hot)
I can imagine most parts of the project.U can see the picture2 that i want to control the speed.It is simple to do that.
my real problem is in picture 1.
how can i dedect the wire to be defeated from the winded wire?How can the winding control unit can understand the right timeing to make a good winding like the picture13?
I really need good ideas or suggestions for this.If somebody make a project like this plz help me.Coz i am stuck
Re: How do they do this? Any idea?
Hello
My name is David I live in Brighton Sussex UK. I found this post several days ago and had a few problems to arrive here !
May I ask for any information on the Kolectric. I ask as I may have obtained one or should I state I hope to have one soon.
I have sent a PM to Melanie as she appears to have a tame Kolectric Engineer.
In any event kind regards David.
Re: I have an idea any suggestion?
Sub Zero, It seems like nobody understands your problem, here is my way to solve the problem. First you will need two strong stepper motors one to turn your bobben and the other to guide the wire, then you have to use a PIC with 8 + I/O's to drive the motors, 4 pins for each motor, I will recommend the PIC16F627/8, that is a 18 pin device. You can use port B to drive the motors and port A for sensor to sence when the guide is at the end of the spool and change the direction of the guide motor and a rotory encoder or pot to set the speed of the bobben motor (see the PBP manual on how to use a pot on digital input) or you can use 2 push buttons. There is lots of stepper driver cicuits on the net and PBP code.
Re: How do they do this? Any idea?
Would something like this work or along these lines?
http://www.youtube.com/watch?v=cF4cw41SMvY
Re: How do they do this? Any idea?
Well, it sure does the same thing, just on a different scale! Good find!! The Youtube guy isn't taking temperature into consideration of course, but he does have speed control and everything else. With the optical feedback and strong enough motors, you should be able to get the job done. :rolleyes:
Re: How do they do this? Any idea?
Quote:
Originally Posted by
ERMEGM
Nice project that you found there.
Robert
Re: How do they do this? Any idea?
Quote:
Originally Posted by
ERMEGM
That was very innovative.
Actually, a pickup winder was my first targetted PIC project. I used an old cooling fan as the main motor (printed an encoder pattern, then stuck that to a CD, which in turn was stuck to the fan motor) & I used an old dot matrix printer's stepper motor as the traversal motor.....it worked surprisingly well, but you really need floating point as you end up dealing in a lot of fractions to get the traversal going accurately enough.
Speaking of traversal, that was the weak pount of the guy's solution in that video - terrible resolution (as the traversal changes direction, you've got the diameter of that large hole the wire is threaded through introducing large amount of innacuracy).
I'd recommend a helix type traversal solution along these lines (which is what I used)....
http://www.youtube.com/watch?v=Q_Cd_5zTt9w
Simpler too.
Knowing what i know now...I'd strongly recommend just using two stepper motors... one reasonably powerful one for the main turning motor and a smaller one for traversal. It makes accuracy a whole lot easier. (& is much less time consuming trying to get none dedicated bits & bobs to work in an enviroment they were never intended for)
PS Oh btw I'd imagine that after 6 years, the OP has probably found a solution by now!
Re: How do they do this? Any idea?