Jim! Dave! You're the best! The info you have provided me will definitely get me through this project. I promise to keep in touch as I progress. There is a ton of work involved but I expect it'll be fun.
I already setup a geardrive Z axis control for my PM45 as I was tired of running that hand crank every time I changed to different cutters and Collets. I got the gearmotor on Ebay for about $40. It had a clutch and brake circuit on it but with an output of 60 rpm and toothed belt drive pulley, I removed the brake circuit and used the clutch to engage the drive. It's a great setup and I'd like to be able to use it for the Z axis drive when the CNC conversion is complete.
Keep your fingers crossed!!
Thanks,
Merlin123
Theoretically you could make a servo motor out of almost any DC motor but it may be more trouble than it's worth. The control is all in the drive and the motion controller. There are a number of PWM DC drives available, some will accept a pulsed (stepper type) input, some will accept an analog input. Trying to control them with out purpose designed software/hardware might be a bit tricky. For instance, you could use Mach3 with a K-flop controller to achieve the desired result but I have not have had good luck with this setup.(It could just be me also)
Mach3 does not directly provide an analog output (+/- 10 volt is the industry standard) to control a drive so you need an interface like the K-flop that will. I did run a DC motor as a servo with Mach3 directly by building a charge pump circuit to provide a 0 to 5 volt analog signal drive the motor, it worked pretty well but required about 2 months of R&D to get it right.
My mill came equipped with Baldor DC motors on the X and Y axis and Fenner SFD-1525-12 drives. I have no idea what these cost but they work very well. I am also setting up a step motor on the Z-axis, but will be running it in velocity mode so to my controller it looks just like a servo motor. I am controlling the whole setup with software that I wrote,
DC CNC, and am using a 4-axis
Galil DMC-1846 motion control card to handle the real work. However this is not an inexpensive setup, and my software will only work with the Galil family of products, for now anyway. I am using the 4th axis to control the spindle speed from the computer. I wish I would have purchased a 5-axis card to allow a rotary axis on my mill, maybe I'll do that if I really need it, or just throw in a single axis card to run the spindle.
Having rambled on for a bit here, the bottom line is I would recommend installing a stepper motor on the z-axis when you get to that point.