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 > Polls


Polls All Polls should be posted here only not in the forums. Please post relevant polls only.


This forum is sponsored by:

View Poll Results: To hand Code? or to CAD Code?
Love Hand Code, I don't even own a CAD Program 22 6.29%
Hand Code? You mean I can do this without a CAD Program 49 14.00%
They work hand in hand together, both have a place. 279 79.71%
Voters: 350. You may not vote on this poll

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 01-17-2006, 05:09 AM
automizer's Avatar  
Join Date: Dec 2005
Location: Canada
Age: 27
Posts: 438
automizer is on a distinguished road
To hand Code? or to CAD Code?

I am wondering what everyone thinks about hand code vs useing a CAD package. I have be told that hand code is in the past and dosen't need to be learnt and I have been told that with out knowing how its done behind the sences you really don't know whats going on.

Thoughts?
Tweet this Post!Share on Facebook
Reply With Quote

  #2  
Old 01-17-2006, 08:38 AM
Switcher's Avatar
Moderator
 
Join Date: Apr 2005
Location: Vectorink.com
Posts: 3,659
Blog Entries: 2
Switcher is on a distinguished road

It would depend on the job your doing. Myself, I love to write the code by hand. Thats the most interesting part of CNC!

I chose hand code in your Poll, only because I like the thought of being able to control everything I do, in my programs. Don't get me wrong, CAD has its place.

I think everyone that runs CNC, should be able to at least, write simple programs, by hand.


Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 01-17-2006, 09:06 AM
wjbzone's Avatar  
Join Date: Apr 2003
Location: United States
Posts: 396
wjbzone is on a distinguished road

Depends on:
-How much time it takes to hand code
-How much time it takes to CAM.
-Time to make Shop floor modifications vs Re-posting and re-transfering.

Also consider:
-Once you make a shop floor modification do you want to modify the CAM to match?
-If you make SF modifications and don't modify the CAM, you loose the benefit of the changes on future CAM programming. (Revisions and similar work)

Personally, I do a combination, initial program on CAM. Modify code as necessary on SF. Re-program on CAM only when too involved to do on SF. Insert the new CAM code into the as-modified SF program on a computer using a backplotter program to verify. Save As-Run programs after job is completed.
Bill
Tweet this Post!Share on Facebook
Reply With Quote

  #4  
Old 01-17-2006, 06:02 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,823
HuFlungDung is on a distinguished road

Even if you cannot be bothered to hand write it ( I don't most of the time), it is necessary to be able to read gcode and understand what a CAM system has generated for you. Like, I understand what arc center coordinates mean, but I hate figuring them out

Understanding gcode also pays off in understanding how to configure a post processor to generate the correct syntax of code for a particular controller.

I'm kinda glad I cut my 'cnc teeth' on old Bobcad Gold, because it made me pay attention and learn to carefully proof-read the programs It seemed great at the time, and to avoid doing hand programming was my first real incentive to even get a computer in the first place.
__________________
First you get good, then you get fast. Then grouchiness sets in.

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

  #5   Ban this user!
Old 01-17-2006, 11:15 PM
 
Join Date: Nov 2005
Location: usa
Posts: 89
championp is on a distinguished road

This is the order in which I learned, and I think it is a good foundation for being a machinist or cnc programmer.

1.Learn to operate vertical mill, lathe, drill press, grinder, saws etc. This lets you see and "feel" and hear what's happening when metal is being cut.

2.Learn to set up and operate the cnc machine that you're going to use.

3.Learn to program the basics (tool changes, drill cycles, cutter comp, pockets, profiling, mdi etc.)

4.Then get into cam.


Just my opinion,
Chris
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 01-18-2006, 08:08 AM
CrashedFadal's Avatar  
Join Date: Nov 2005
Location: United States
Age: 33
Posts: 5
CrashedFadal is on a distinguished road

Both obviously have their advantages, with hand coding you have total control over how your program flows. But at the same time, CAM programs make programming complex parts easier and faster than hand coding.

Jon
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 01-20-2006, 06:21 PM
 
Join Date: Sep 2005
Location: USA
Posts: 9
Chris Welton is on a distinguished road

I'm not "allowed" to hand code the machines that I program, but that hasn't stopped me from learning about G and M codes and their underlying functions. I strongly feel that those who see a CAD/CAM system as a magical black box solution are missing out on a lot of important knowledge. I also don't understand how they have a chance in heck of being able to diagnose a problem when something goes wrong.
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 01-20-2006, 08:55 PM
CNCRob's Avatar
Moderator
 
Join Date: Feb 2005
Location: USA
Posts: 921
CNCRob is on a distinguished road

I do mostly cad unless its just moving a few holes or a simple line cut.
Tweet this Post!Share on Facebook
Reply With Quote

  #9   Ban this user!
Old 01-21-2006, 05:42 PM
 
Join Date: Jan 2005
Location: Canada
Posts: 36
Heavy D is on a distinguished road

I program mostly by hand as I do a lot of parametric programming. I've only made 1 program entirley from CAM and I had no problems with the program...it was just very long. Now if I have a complex profile on a part, I'll do just the profile with CAM and throw it in my program.. I also do programs for high volume production and use a lot of variables,system variables in the programs for safety, pallet/tool identification, tool life and to make offseting more user friendly for the operators..

I have one program that can run 3 part families with 82 different part numbers. The only thing the operator needs to change are rings on the fixture and enter the part number in a variable. the program does the rest... CAM could not write such a program so they both have their place...
Tweet this Post!Share on Facebook
Reply With Quote

  #10  
Old 01-21-2006, 07:46 PM
*Registered*
 
Join Date: Jul 2003
Location: Phoenix, Arizona
Posts: 290
jonbanquer is on a distinguished road

Originally Posted by HuFlungDung
Even if you cannot be bothered to hand write it ( I don't most of the time), it is necessary to be able to read gcode and understand what a CAM system has generated for you. Like, I understand what arc center coordinates mean, but I hate figuring them out

Understanding gcode also pays off in understanding how to configure a post processor to generate the correct syntax of code for a particular controller.

I'm kinda glad I cut my 'cnc teeth' on old Bobcad Gold, because it made me pay attention and learn to carefully proof-read the programs It seemed great at the time, and to avoid doing hand programming was my first real incentive to even get a computer in the first place.
Hu,

I loved the CAD end of BobCADCAM when it was DOS. The CAM end sucked. The CAD part of the program was freaking brilliant because you didn't have to use the mouse ! I never hear people say how good the DOS CAD end was. Maybe I was the only one who loved using it. No mouse required most of the time. I even liked most of the UI.

Something happened on the CAD end with the move to Windows. What a freaking mess it is now.

In any case, being able to understand the code at the machine and edit when you have problems is a critical job skill, AFAIC.

When my mind is deep in the code and I'm standing at the machine editing or creating a program I can see the tool in my mind as cuts the part. I'm like in another world.

jon


"I may have many faults, but being wrong ain't one of them." ... Jimmy Hoffa
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #11  
Old 01-21-2006, 09:15 PM
Bloy2004's Avatar
Fumbling Machinist
 
Join Date: Oct 2003
Location: Sturgeon Bay, WI
Posts: 887
Bloy2004 is on a distinguished road

What a freaking mess it is now.
nice productive statement from last poster....guess who.



I think that knowing both hand and cad are essential.... some simpler programing is now done just by opening up a text file.....and writing...I can't say that for complexities though.
All depends if you are enjoying it ..or need to get a job done within a time constraint.
In short they both come in handy
Tweet this Post!Share on Facebook
Reply With Quote

  #12   Ban this user!
Old 01-21-2006, 09:52 PM
automizer's Avatar  
Join Date: Dec 2005
Location: Canada
Age: 27
Posts: 438
automizer is on a distinguished road

all this talk about hand code as beeing good is not how I saw this thread going when I started it. But this has given me the eye opener I was looking for. I have had one small introduction to hand code and that is as far as any of the schools around me will take it. I have tried to read books on the topic bu you can only go so far. Can someone tell me where I can find tutorials on using hand code so I can try and get a better grasp on this greatly under estimated skill
Tweet this Post!Share on Facebook
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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On





All times are GMT -5. The time now is 05:28 PM.





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