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  
Old 11-09-2004, 09:06 PM
WoodSnarfer's Avatar
Gold Member
 
Join Date: Nov 2004
Location: United States
Posts: 78
WoodSnarfer is on a distinguished road
Newbie CAM questions

Hi...this is my 1st post to any board on cnczone. I've read about 10 hours worth before posting, so I apologize in advance if these questions have already been answered...I found a LOT of information I needed, but have some lingering questions regarding CAM I'm hoping some folks could help me with:

Question #1:
If you design your own CNC router, how do you "calibrate" the mechanical aspect of the system with the electronics and the control software? In other words, if I design a system using servos driving ballscrews via stepped-down belt-driven gears, how will the servo driver "know" to pulse the motor x times in order for the ballscrew to move y inches? Do I have to very carefully match my motor, gearing and screw pitch to the driver and software? Or, do you input this information to the CAM software? Or, is there some sort of calibration routine that you run when setting up the tool?

Question #2:
Is CAM software aware of the tool's bit size and profile? For example, in my CAD program I can round over the edge of a part with a 1/2" round profile. When routing this part, the centerline of my round-over bit might be 1/4" outside the actual part being routed. How do you tell the tool path generator to position the router bit on this vector? I'm hoping that it isn't up to me to figure out the offsets for the tool!

Question #3:
When doing a CAD drawing, I can show a pocket of material removed from the part I am designing. For example, I might want to start with a block of wood, and hollow out the inside, to make it into a box. In CAD, I'd draw the box already hollowed out. How do you tell the CAM software to actually move the tool back and forth, to hollow out the box? Otherwise I picture the tool simply cutting the outline of the box and leaving a big hunk of material inside.

Question #4:
Same question, but this time regarding cutting depth. In CAD, I can show the outside edge of a part notched out by 3" deep. Of course, I don't want the router to plunge into the edge of the wood 3" deep and try to cut it in one pass. How do you tell the CAM software to take multiple passes and increment the depth each pass?

Question #5:
I'm imagining that I can take my CAD drawing, export it to the CAM software, and then turn on my CNC router and go take a nap. From reading (a lot of) stuff here, I bet my imagination is way off. Say I want to do something like a nice 3-D carving for a fireplace mantle. If it takes me 12 hours on TurboCAD to draw, am I in for another 12 hours setting up the CAM routine? Or is it more of a few minute "tweak" exercise in CAM before going to the router?

Question #6:
Any suggestions (for a hobbyist) of a 'best in class' CAM package to do 2-D and 3-D woodworking?

My game plan is to really understand the software, electronics and math/physics behind the mechanicals before I even think about designing the motion system. I've played quite a bit with TurboCAD, so I'm comfortable doing the up front design work. My goal is to build something very similar to this:

Beezer's CNC machine

Beezer, if you are reading this, awesome job...it's an inspiration to me.

Thanks for your time.

-Chris
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 11-09-2004, 09:48 PM
Bubba's Avatar  
Join Date: Mar 2004
Location: LaGrange, GA USA
Posts: 1,303
Bubba is on a distinguished road
RE: Newbie CAM questions

WoodSnarfer
I will attempt to answer your questions as best I can as noted below each question. Please realize this is based on my experiences and system. My total system includes acad for the cad package, Sheetcam for the cam, and Turbocnc for the controller driving gecko drivers into servo motors. Depending on exactly how you set up a system may vary some of the paramaters, but the principle will be the same. Hope this helps with some of the problems.

Question #1:
If you design your own CNC router, how do you "calibrate" the mechanical aspect of the system with the electronics and the control software? In other words, if I design a system using servos driving ballscrews via stepped-down belt-driven gears, how will the servo driver "know" to pulse the motor x times in order for the ballscrew to move y inches? Do I have to very carefully match my motor, gearing and screw pitch to the driver and software? Or, do you input this information to the CAM software? Or, is there some sort of calibration routine that you run when setting up the tool?

You will tell your controling software "how many steps per inch" based on the location of the encoder and the pitch of the ball screw, reduction of the motor etc.

In MY case, I chose to mount the encoder on the end of the 5 turn/ inch ball screw and the encoders are 500 line (2000 pulses per revolution in quadrature). Therefore, it will take 5 turns of the screw to make 1 inch and 2000 * 5 pulses of the encoder to make 1 inch. This is 10000 pulses per inch and we invert that to get 0.0001"/pulse (step) which will be entered into the configuration file of the controler software. If you mount the encoder on the servo shaft, you will divide the above calculation by the reduction ratio of the system. For example, if you had a 4:1 reduction, then you would enter 0.0001/4 = 0.000025 "/step.


Question #2:
Is CAM software aware of the tool's bit size and profile? For example, in my CAD program I can round over the edge of a part with a 1/2" round profile. When routing this part, the centerline of my round-over bit might be 1/4" outside the actual part being routed. How do you tell the tool path generator to position the router bit on this vector? I'm hoping that it isn't up to me to figure out the offsets for the tool!

This will depend on the CAM software that you use. For example, if you use ACE; YOU will have to do all the necessary offsets in cad and put the toolpaths on a seperate layer for Ace to convert to Gcode. As stated above, I use Sheetcam and here, I just have the actual outline for each "process" on a seperate layer, tell Sheetcam which tool to select, the type of path to take (Inside offset, outside offset, No offset, or a pocket) and how deep to make the cut. There are other variables that can be set as to how deep. how fast etc that can be give for the program to do its job. Sheetcam is great for 2 1/2 D work and there are others out there for the true 3D work (read $$$$$)

Question #3:
When doing a CAD drawing, I can show a pocket of material removed from the part I am designing. For example, I might want to start with a block of wood, and hollow out the inside, to make it into a box. In CAD, I'd draw the box already hollowed out. How do you tell the CAM software to actually move the tool back and forth, to hollow out the box? Otherwise I picture the tool simply cutting the outline of the box and leaving a big hunk of material inside.

See Question #2

Question #4:
Same question, but this time regarding cutting depth. In CAD, I can show the outside edge of a part notched out by 3" deep. Of course, I don't want the router to plunge into the edge of the wood 3" deep and try to cut it in one pass. How do you tell the CAM software to take multiple passes and increment the depth each pass?

See Question #2

Question #5:
I'm imagining that I can take my CAD drawing, export it to the CAM software, and then turn on my CNC router and go take a nap. From reading (a lot of) stuff here, I bet my imagination is way off. Say I want to do something like a nice 3-D carving for a fireplace mantle. If it takes me 12 hours on TurboCAD to draw, am I in for another 12 hours setting up the CAM routine? Or is it more of a few minute "tweak" exercise in CAM before going to the router?

My Several hour cad is transformed into Gcode "usually" in less than an hour (I usually have to go back and change the cad because of my stupidity:})
Then I put it in the machine (Takes a while to get the raw material setup PROPERLY)
Hit the enter key and change tools when asked. Length of time to do the job depends on complexity, # of tool changes, speeds, feeds, etc



Question #6:
Any suggestions (for a hobbyist) of a 'best in class' CAM package to do 2-D and 3-D woodworking?

Personally, I am sold on Sheetcam for the Cam and Turbocnc for the controller. They have been very forgiving in my learning curve and very easy to setup and use:}) Obviously, I am biased but after playing around with several demos of various software, I find this combination works for ME. YMMV

(Usual disclaimer)

Bubba
Tweet this Post!Share on Facebook
Reply With Quote

  #3  
Old 11-09-2004, 10:03 PM
ger21's Avatar
Community Moderator
 
Join Date: Mar 2003
Location: Shelby Twp, MI....USA
Posts: 19,570
ger21 is on a distinguished road
Buy me a Beer?

Originally Posted by WoodSnarfer
Hi...this is my 1st post to any board on cnczone. I've read about 10 hours worth before posting, so I apologize in advance if these questions have already been answered...I found a LOT of information I needed, but have some lingering questions regarding CAM I'm hoping some folks could help me with:

Question #1:
If you design your own CNC router, how do you "calibrate" the mechanical aspect of the system with the electronics and the control software? In other words, if I design a system using servos driving ballscrews via stepped-down belt-driven gears, how will the servo driver "know" to pulse the motor x times in order for the ballscrew to move y inches? Do I have to very carefully match my motor, gearing and screw pitch to the driver and software? Or, do you input this information to the CAM software? Or, is there some sort of calibration routine that you run when setting up the tool?

Question #2:
Is CAM software aware of the tool's bit size and profile? For example, in my CAD program I can round over the edge of a part with a 1/2" round profile. When routing this part, the centerline of my round-over bit might be 1/4" outside the actual part being routed. How do you tell the tool path generator to position the router bit on this vector? I'm hoping that it isn't up to me to figure out the offsets for the tool!

Question #3:
When doing a CAD drawing, I can show a pocket of material removed from the part I am designing. For example, I might want to start with a block of wood, and hollow out the inside, to make it into a box. In CAD, I'd draw the box already hollowed out. How do you tell the CAM software to actually move the tool back and forth, to hollow out the box? Otherwise I picture the tool simply cutting the outline of the box and leaving a big hunk of material inside.

Question #4:
Same question, but this time regarding cutting depth. In CAD, I can show the outside edge of a part notched out by 3" deep. Of course, I don't want the router to plunge into the edge of the wood 3" deep and try to cut it in one pass. How do you tell the CAM software to take multiple passes and increment the depth each pass?

Question #5:
I'm imagining that I can take my CAD drawing, export it to the CAM software, and then turn on my CNC router and go take a nap. From reading (a lot of) stuff here, I bet my imagination is way off. Say I want to do something like a nice 3-D carving for a fireplace mantle. If it takes me 12 hours on TurboCAD to draw, am I in for another 12 hours setting up the CAM routine? Or is it more of a few minute "tweak" exercise in CAM before going to the router?

Question #6:
Any suggestions (for a hobbyist) of a 'best in class' CAM package to do 2-D and 3-D woodworking?

My game plan is to really understand the software, electronics and math/physics behind the mechanicals before I even think about designing the motion system. I've played quite a bit with TurboCAD, so I'm comfortable doing the up front design work. My goal is to build something very similar to this:

Beezer's CNC machine

Beezer, if you are reading this, awesome job...it's an inspiration to me.

Thanks for your time.

-Chris
1. You input all the hardware information (screw lead, belt reduction...) into the machine control software (Mach2, TurboCNC) and it tells the motor drivers (Gecko, Xylotex...) how far to move the motor(s).

2. If you're talking about using a typical router roundover bit, Then most likely, you'll have to figure that out for yourself. Most CAM software I've seen will figure toolpaths for straight or ballnose bits, but I doubt roundover bits. Typically CAM software will "roundover" the edge of a part by making many passes with a ballnose bit.

3. Most CAM software will handle pocketing automatically. You might want to look at SheetCAM, currently free during beta. http://www.sheetcam.com

4. See above. Typically, for basically flat work with holes and pockets, All you need is a 2D .dxf and something like SheetCAM, which will let you specify depths and cut directions.

5. With the right software, it should only take a few minutes to setup. For good cheap 3D CAM, look at MeshCAM http://www.grzsoftware.com

6. For hobby level woodworking, I'd recommend the two programs listed above, SheetCAM for 2D (2.5D), and MeshCAM for 3D. Each are about $150. They both have Yahoo groups for support (both are excellent), and more info.

One thing about 3D stuff. Most CAM programs need to import models as .stl files, so make sure your CAD software can export as .stl. MeshCAM can also read 3D.dxf files, but ONLY if they contain 3D faces ONLY.
__________________
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)
Tweet this Post!Share on Facebook
Reply With Quote

  #4  
Old 11-12-2004, 08:15 AM
WoodSnarfer's Avatar
Gold Member
 
Join Date: Nov 2004
Location: United States
Posts: 78
WoodSnarfer is on a distinguished road

Thanks for the help, Gerry and Bubba. I appreciate it...it cleared things up for me. Now off to the CNC wood router board to ask a few more questions over there.

Regards
Chris
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 On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
newbie questions about software/hardware cowanrg General Metal Working Machines 14 11-30-2005 05:45 AM
CAD CAM Demo strategy questions? Idle hands General CAM Discussion 6 05-24-2005 02:45 PM
Newbie questions ? Calico DIY-CNC Router Table Machines 19 03-31-2005 12:19 PM
Autocad user has newbie SW/CNC questions cadesignr Solidworks 7 02-11-2005 02:19 PM
Newbie questions NeoMiller General CAM Discussion 7 11-08-2003 08:39 PM




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