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 12-31-2003, 10:51 AM
 
Join Date: Dec 2003
Location: United States
Age: 22
Posts: 767
Cold Fusion is on a distinguished road
Unhappy A little confused

Alright, I've been reading all about the software side of cnc and I think I'm confused I know that everything starts as Cad, which I can make myself easily. Then it goes into a cam program? After the cam program does it go to a program like Mach1? Is it possible to skip the cam program and go straight to Mach1 with an Iges or Step? Also, how do I do drill cycles? Here are all the bits needed in one run of chassis. Carbide Cutter, 1/8 drill bit, 5/32 drill bit, 3/16 drill bit, end mill, and countersinking bit. I know that the more expensive Cam programs have all the features to do this, but I can't afford it. Sorry for the ignorance but I need someone to someone to lay it out for me
__________________
Proud owner of a Series II Bridgeport.
Reply With Quote

  #2   Ban this user!
Old 12-31-2003, 11:16 AM
 
Join Date: Jul 2003
Location: Pittsburgh, Pa.
Posts: 96
turkgeltz is on a distinguished road

After you've drawn it in cad, you use the cam software to toolpath it and convert it in to g- code (machine language). Then you use the software like Mach1 to co-ordinate it with the hardware on the machine(motors and controller).
Reply With Quote

  #3  
Old 12-31-2003, 11:24 AM
Scott_bob's Avatar
Mfg Engineer
 
Join Date: Nov 2003
Location: United States
Posts: 458
Scott_bob is on a distinguished road

with a good CAM system, who needs a CAD system.

On the subject of lowest cost approach to CNC mfg:

As far as im concerned the point of a CAD system is to design your part.

But, the CAD data is usless to a CNC machine.
CAM systems talk CNC language, CAD systems do not.
So, Eliminate the CAD system (for entry level Design/Mfg).
You practically can't do much CNC programming without CAM.

There are some very good CAM systems that will prolly do everything you need to do...

Regards,
Scott_bob
__________________
Scott_bob
Reply With Quote

  #4  
Old 12-31-2003, 01:23 PM
ger21's Avatar
Community Moderator
 
Join Date: Mar 2003
Location: Shelby Twp, MI....USA
Posts: 20,453
ger21 is on a distinguished road
Buy me a Beer?

Those CAM systems are probably way more than he wants to spend, too. I posted a link the other day to a free CAD program, Intellicad. This will let you save you're files as .dxf's. I believe Mach1/2 can convert you're .dxf files to g-code. You can also use ACE converter to convert .dxf's to g-code, which is also free. Available from http://www/dakeng.com. With all those different size holes, the easiest thing would be to use a cutter no bigger than the smallest hole and mill all the holes with the same tool you're cutting out your parts. It would probably be easiest to countersink the holes on a drill press while the next chassis is being run. Otherwise, you'll be spending more time changing tools than making parts.

Gerry
__________________
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

  #5   Ban this user!
Old 12-31-2003, 02:02 PM
 
Join Date: Dec 2003
Location: United States
Age: 22
Posts: 767
Cold Fusion is on a distinguished road

Ok, I've got all my Iges chassis files converted to Dxf. I have decided to drill all the holes with a 1/8 bit then go back and enlarge and countersink with my drill press. Now I have three problems left.

1: I need to make a 1/8 deep pocket in the chassis

2: I need to be able to switch the drill bit with a routing bit.

3: I need to have 6-8 chassis per sheet. Can I get that done in G code?

I can not afford to buy a fancy cam system right now. Someone on the boards offered to make my G code for me for a small price. I like the idea of this until I can do it myself. If it doesn't work out with him is there anyone else who wants to make some money generating code for me? I would have at least 7 jobs to start with and probably 10 more later on.

Btw, which do you prefer, Mach2 or Master5?


Here is a picture of the chassis I do.


__________________
Proud owner of a Series II Bridgeport.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 12-31-2003, 03:01 PM
buscht's Avatar  
Join Date: Nov 2003
Location: United States
Posts: 634
buscht is on a distinguished road

Hi Cold Fusion, It looks to me that you don't have any problems just possibilities.

First, reread Ger21's post carefully, I think that his idea about using the smallest router bit and routing out the larger holes is a very good way to do this.

You should not have to do any hand work on these parts other than maybe the countersink. I am assuming that they are 3/8" or less in total thickness and you can route the whole thing with a 1/8" diameter cutter.

1. Your pockets are easily cut, just set the Z height correctly and step the cutter over many times.

2. Switching out a drill and router bit. You may want to take a look at www.precisecut.com. They have bits with collars on them. That way when you exchange bits they allways go into the collet the same distance. This is vital for your pocketing. You need to know where your Z depth is located.

I noticed from various postings that you want to make your own machine. One advantage of this is that you can make it the way you want. There is no law saying that you can only have one router in the Z axis. I think that MACH 2 can handle at least 6 axises.

Make two Z axises and mount them right next to each other. One would be the drill and one would be the router. Under program control you can have your cake and eat it too. Let's say that you have 6 inches between the two centerlines of the Z axis's, then you just have to make sure to add an additional 6" to the appropriate X or Y axis. When programing, you just use the fixture offset to set the 6" offset.

This would give you a true production machine for only a couple of hundred more dollars.

3. Can the G code make 6-8 parts per sheet.? No problem! You have to look at this differently. How big is your sheet? Can get that big of a sheet on your router?

You show 4 parts in your photo. Is this the entire variety of production pieces? and are they always produced in these quantities? Meaning kits of one each?

Depending upon your answers to these questions will determine how you go about nesting the parts on a sheet.

Let's assume that you only make these 4 parts, but they are not related. I would then take the geometry for one of them (in CAD) and lay it out on your sheet. Copy this and put as many as you can on the sheet.

Save this whole thing as a DXF and it becomes the program. The router or G code doesn't know or care if this is one part or 10,000 parts. Its totally up to you as how you want to make them.

You said that you cannot afford a fancy CAM machine. Again, no problem. http://www.artofcnc.ca/Mach1.html

He states that MACH1 has a direct DXF import feature. I don't know how it works, but it might just be a matter of calling out layer names in your DXF file.

Another cheap option is to simply write the G code by hand. Your parts are very simple and if you learn the G code you can simply type the instructions in NOTEPAD and save the file as a TXT file.

This method is very error prone and I wouldn't want to do it all the time, but the cost is right.

Having someone else right the code might work, but I think that you both would have to be pretty good at reading each other's mind. Either that or your directions to him would have to be so specific and your understanding of your needs so good as to give clear directions that you will have the skills to do this yourself.

T
Reply With Quote

  #7   Ban this user!
Old 12-31-2003, 04:07 PM
 
Join Date: Dec 2003
Location: United States
Age: 22
Posts: 767
Cold Fusion is on a distinguished road

First, I am building my own cnc router. A couple of people have told me to start small on my first machine. That's good advice for a casual hobbiest who might not finish a complicated machine. But I view this as something I have to have. I spend so much on machining these parts that if I had started earlier I could have payed for the whole router. Here are the the specs I want right now:

All Aluminum gauntry and frame
1.25 Thomson Linear Rails and Bearings
Porter Cable Router
250oz or higher steppers
7amp 3 axis controller (maybe a 4 axis 6 amp)
6 inch aluminum z axis
42x24x workbed


With this size workbed I could get about 13 chassis per sheet.



Is the only advantage of dual Z axis speed? I don't really care if if it takes 20 minutes longer. After all, it will be in my garage and probably be working only 10 hours a month.
__________________
Proud owner of a Series II Bridgeport.
Reply With Quote

  #8   Ban this user!
Old 12-31-2003, 05:13 PM
balsaman's Avatar  
Join Date: Mar 2003
Location: Canada
Posts: 2,139
balsaman is on a distinguished road

How are you doing the pockets right now?

Those parts will be easy to program. Looks like simple 2D drawings are all you need, then convert with Ace Converter.

I would use a 1/8" endmill and have it cut the holes to whatever diameter you want. No need to redrill.

Turbocnc does support tool changes if you must change tools. It's best (a must) to have fixed tool lengths then tho.

Mach2 is better. It is the latest release.

Turbocnc version 4 is almost ready and will be VERY good. I am a beta tester. Cheaper too.

Eric
__________________
I wish it wouldn't crash.
Reply With Quote

  #9   Ban this user!
Old 12-31-2003, 05:18 PM
 
Join Date: Oct 2003
Location: Surrey, BC, Canada
Posts: 81
steveald is on a distinguished road

Hi,

In regards to changing from drill bit to router bit...why? I just use a 1/8" endmill for holes smaller than 1/4". For plastic, you could use one 1/8" bit for everything except countersinking (you were going to do that on a drill press anyway) so no toolchange required. I think most controller software will import DXF, just remember that you need to create a DXF toolpath, not a DXF outline of the part. (use CAD to offset the part outline by 0.0625" for a 1/8" bit, and save the offset lines to import into controller) It looks like you want to cut the same part many times, so it won't be a real time waster to spend the extra time to create the G-Code, you could even do it manually and use something like the Flashcut CNC demo program to verify it. You can even use the Flashcut demo to create G-Code from DXF, edit it and verify (you just can't control your machine with it without the signal generator.) This route might violate the Flashcut demo software license, you'll have to look int that yourself, but my point is there are ways to avoid purchasing expensive CAM software. My parents bought a house for less than a MasterCAM license, it was a long time ago mind you

Good luck, and Happy New Year,

Steve
Reply With Quote

  #10  
Old 12-31-2003, 05:47 PM
ger21's Avatar
Community Moderator
 
Join Date: Mar 2003
Location: Shelby Twp, MI....USA
Posts: 20,453
ger21 is on a distinguished road
Buy me a Beer?

I think the best thing to do is spend more time reading and learning how how the different controllers and software packages work. Learn how to write g-code manually, so that you understand what's going on when you're parts are'nt being cut write. Download the Mach 2 manual from http://www.artofcnc.ca and read every page in it. Then read it again. It's VERY informative. Once you have a good handle on the processes involved, download the free CAD software I posted here:

http://www.arch.adelaide.edu.au/~twyeld/ftp/intellicad/

Then learn how to draw the toolpaths you're going to need for you're parts and use ACE, or the Flashcut DEmo, or whatever else is out there to write your g-code.

If you spend some time up front learning exactly how everything works, it will save you from making a lot of scrap when you're machine is done.

Gerry
__________________
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

Sponsored Links
  #11   Ban this user!
Old 12-31-2003, 06:14 PM
 
Join Date: Dec 2003
Location: United States
Age: 22
Posts: 767
Cold Fusion is on a distinguished road

The manual doesn't work. Could you email it?
__________________
Proud owner of a Series II Bridgeport.
Reply With Quote

  #12  
Old 12-31-2003, 09:27 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,825
HuFlungDung is on a distinguished road

Cold Fusion,

Yes, don't spend a fortune on software to cut parts like those. Bobcad (or equivalent) would suffice, and is not free, but at least it has the basics of a cadcam system. It will help get you on the right footing to branch out into other fancier stuff later on, should you need to.

I've never tried the route that a lot of the guys are recommending with dxf file convertors, but you'd still need to edit in a lot of stuff to make a program (I guess). At least something like Bobcad has the toolup/tooldown, and various other gcode macros handy to insert.
__________________
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)
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
milling time (not to be confused with hammer time) barefoot0 G-Code Programing 4 05-02-2007 06:18 PM
Engraving and carving stone, I'm Confused foamcutter General Material Machining Solutions 11 08-03-2006 07:54 AM
Confused about CNC software samualt General CAM Discussion 22 06-30-2005 08:18 PM
what voltage? i'm confused.. Stepper motors + driver board from hobbycnc Loterus Hobbycnc (Products) 8 01-26-2005 07:10 AM
NEWBIE!!! Confused with 3d Routering and Milling Sanghera General CAM Discussion 35 04-19-2004 09:58 PM




All times are GMT -5. The time now is 05:57 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 354 355 356 357 358 359 360 361