![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Musical Instrument Design & Construction Discuss of CNC machining electric guitar body shaping, template making, inlay part cutting and pocketing, neck shaping and carving. |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
I am not here to figure out how to build a CNC winder but find out about the programing. The winder will be build using two steppers 1. This stepper moves a set number of 360 Deg turns CW or CCW and holds the pickup bobbin. 2. This stepper is running a shaft; attached to this shaft is a device to move wire CW and CCW a short distance .5" more or less. Basically winding wire so simple but yet so difficult. A bit if pickup info is you don't want even nice motor kind if wire placement you need to be able to adjust the second stepper or transverse screw to lay down uneven winds. Even=Bad randon or odd pattern=Good. OK now I have a small mill so I don't need any basics on making or creating or info on steppers and counts per rotation, but just figuring out how to get a high end program made to generate code for a 2 or 3 dimensional shapes to generate the simple code needed here I don't get. Learning to read G Code and make the program myself was one answer anybody else have any ideas. |
|
#3
| |||
| |||
| First I don't have the winder this was a pre winder build question. Yes the programming is simple which is why it is so hard to do. People create programs to do complicated things. This is not complicated Right now I am just running a Mini X2 mill with a Xylotec board and Mach3. If I throw a 4th stepper on the head and use the Y axis as traverse it would work. But even if I built from scratch the programing is the issue. I guess for the Rotation of the bobbin a straight line would work in any program. Simple liner motion without creating an object is the goal. |
|
#5
| |||
| |||
|
Pickups, This is the Instrument and design section, Hummmm!!!!!! For all of you who do not know how a guitar or bass or any instrument pickup is made you wrap a very thin coated wire around a plastic bobbin. That would be AWG 42 Magnet wire more or less. You are looking at over 1200 turns for each bobbin. Hopefully this explains what the purpose of the program is for. You also do not want it tidy and nice like a spool of wire but more or less a particular pattern. The pattern that the wire is wound onto the bobbin is all important and the big secret of individual pickup makers. Converting this information into an automated device should be simple, you would think. |
| Sponsored Links |
|
#6
| |||
| |||
| I wonder if something like this would work? Just a brainstorm... If x=0.0 is at the left side of the bobbin and for arguments sake the right side of the bobbin is x0.5 Then while the Y stepper is turning 1200 times ( 60 inches at 20 TPI) 10 G90 20 G01X.5F1Y10.0F10 ( wire goes to the right X 1/10 as fast as Y) 30 G01X0.0F1Y20.0F10( wire goes back to the left) 40 G01X0.5F1Y30.0F10( wire goes back to the right) 50 G01X0.0F1Y40.0F10( wire goes back to the left) 60 G01X0.5F1Y50.0F10( wire goes back to the right) 70 G01X0.0F1Y60.0F10( wire goes back to the left) M30 For every .5 inch of x you would get 200 turns of Y by the time line 70 is done you would have 1200 turns on the bobbin....I think... |
|
#7
| |||
| |||
| Hi woodenspoke, The actual programing of a pickup winder is really, really simple... You have to do the hard part which is decide exactly what you want it to do. And by "exactly" I do mean exactly. No wishy washy sorta-like-this is going to get you anywhere. CNC winders just don't work that way. A cam traverse is very easy to program... (You are over in ampage coil winders and I followed you here.) Don't worry about the equipment or the programming or the computer stuff yet. That is the easy part. Concentrate on the pickup design and the winding pattern and everything will fall into place. Nobody can help you very much until you have the information ready to go. You simply tell one axis to go a certain number of turns and the other axis (the traverse) to go a certain distance. This will establish your turns per layer ratio. Repeat this with variations (or not) until you have all the windings wherever you want. Simple, simple, simple... Now go do your homework and come back. I'm sure you will get the help you need. I can help. As before, you need to know "exactly" what you want to happen. An example program would go something like this: I'm going to use X and Y but you can use any axis names you need. X is number of winds, Y is the traverse distance. (Setup info for your machine) bla, bla, bla feed rate (whatever you tell it to do) G01 X150.0000 Y0.5000 G01 X400.0000 Y0.0000 G01 X567.0000 Y0.5000 And so forth until you get however many windings you want wherever you want them. Butt simple programing. Not so easy to know what you want to do. AC |
|
#8
| |||
| |||
| We are back to basic G code programing. I am not only asking this question for myself because if I was so smart I would have just gotten a book on G code and tried to learn something new. I understand what you have shown me and I appreciate it but you did not take into account the diameter of the wire. So in reality you have too many winds per turn. But my post is not based on reality so it does not matter. How to get from point A to Point B with limited knowledge is the goal. I know this sounds stupid but figure you will be helping out many others who have never even used Cad Cam and controller software before. If I can get a reasonable answer novices can understand then it will be posted free on another site dedicated to making pickups. I see some of these people cannot even see the simplicity in a design like this, two steppers one moving axis. they over design a machine which does not need precision and they have no clue as to how to make it work. In a standard off the shelf program you can design the entire machine animate it to look like its working but in reality it does not help run the actual machine just build it and simulate its operation. These programs are designed for other tasks, maybe a work around can be had. The other issue is random movement. You want several different movements within that .5" space. Then possibly change the randomness of each movement in the sequence. These numbers I have provided are just a rough references since each pickup is different in the number of winds, the distance between the ends of the bobbin and the gage of the wire; all play a factor in the total winds and the pattern. I was hoping someone has figured this out already or a small freeware program is available to do some of the coding?? If it's just learn G coding than I will settle for that as an answer, but I am still hoping for a program to help do this. |
|
#9
| ||||
| ||||
| Someone has created a Mach3 screen for a coil winder. Not sure if it was here or the Machsupport forum.
__________________ Gerry Mach3 2010 Screenset http://home.comcast.net/~cncwoodworker/2010.html (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#10
| |||
| |||
| OK woodenspoke, For the time being forget you are doing anything with CNC. What kind of pickup are you winding? Humbucker? Strat? Tele? P90? Bass pickup? Other? This is must have information. Do you have this info? If not can you get it? There is information you should know if you are going to make any pickup no matter how you make it. You need to know the dimensions of the bobbin: height, width, core thickness... Basically the physical properties of the bobbin. Do you have those? If not can you get them? This is must have information. Also needed is the information on the wire... Diameter, resistance per foot, etc., etc. This is also must have information. Do you have this information? If not can you get it? The next things deal with your goals. How many winds do you WANT? Do you know? There are data bases out there with some information on "standard" pickups. You need a number for this... How many turns or winds per layer will fit on your particular bobbin with your particular wire? You need this number... You may not want to wind to this number but you probably don't want to exceed this number. See, no G-code, nothing but basic information. No computer involved yet but if you answer these questions you have a starting point. Any program I can imagine for pickup design will probably need this information so you might just as well get it. Maybe there will be drop down menus to click but you still have to make some sort of selection. Even if you just go out and buy a pickup you will need at least some of this information. So, what kind of a pickup do you want to make? Be specific. Choose one and only one to start with. Do more later after you get the method figured out. Hope this helps, AC |
| Sponsored Links |
|
#11
| |||
| |||
If I was out for myself why bother posing here where everyone can read it. I would take my design, buy a G code programing book or hire someone to write the G code for the one pickup I am making and it's done with. Then I can crank out identical pickups all day long. I have no design so my question is strickly a programing one. ger21 I cant find that plug-in anywhere for mach3 anyone have a clue where, This is the most promising direction yet. I will try Google and see where that leads. |
|
#12
| |||
| |||
| I hope this what I am looking for, looks like the plugin mentioned by GER21 http://www.machsupport.com/forum/ind...pic,50.40.html Picture of the pluggin which I have not tested, it's the winding patteren which looks to be the weak link if this is a working plugin for Mach |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| building a cnc guitar pickup winder, need info | yorttroy | Musical Instrument Design & Construction | 40 | 04-06-2012 07:58 PM |
| Moving a series 1 interact with a pickup? | cut more | Bridgeport and Hardinge Mills | 9 | 11-20-2007 08:56 PM |
| Strat style Pickup/control cavities | Bajarocks | Musical Instrument Design & Construction | 3 | 03-21-2007 02:17 PM |
| Coil Winder | itsme | I.C. Engines | 6 | 08-25-2006 01:12 PM |
| Create vortex for dust pickup | davidmb | DIY-CNC Router Table Machines | 6 | 04-26-2006 07:00 AM |