Maker Pro
Maker Pro

Component identification for old CNC router project.

Shaye

Aug 25, 2017
8
Joined
Aug 25, 2017
Messages
8
About a year ago I jumped into building a CNC router, and at this point I've forgotten quite a lot since I left it unfinished. Could someone tell me what I have (and don't have) here to build a CNC machine?
 

Attachments

  • 1503627213518-1288120423.jpg
    1503627213518-1288120423.jpg
    267.4 KB · Views: 147
  • 1503627272062-282882899.jpg
    1503627272062-282882899.jpg
    143 KB · Views: 145
  • 15036273077811176189478.jpg
    15036273077811176189478.jpg
    231.5 KB · Views: 153
  • 1503627338677324022448.jpg
    1503627338677324022448.jpg
    201.8 KB · Views: 142

Tha fios agaibh

Aug 11, 2014
2,252
Joined
Aug 11, 2014
Messages
2,252
No idea but I'd start by getting documentation on that driver board (3rd pic) to see its requirements.
A schematic would be a huge help.
 

Shaye

Aug 25, 2017
8
Joined
Aug 25, 2017
Messages
8
How would I go about doing that?
I believe I got it on the site called: STEPPERONLINE
I don't see it there anymore though.
 

Shaye

Aug 25, 2017
8
Joined
Aug 25, 2017
Messages
8
Actually, I have the box that says what was in it I think?
 

Attachments

  • 1503630097014-878726174.jpg
    1503630097014-878726174.jpg
    122 KB · Views: 112

Minder

Apr 24, 2015
3,478
Joined
Apr 24, 2015
Messages
3,478
Presumably that is the stepper driver, what are the part numbers etc on it?
You may have to do an inquiry on the CNCzone someone there should recognize it, I don't use steppers, only servo's.
https://www.omc-stepperonline.com/
Drop them a line and they may have the info.
M.
 

Shaye

Aug 25, 2017
8
Joined
Aug 25, 2017
Messages
8
The one on that site looks slightly more simple, but it looks almost identical.
 

Shaye

Aug 25, 2017
8
Joined
Aug 25, 2017
Messages
8
Would close-up shots do for part numbers and anything else needed?

Also, thank you so much for taking the time to look at this and help me out with these replies so far.
 

kellys_eye

Jun 25, 2010
6,514
Joined
Jun 25, 2010
Messages
6,514
Looks like you have pretty much all you need to control three axis of CNC. The steppers are 'smallish' (but that depends on what size/power CNC you're going to make) but the control board looks to be fairly competent but I'd guess they need a PC with a parallel port to run them from - not all modern PCs have this and even some USB-to-Parallel cables have 'issues' so perhaps you might need to start looking for an older PC that has a 'proper' parallel port fitted?

You will also need a good power supply of 24V to 36V and at around 3A to 5A minimum (the documentation for the board should make recommendations).
 

Minder

Apr 24, 2015
3,478
Joined
Apr 24, 2015
Messages
3,478
On the question of power supplies for steppers/servo's I recommend a good linear supply, which can easily be constructed, if necessary.
Regulation is not needed for this application, and although SMPS's can be had fairly cheap, they are no where near as rugged.
M.
 

Shaye

Aug 25, 2017
8
Joined
Aug 25, 2017
Messages
8
Thank you for the suggestions and basically spelling out such a simple task on my end.. I assumed that I had not gotten everything needed. Does anyone recommend any free sites for running this whole thing (code-wise)? I've heard Linux CNC is good?
 

Irv

Jun 7, 2017
112
Joined
Jun 7, 2017
Messages
112
The hardest part may be finding a computer which can "talk" to those old ports, but which can run modern software. Many, if not most people doing CNC use something like an Arduino Uno to drive the steppers. It should not be too difficult to adapt, if necessary.
 

Minder

Apr 24, 2015
3,478
Joined
Apr 24, 2015
Messages
3,478
He has the driver apparently, so should not require a Arduino?
If not parallel port there is USB interfaces.
If I read correctly he just needs the software to drive them, see also CNCzone.
Max.
 

Irv

Jun 7, 2017
112
Joined
Jun 7, 2017
Messages
112
I haven't checked the other CNC software, but Linux CNC specifically says you cannot use USB, because it is not stable enough, and doesn't allow needed signals from the controller to be fed back into the PC. I suspect that other similar software needs the same type of feed back. Therefore, a USB to Parallel adapter is out. So, find a computer that can accept an add-on hardware parallel port card, and things should be good.
 

Minder

Apr 24, 2015
3,478
Joined
Apr 24, 2015
Messages
3,478
Very few PC based CNC systems are closed loop back to the PC, Mach, linux etc included, it relies on some kind of motion card or system to close the loop.
Kmotion, or Linux with a motion card.
The ultimate IMO is Galil Motion cards, which can replicate any industrial CNC in performance, with encoder/closed loop feedback in the 12Mhz range.
The likes of mach (parallel port) etc, are just trajectory planners that hand the motion loop over to external controllers/drives etc.
Mach has no idea whether the steppers/servo's have actually closed the loop.
M.
 

Shaye

Aug 25, 2017
8
Joined
Aug 25, 2017
Messages
8
He has the driver apparently, so should not require a Arduino?
If not parallel port there is USB interfaces.
If I read correctly he just needs the software to drive them, see also CNCzone.
Max.

CNCzone? Is that in this site?
 

Bluejets

Oct 5, 2014
6,926
Joined
Oct 5, 2014
Messages
6,926
cnczone is a web site/forum dedicated to cnc machines and software. Google search usually works for me.
 
Top