dozer
03-05-2005, 11:36 AM
First, let me tell you I'm an engineer who creates the Autocad drawings, not the guy that then takes those dwgs and converts them to G-code. We've used a variety of software over the years and recently have started using RouterCim.
RouterCim uses layers to assign tools to tool paths. While I can see some advantages to this, the potential for error seems enormous. For example, suppose you change a hole size but you forget to change the layer it's on? According to our CAM guy if you name a layer "500_hole" and you assign the 0.500 drill (and a bunch of other parameters) to this layer, then regardless of the size circle you draw in this layer, you're gonna get a 0.500" hole.
A couple of questions:
1) Is there any other way to assign tools in RouterCim?
2) If not, are there any fail safes built-in to minimize errors caused by layering problems?
3) Are there any tricks and tips y'all can offer to minimize the problem?
I'm fair at AutoLisp, so I can think of some things to do to help the user be sure he's got stuff in the right layers or even allow him to draw everything on one layer and then put it in the correct layer for him, but since this is probably something I would end up doing on my own time, I don't want to reinvent the wheel.
Thanks
RouterCim uses layers to assign tools to tool paths. While I can see some advantages to this, the potential for error seems enormous. For example, suppose you change a hole size but you forget to change the layer it's on? According to our CAM guy if you name a layer "500_hole" and you assign the 0.500 drill (and a bunch of other parameters) to this layer, then regardless of the size circle you draw in this layer, you're gonna get a 0.500" hole.
A couple of questions:
1) Is there any other way to assign tools in RouterCim?
2) If not, are there any fail safes built-in to minimize errors caused by layering problems?
3) Are there any tricks and tips y'all can offer to minimize the problem?
I'm fair at AutoLisp, so I can think of some things to do to help the user be sure he's got stuff in the right layers or even allow him to draw everything on one layer and then put it in the correct layer for him, but since this is probably something I would end up doing on my own time, I don't want to reinvent the wheel.
Thanks