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! > CAM Software > General CAM Discussion


General CAM Discussion Discuss CAD/CAM software and Design software methods here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 11-29-2007, 02:43 AM
 
Join Date: Nov 2007
Location: us
Posts: 19
antelnation is on a distinguished road
New to CNC.Should I buy a Cad/Cam Package or learn G-code???

Hi everyone,
I purchased a used Taig CNC mill about 3 weeks. Last night I finally got it working properly using Mach3 and was able to "jog" along some aluminum to take a test cut. Needless to say, I know very little about CNC (just what I l have learned in the last 3 weeks setting up the mill).
So, now I guess I need to learn how to make parts using G-code. My question is should I learn G-code or can I just buy a cad/cam package and learn how to use that to make parts. I am a graduate student so I can get the student price for TurboCadCam for 299 but I am not sure if this software is good???
Any advice on what I should do would be appreciated. Heck, any advice in general on what to do next would be helpful!!! I am looking at my mill right now and I am thinking "What do I do next? How the hell do I make a part?". Thanks in advance-Josh
Reply With Quote

  #2  
Old 11-29-2007, 08:12 AM
ger21's Avatar
Community Moderator
 
Join Date: Mar 2003
Location: Shelby Twp, MI....USA
Posts: 20,455
ger21 is on a distinguished road
Buy me a Beer?

You should learn g-code, whether or not you use a CAM package. Makes it a whole lot easier to troubleshoot. Whether you need CAm depends on how complicated your parts are, although a good cam program makes even simple parts faster than hand coding.
__________________
Gerry

Mach3 2010 Screenset
http://home.comcast.net/~cncwoodworker/2010.html

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #3  
Old 11-29-2007, 10:02 AM
Switcher's Avatar
Moderator
 
Join Date: Apr 2005
Location: Vectorink.com
Posts: 3,660
Switcher is on a distinguished road

I'll 2nd the "learn g-code", it will make your life easier.

You don't have to know all the codes, you should at least learn how to use the basics.

A few basics:

G00 Positioning in Rapid

G01 Linear Interpolation

G02 Circular Interpolation (CW)

G03 Circular Interpolation (CCW)

G04 Dwell

G17 XY Plane

G18 XZ Plane

G19 YZ Plane

G70 Inch Units

G71 Metric Units

G90 Absolute Positioning

G91 Incremental Positioning

F Feed

M30
End of Program, Reset to Start


This site might help, it includes both g-code & m-code . Click on each of the codes that have links, when the next page loads, place your cursor over the image at the top of the screen, it shows an example of the code in action (for most codes).

Remember m-codes are "Machine Codes", not all machines are equal, most share the basics like M30, etc...


.
__________________
Free DXF Files - Vectorink.com - myDXF.blogspot.com
Reply With Quote

  #4   Ban this user!
Old 11-29-2007, 10:25 AM
 
Join Date: Jul 2005
Location: Canada
Posts: 11,565
Geof will become famous soon enough

Originally Posted by antelnation View Post
.... So, now I guess I need to learn how to make parts using G-code. My question is should I learn G-code or can I just buy a cad/cam package and learn how to use that to make parts....
Are you doing this for a hobby or intending to go into CNC as a career?

If it is intended to be a career my suggestion is learn G-code very completely and then move into CAM. I think to use CAM effectively you do need to have a good grounding in G code and also in choosing a particular tool path, type of tool or sequence of operations. You also need to get experience in how the machine responds and sounds under various conditions and how you can interplay between speed, feed and depth of cut.

You don't mention what your field of study is but if it is nothing to do with machining or engineering it will probably be worthwhile taking some courses in material properties and kinetics and dynamics. Nothing too deep but enough that you can appreciate the different properties of different materials; and also the similarities.

If you are simply doing it for a hobby all this is probably overkill.
__________________
An open mind is a virtue...so long as all the common sense has not leaked out.
Reply With Quote

  #5   Ban this user!
Old 11-29-2007, 06:48 PM
 
Join Date: Jan 2007
Location: USA
Posts: 511
tikka308 is on a distinguished road

I'll go against the grain here and say as a similar person (new to CNC, just bought a TAIG), I was happy to go CAD/CAM but pay attention to the g-code for basics. I'm only in this for a hobby right now - and only two months after receiving my TAIG, I am making great progress!

I've been documenting much of my work, learning, etc with pictures & videos at www.nyccnc.com - please feel free to check it out!
__________________
Tormach PCNC 1100, SprutCAM, Alibre CAD

Last edited by tikka308; 11-29-2007 at 06:49 PM. Reason: typo
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 11-29-2007, 07:53 PM
 
Join Date: Nov 2007
Location: us
Posts: 19
antelnation is on a distinguished road
cad/cam and g-code

It is just for a hobby. I guess I will learn the basics of g-code and maybe write a few simple codes so that I can get the hang of it. Once I have the basics down, I hope to be able to use cad/cam to make more complex parts.
I will try to write some very simple code this weekend and see how it goes....maybe a square pocket of something. Thanks for the advice-Josh
Reply With Quote

  #7   Ban this user!
Old 12-03-2007, 05:18 AM
 
Join Date: Jan 2006
Location: uk
Posts: 716
yohudi is on a distinguished road

Originally Posted by antelnation View Post
It is just for a hobby. I guess I will learn the basics of g-code and maybe write a few simple codes so that I can get the hang of it. Once I have the basics down, I hope to be able to use cad/cam to make more complex parts.
I will try to write some very simple code this weekend and see how it goes....maybe a square pocket of something. Thanks for the advice-Josh
Hi there,

my own two-penneth is that it's possible and I think wiser to go for a little of both. There's a lot to be said for a CAD/CAM approach, especially as you can at least try it out with FREE software and produce excellent results.

have a look at http://cnc4free.org for a range of free CAD/CAM solutions and info.

However, there is also MUCH wisdom in suggestions of developing the ability to look at the GCode and spot potential problems.

I'd say a little of both would probably see you right. Some parts can't practically be coded by hand.. so you would need to use a CAD/CAM setup in those instances anyway. It depends a lot on what kind of part you need to generate the GCode for as much as anything else.. but skills are ALWAYS worth developing.. they help a lot with understanding the task etc..

Hope this helps

Danny (aka Yohudi)
__________________
What one man can do another man can do..
BitMaps to Models, 3D2Relief, tutorials and FREE CNC Software http://cnc4free.org
Reply With Quote

  #8   Ban this user!
Old 12-03-2007, 05:33 AM
pointcloud's Avatar
Prototyper
 
Join Date: Sep 2006
Location: USA
Posts: 349
pointcloud is on a distinguished road

I think you should figure out what controller software you will be useing....

Like Switcher said G70/71? Well in Mach 3 it is G20 inch and G21 metric....

Also you should know G10 G08 G09 M03 M05 M08

Good Luck
__________________
Hey check out my website...www.cravenoriginal.com
Thanks Marc
Reply With Quote

  #9   Ban this user!
Old 12-10-2007, 11:37 PM
 
Join Date: Nov 2007
Location: usa
Posts: 17
Boatcompany is on a distinguished road

I use Rhino3D to draw and Bobcad-cam V22 for tool paths with Mach2 machine control. It works so well I quit using Mastercam 7.2. You dont really need to know g-code to make parts with this kind of system. Bobcad-cam can draw simple parts. V22 Cam tree work very well for organizing tool paths of more complex designs.
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
G-code for beginners - want to learn G-code FPV_GTp G-Code Programing 7 11-17-2008 11:25 PM
How hard is it to learn G Code? trickedcomps General CNC (Mill and Lathe) Control Software (NC) 7 01-25-2008 07:50 AM
I don't want to learn G-code xyz100 G-Code Programing 12 07-21-2006 02:28 PM
Need to learn G code Art Ransom G-Code Programing 4 05-09-2006 08:59 AM




All times are GMT -5. The time now is 02:23 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