i've just started with pickups winding but i'm using cnc machines since five years, so I would like to give my contribution by joining this two passions together.
Reading the posts in the forum I've seen there had been attempts, I believe there is a very cheap way to approach the problem so I would like to share it with you.
The core idea is the following: there is no need for a dedicated CNC controlle, the whole Automation of the Winding machine can be managed by a serial port and a PC.
there are many softwares that can turn a PC into a CNC controller, the most used and most efficient IMHO is Mach3 by ArtSoft, once installed and configured properly it can be used to manage the winder; let's see how:
we would need just 2 stepper motors with matching drivers and power supply (it might be feasible also with one synchronous motor and one stepper motor).
one stepper motor shall be in charge of rotating the bobin (a couple of pulleys will be needed to have the desired rotation speed), the other one shall be connected to a lead screw (or a ball screw) to the traverse feed mechanism.
the software, via the parallel port, will generate the pulse train and te dir signal needed to drive the motors.
Mach3 will see the winding machine as a Lathe thus controlling the bobin as thespindle and the traverse feed as the cutting tool.
we will be able to program the machine with a simple text file (G-Code), i will create a small excel shhet or a small software that will output the g-code on the basis of the inputs as follows: bobin height (or traverse travel), TPL, bobin botation speed and total turns.
is someone interested in such project? if yes we could start a Prototype...
Reading the posts in the forum I've seen there had been attempts, I believe there is a very cheap way to approach the problem so I would like to share it with you.
The core idea is the following: there is no need for a dedicated CNC controlle, the whole Automation of the Winding machine can be managed by a serial port and a PC.
there are many softwares that can turn a PC into a CNC controller, the most used and most efficient IMHO is Mach3 by ArtSoft, once installed and configured properly it can be used to manage the winder; let's see how:
we would need just 2 stepper motors with matching drivers and power supply (it might be feasible also with one synchronous motor and one stepper motor).
one stepper motor shall be in charge of rotating the bobin (a couple of pulleys will be needed to have the desired rotation speed), the other one shall be connected to a lead screw (or a ball screw) to the traverse feed mechanism.
the software, via the parallel port, will generate the pulse train and te dir signal needed to drive the motors.
Mach3 will see the winding machine as a Lathe thus controlling the bobin as thespindle and the traverse feed as the cutting tool.
we will be able to program the machine with a simple text file (G-Code), i will create a small excel shhet or a small software that will output the g-code on the basis of the inputs as follows: bobin height (or traverse travel), TPL, bobin botation speed and total turns.
is someone interested in such project? if yes we could start a Prototype...
Comment