. .
  1. #1
    I am in the process of building a guitar pickup winder and have a few issues with designing a traverse mechanism to guiide the pickup wire onto the pickup as it spins.

    I need the ability to have a guide which automatically moves from left to right for a given distance - anything from 10mm to not over 20mm and at speeds of no more than 1 cycle per second (adjustable speed and adjustable distance)

    I am looking at a linear stepper motor and linear guide rail - my issue is with controllers - I dont want to hook up a PC just to control this motion - looking at controller boards they have the small switches to adjust the stepper amounts - would this suffice?

    Thanks to anyone in advance who can help me with this - I just hope I am not wasting time on a design idea that wont work.

  2. Controlling a stepper driver to do a fixed task like that isnt difficult, just need to be clearer on your requirements. Some controllers have limited stand-alone capability but i doubt they'll be flexible enough for your needs.

    If I understand your requirement you want to program the number of steps (distance) and the rate of traverse (steps per second) and have this cycle back and forth (step direction) as the pickup bobbin rotates presumably. I guess the traverse is linked to bobbin rotation, ie 1 traverse = 1 rotation? How do you plan to do that synchronisation?

    Happy to help with design of a suitable solution.

    Quote Originally Posted by timellis View Post
    I am in the process of building a guitar pickup winder and have a few issues with designing a traverse mechanism to guiide the pickup wire onto the pickup as it spins.

    I need the ability to have a guide which automatically moves from left to right for a given distance - anything from 10mm to not over 20mm and at speeds of no more than 1 cycle per second (adjustable speed and adjustable distance)

    I am looking at a linear stepper motor and linear guide rail - my issue is with controllers - I dont want to hook up a PC just to control this motion - looking at controller boards they have the small switches to adjust the stepper amounts - would this suffice?

    Thanks to anyone in advance who can help me with this - I just hope I am not wasting time on a design idea that wont work.

  3. #3
    Quote Originally Posted by irving2008 View Post
    Controlling a stepper driver to do a fixed task like that isnt difficult, just need to be clearer on your requirements. Some controllers have limited stand-alone capability but i doubt they'll be flexible enough for your needs.

    If I understand your requirement you want to program the number of steps (distance) and the rate of traverse (steps per second) and have this cycle back and forth (step direction) as the pickup bobbin rotates presumably. I guess the traverse is linked to bobbin rotation, ie 1 traverse = 1 rotation? How do you plan to do that synchronisation?

    Happy to help with design of a suitable solution.
    Thanks so much for the response - I really do appreciate it.

    Basically the pickup winder will have 2 motors - 1 will run the fixed position spinning pickup bobbin, the 2nd motor will run the feed for the pickup wire (think of a sewing machine winding a bobbin with cotton thread) this 2nd motor / mechanism needs to move from side to side as it feeds the pickup wire onto the spinning bobbin. The problem is that each pickup bobbin style has different widths so the feed mechanism needs to be adjustable to accommodate the various sizes - from about 10mm wide to a maximum of about 20mm wide. The motors don't need to be in synch with each other.

    The control I need for motor 1 is just speed (from 0 to a max of about 1500 rpm) and direction (so I can wind clockwise and counter clockwise) - I was going to use a basic 12v Dc motor with a max rpm within my range, controlled via a PWM and reverse wiring to change spin direction via a switch.

    Motor 2 is the tricky one as I need control of the speed - max of about 250 rpm and obviously control of the distance it actually moves the feed. The start position of the feed will be the same for each pickup, it's the distance of travel that will vary.

    I have been looking at various stepper / DC motor controllers but they all seem to need a Pc to run them. Another option is the raspberry pi / micro pc route with attached controller and lcd display which I think would provide the options I need but am not sure about the ease of use in an everyday situation. If needs be, I ,ay have to add a Pc for functionality but it seems a bit overkill for my needs.
    Last edited by timellis; 22-08-2013 at 05:23 PM.

  4. OK so motor 1 controls the number of turns of wire on the bobbin? How will you determine when and how to stop winding?

    If I read right, motor two moves the feed point back and forth? If not synced to the bobbin rotation you're going for random fill rather than side-by-side winding . Are you sure thats what you want? I assume therefore you never fill the bobbin completely. (never done guitar pickups but many years back built a coil winder for amateur radio equipment, transformers, etc. so principle is similar)

    I guess the wire feed spool is lightly braked to maintain tension in the (fine gauge?) wire.


    Quote Originally Posted by timellis View Post
    Thanks so much for the response - I really do appreciate it.

    Basically the pickup winder will have 2 motors - 1 will run the fixed position spinning pickup bobbin, the 2nd motor will run the feed for the pickup wire (think of a sewing machine winding a bobbin with cotton thread) this 2nd motor / mechanism needs to move from side to side as it feeds the pickup wire onto the spinning bobbin. The problem is that each pickup bobbin style has different widths so the feed mechanism needs to be adjustable to accommodate the various sizes - from about 10mm wide to a maximum of about 20mm wide. The motors don't need to be in synch with each other.

    The control I need for motor 1 is just speed (from 0 to a max of about 1500 rpm) and direction (so I can wind clockwise and counter clockwise) - I was going to use a basic 12v Dc motor with a max rpm within my range, controlled via a PWM and reverse wiring to change spin direction via a switch.

    Motor 2 is the tricky one as I need control of the speed - max of about 250 rpm and obviously control of the distance it actually moves the feed. The start position of the feed will be the same for each pickup, it's the distance of travel that will vary.

    I have been looking at various stepper / DC motor controllers but they all seem to need a Pc to run them. Another option is the raspberry pi / micro pc route with attached controller and lcd display which I think would provide the options I need but am not sure about the ease of use in an everyday situation. If needs be, I ,ay have to add a Pc for functionality but it seems a bit overkill for my needs.

  5. This can be done quite easily with the MAC motor from JVL.
    It has a coiling mode that is designed for this type of application.
    Done it a few times with this motor.
    you can find details at jvl.dk.


    Quote Originally Posted by timellis View Post
    I am in the process of building a guitar pickup winder and have a few issues with designing a traverse mechanism to guiide the pickup wire onto the pickup as it spins.

    I need the ability to have a guide which automatically moves from left to right for a given distance - anything from 10mm to not over 20mm and at speeds of no more than 1 cycle per second (adjustable speed and adjustable distance)

    I am looking at a linear stepper motor and linear guide rail - my issue is with controllers - I dont want to hook up a PC just to control this motion - looking at controller boards they have the small switches to adjust the stepper amounts - would this suffice?

    Thanks to anyone in advance who can help me with this - I just hope I am not wasting time on a design idea that wont work.

  6. #6
    Yes, motor 1 has a counter (reed switch) to determin the number of winds.
    Motor 2 is going to random fill the bobbin although some kind of synced method may be worth looking in to. The feed spool has a slight tension as you noted.

    I have been looking at some of the Ardunio based Setup's and they look very interesting.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Fixing linear rail - DIY practice
    By CharlesJenkinson in forum Rails, Guideways & Bearings
    Replies: 1
    Last Post: 10-02-2014, 12:53 PM
  2. Open Rail, open source linear rail?
    By Musht in forum Open Source Designs & Plans
    Replies: 0
    Last Post: 15-06-2012, 12:21 PM
  3. WANTED: Where can I get some 8 - 10mm linear bearings - rail
    By alanb in forum Items Wanted
    Replies: 4
    Last Post: 21-07-2010, 07:10 PM
  4. FOR SALE: Linear rail and bearing
    By black5f in forum Items For Sale
    Replies: 5
    Last Post: 02-07-2010, 07:23 PM
  5. Supported linear rail question.
    By IN-WondeR in forum Rails, Guideways & Bearings
    Replies: 20
    Last Post: 05-02-2010, 12:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •