CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > Events, Product Announcements and More > CNCzone Club House


CNCzone Club House Discuss everything in between CNC. THIS IS NOT A TRASH BIN.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 05-02-2007, 11:10 AM
 
Join Date: Aug 2006
Location: Canada
Posts: 5
Yves514 is on a distinguished road
Help/direction for a newbie

Hello Everyone,

I've been lurking on this site for a while now. I'm not sure if this is the correct forum for my questions.

I've got a small home machine shop with lathe, mill, welding and some metal fab. equip. So I'm comfortable with manual machining. By day, I work in IT and software development. So I'm very comfortable with programing. I've also work with AutoCAD, electronics and microcontrollers as a hobbyist. Although, I'm not entirely interested in building a controller, etc. from scratch.

With all that said, I've been very interested in building a CNC router/dremel table and converting my existing mill into CNC. Not sure which one I want to tackle first yet. I'm thinking of doing the router table first as a learning curve before spending on much larger motors for my mill. Heck, I've even got some little old stepper motors from dot matrix printers lying around that I could mess with for testing. Right now, I'd really like to just get a system going where I can feed some G-code and have that move some motors. After that, I would feel more comfortable working on the final solution.

So my first questions are. Is there an FAQ or a good site/thread on a quick overview of a CNC solution? I still don't have a grasp on all the components yet. So I'm having a hard time figuring out what I need to buy and what I need to make. Am I understanding the following correctly?

Overview
---------
1. drawing software (AutoCAD or something similar)
2. Convert drawing to G-code (Is this manually done or are there software packages to help you get the G-code started?)
3. CNC software
4. A CNC Controller
5. Stepper motor drivers
6. Stepper motors
7. Machine/table being controlled

Is that it? Am I missing or misunderstanding anything? BTW, I'm still unclear as to what the drivers do vs the controller. I'm guessing the controller translates the G-code to digital signals for the drivers which feed a higher voltage to the stepper motors? Is that how it works?

Anyways, I hate posting these kinds of newbie posts but I'm not sure where else to start.

Thanks in advance,
Yves
Reply With Quote

  #2   Ban this user!
Old 05-04-2007, 10:34 AM
 
Join Date: Aug 2006
Location: Canada
Posts: 5
Yves514 is on a distinguished road

Hum... Guess no one wants to help the new guy?
Reply With Quote

  #3   Ban this user!
Old 05-07-2007, 07:03 AM
 
Join Date: Mar 2007
Location: usa
Posts: 21
danreetz is on a distinguished road

A controller generates the steps and the driver boards "amplify" them to levels that actually drive a motor. You can often get boards that are a driver and a controller all in one.

Everything else you've said sounds pretty accurate, and if you need more guidance, you might consider doing a kit build like a Joe's 2006 or something to get learning out of the way. After that, you'll see that it's as simple as you describe and you'll be able to retrofit your own machines.
Reply With Quote

  #4   Ban this user!
Old 05-08-2007, 06:14 PM
 
Join Date: Aug 2006
Location: Canada
Posts: 5
Yves514 is on a distinguished road

Ok, thanks. At least now I know I'm looking/researching the right things.

Cheers,
Yves
Reply With Quote

  #5   Ban this user!
Old 05-09-2007, 05:10 AM
 
Join Date: May 2006
Location: Australia
Age: 40
Posts: 2,205
epineh is on a distinguished road
Buy me a Beer?

If you are familiar with and have done a little machining, work in IT, and have electronics/microcontroller background, you are well on your way.

It might sound a little ambitious but I would suggest CNC'ing your mill, you didn't mention what type of mill it is, but there is a good chance someone has already done this on your type of machine and posted the conversion log here on the 'zone.

The reason I would suggest this is mainly that most of the mechanical's are already done, you will have to make some motor plates and possibly pulley's and couplings but that is about it for starters, you may also want to install ballscrews to improve accuracy.

You can then use it to make cool parts for a router type machine

I'm not too sure if there is a "how to" type of manual, but all the info you need is on this site somewhere, you just need to find it

A quick overview on the CNC process (once the machine is going) :

Draw your part - Cad of some sort, AutoCad etc (I like Autosketch for most simple stuff)

Import the finished drawing to a CAM package, and create your toolpath(s) - I use DeskCNC, there is a free trial version that is limited to 1000 lines of code and 30 day trial. Here you setup things like cutter size, feedrates, depth of material to be cut with each pass etc.

Load the finished code onto the machine controller - a PC with software loaded to directly control the electronic drivers that in turn drive the steppers (or servo's). There are a few options here, TurboCNC is a free program and runs entirely on DOS, yes that's right...DOS.

Mach3 is another option that runs on XP, and there is a free trial version of this, again 1000 lines of code.

DeskCNC has a machine controller function as well that is nice but you need to purchase the controller card to do this.

EMC is another controller that runs on a real-time kernel of Linux Ubuntu, it is very nice and I am in the process of trying this out myself.

Most of the above controller programs use a parallel port to get the step/direction signals to the machine and also get things like limit switches, emergency stops from the machine. DeskCNC uses a serial link to it's controller card.

Once the G-code is loaded into the controller PC, you setup the machine, put the job to be machined where you want, usually jog the cutter to a set position and zero all axis's, then run the code. If all goes well it then sends the info to the electronic drivers that move the steppers(servo's) as required and voila!!! your part is made.

Now I have not mentioned ALL ways to get from A to B but just some of the more popular. You will have to try things for yourself to work out what suits your needs the best.

Good Luck but be careful, this stuff gets REAL addictive, and you will have a seriously silly grin when you first make the machine move under control, and even sillier grin when you start cutting stuff with it.

Russell.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 05-10-2007, 04:06 PM
 
Join Date: Aug 2006
Location: Canada
Posts: 5
Yves514 is on a distinguished road

Thanks for all the tips Russell. I did find a company who does a conversion for my mill. It's this one: http://www.cncmasters.com/CNC%20Jr%20Mill.htm

Guess I'll have to search this site a bit more to find an end-user who's done a conversion. Just sooo many forums on this site!

The reason I figured I wouldn't start with the mill is cost. Learning curve could be more costly if I get it wrong.

But thanks for all the tips. Glad to hear there are a lot of opportunities to use trial versions before deciding/buying a specific one.

Ciao!
Yves
Reply With Quote

  #7   Ban this user!
Old 05-10-2007, 04:43 PM
 
Join Date: May 2006
Location: Australia
Age: 40
Posts: 2,205
epineh is on a distinguished road
Buy me a Beer?

There is a lot of info here and it can be overwhelming, best thing is to read the DIY router logs, plenty of people doing exactly what you have in mind, much easier to learn from other's mistakes first before you start...I know I made heaps of mistakes on my router

Only other tip is to read read read

Russell.
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie requires direction, please alexlyf DIY-CNC Router Table Machines 3 11-14-2006 09:54 AM
Newbie needs software direction CNCPUP General CNC (Mill and Lathe) Control Software (NC) 3 02-01-2006 11:31 AM
Looking for Direction on Retro.. stang5197 Bridgeport and Hardinge Mills 5 11-24-2005 09:07 AM
Newbie looking for input/direction Albigger General Metal Working Machines 15 05-05-2004 04:41 PM
Help get me started in the right direction! freezer DIY-CNC Router Table Machines 27 02-08-2004 10:23 PM




All times are GMT -5. The time now is 02:03 AM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361