CAD CAM EDM DRO - Yahoo Group Archive

Re: easy to learn use cad/cam cnc software?

Posted by doug98105
on 2004-11-02 05:11:29 UTC
--- In CAD_CAM_EDM_DRO@yahoogroups.com, "Raymond Heckert" <jnr@a...>
wrote:
> " I'm in the process of
writing a BasicCAD (from DOS-based DesignCAD) program to
allow me to specify a milling process, then 'snapping' to
the relevant points on the drawing screen, have the program
write the code to my spec's."


Interesting....I've written my own CAM twice. Once with GenericCadd
as the basic CAD software, then with VisualCadd under Windows.

To generate code you selected the cutter path with a point as the
start. My software searched the CAD internal data base for the
first selected point, from there it searched for adjoining
entities. The search continued until no further connected entities
were found, at first the entities had to be ordered, later I got
fancy so they only had to be adjoining (or within a user specified
distance of being connected). Mostly I used this for little
snippets of code for complex contours. Pocketing wasn't quite so
easy, the pocket area was first hatched with the hatch lines
becoming a cutter path.

My machining is done on commercial controls with pretty good
selections of canned cycles for regular contours and pockets. My
software handled the irregular stuff.

The idea for my software came from a vendor at Westec back in the
late eighties. He was doing a similar thing using DesignCAD as his
basis. Back in those days there wasn't any such thing as cheap CAM.

Now I have two commercial CAM systems for programming, but still use
a mix of canned cycles plus CAM generated code for the irregular
part features.

Doug

Discussion Thread

tigershark_b 2004-10-31 06:50:11 UTC easy to learn use cad/cam cnc software? R Rogers 2004-10-31 07:04:50 UTC Re: [CAD_CAM_EDM_DRO] easy to learn use cad/cam cnc software? caudlet 2004-10-31 08:49:17 UTC Re: easy to learn use cad/cam cnc software? Tyson S. 2004-10-31 11:00:16 UTC Re: [CAD_CAM_EDM_DRO] Re: easy to learn use cad/cam cnc software? caudlet 2004-10-31 12:08:09 UTC Re: easy to learn use cad/cam cnc software? Alan Marconett 2004-10-31 14:20:21 UTC Re: [CAD_CAM_EDM_DRO] easy to learn use cad/cam cnc software? Kim Lux 2004-10-31 14:23:39 UTC Re: [CAD_CAM_EDM_DRO] easy to learn use cad/cam cnc software? Tom Hubin 2004-10-31 15:36:48 UTC Re: [CAD_CAM_EDM_DRO] easy to learn use cad/cam cnc software? Greg Jackson 2004-10-31 18:48:33 UTC RE: [CAD_CAM_EDM_DRO] Re: easy to learn use cad/cam cnc software? Tyson S. 2004-10-31 20:17:11 UTC RE: [CAD_CAM_EDM_DRO] Re: easy to learn use cad/cam cnc software? caudlet 2004-11-01 06:41:38 UTC Re: easy to learn use cad/cam cnc software? Chuck Rice 2004-11-01 09:50:16 UTC Gcode standards (Was: easy to learn use cad/cam cnc software?) lcdpublishing 2004-11-01 11:05:27 UTC Re: Gcode standards (Was: easy to learn use cad/cam cnc software?) Chuck Rice 2004-11-01 13:03:19 UTC [CAD_CAM_EDM_DRO] Re: Gcode standards (Was: easy to learn use cad/cam cnc software?) Chuck Rice 2004-11-01 13:20:16 UTC Re: [CAD_CAM_EDM_DRO] Re: Gcode standards (Was: easy to learn use cad/cam cnc software?) Raymond Heckert 2004-11-01 17:37:05 UTC Re: [CAD_CAM_EDM_DRO] easy to learn use cad/cam cnc software? Fred Smith 2004-11-02 02:18:24 UTC Re: Gcode standards (Was: easy to learn use cad/cam cnc software?) doug98105 2004-11-02 05:11:29 UTC Re: easy to learn use cad/cam cnc software? caudlet 2004-11-02 07:02:47 UTC Re: Gcode standards (Was: easy to learn use cad/cam cnc software?) Chuck Rice 2004-11-02 08:04:17 UTC [CAD_CAM_EDM_DRO] Re: Gcode standards (Was: easy to learn use cad/cam cnc software?) Fred Smith 2004-11-02 08:55:35 UTC Re: Gcode standards (Was: easy to learn use cad/cam cnc software?) Chuck Rice 2004-11-02 09:19:53 UTC [CAD_CAM_EDM_DRO] Re: Gcode standards (Was: easy to learn use cad/cam cnc software?) Jon Elson 2004-11-02 10:16:49 UTC Re: [CAD_CAM_EDM_DRO] Re: Gcode standards (Was: easy to learn use cad/cam cnc software?) R Rogers 2004-11-02 17:44:41 UTC Re: [CAD_CAM_EDM_DRO] Re: Gcode standards (Was: easy to learn use cad/cam cnc software?) Ron Ginger 2004-11-02 18:38:03 UTC Re: Gcode standards (Was: easy to learn use cad/cam cnc software?) Greg Jackson 2004-11-02 19:45:39 UTC RE: [CAD_CAM_EDM_DRO] Re: Gcode standards (Was: easy to learn use cad/cam cnc software?) wthomas@g... 2004-11-02 22:08:22 UTC Re: [CAD_CAM_EDM_DRO] Re: Gcode stand_from Mechanical Desktop Fred Smith 2004-11-03 06:34:54 UTC Re: Gcode stand_from Mechanical Desktop Fred Smith 2004-11-03 07:07:21 UTC Re: Gcode standards (Was: easy to learn use cad/cam cnc software?) Chuck Rice 2004-11-03 07:59:50 UTC [CAD_CAM_EDM_DRO] Re: Gcode standards (Was: easy to learn use cad/cam cnc software?) Steven Ciciora 2004-11-03 08:31:16 UTC Re: [CAD_CAM_EDM_DRO] Re: Gcode standards (Was: easy to learn use cad/cam cnc software?) turbulatordude 2004-11-03 09:02:36 UTC Re: Gcode standards (Was: easy to learn use cad/cam cnc software?) Jon Elson 2004-11-03 09:33:44 UTC Re: [CAD_CAM_EDM_DRO] Re: Gcode standards (Was: easy to learn use cad/cam cnc software?) Paul 2004-11-03 10:23:05 UTC Re: [CAD_CAM_EDM_DRO] Re: Gcode standards (Was: easy to learn use cad/cam cnc software?) Chuck Rice 2004-11-04 17:59:05 UTC Gcode standards (more info) Ron Kline 2004-11-04 18:35:29 UTC Won't do that again -Gecko Roy J. Tellason 2004-11-04 20:01:44 UTC Re: [CAD_CAM_EDM_DRO] Won't do that again -Gecko R Rogers 2004-11-05 05:13:37 UTC Re: [CAD_CAM_EDM_DRO] Gcode standards (more info)