RE: [CAD_CAM_EDM_DRO] Re: How to Program a CAD / G-code/Machine commands freesource code?
Posted by
Dennis Cranston
on 2007-08-23 08:28:37 UTC
If you assume that an existing CAD package will be used and either a roll
you own machine controller or available software, then the CAM portion
becomes manageable.
With the CAD program producing DXF files, there are object libraries
available that can be included in a VB or C++ program that will read a DXF
file and make the elements available to the program. Go a Google on DXF
libraries or objects. Without the library, learning the structure of a DXF
file is lengthy. The object library presents the information in a form of
easily usable arrays.
I wanted to write a CAM program that would handle facing profiles on a CNC
lathe. There weren't any CAM programs that I found that could do this on my
budget. I wrote my own and it worked successfully - for a vary limited set
of conditions. The DXF library I used was free for development, but wanted
a fee for use. The penalty at the free stage was a nag screen each time the
library was accessed.
Warning: this type of project can become a 'deep hole' of time. There is the
tendency to want to add just one more feature.
Dennis in Houston
you own machine controller or available software, then the CAM portion
becomes manageable.
With the CAD program producing DXF files, there are object libraries
available that can be included in a VB or C++ program that will read a DXF
file and make the elements available to the program. Go a Google on DXF
libraries or objects. Without the library, learning the structure of a DXF
file is lengthy. The object library presents the information in a form of
easily usable arrays.
I wanted to write a CAM program that would handle facing profiles on a CNC
lathe. There weren't any CAM programs that I found that could do this on my
budget. I wrote my own and it worked successfully - for a vary limited set
of conditions. The DXF library I used was free for development, but wanted
a fee for use. The penalty at the free stage was a nag screen each time the
library was accessed.
Warning: this type of project can become a 'deep hole' of time. There is the
tendency to want to add just one more feature.
Dennis in Houston
>
> --- In CAD_CAM_EDM_DRO@yahoogroups.com, "elwolv" <elwolv@...> wrote:
> >
> > hello;
> >
> > thanks to Dan Hudgins for referencing this forum for my project.
> > I building a micro CNC machine
> > I want to write SW for simple CAD front /to G-code / to Machine commands
> >
>
>
Discussion Thread
elwolv
2007-08-22 21:59:56 UTC
How to Program a CAD / G-code/Machine commands freesource code?
Peter Rosenholm
2007-08-23 06:53:40 UTC
Re: [CAD_CAM_EDM_DRO] How to Program a CAD / G-code/Machine commands freesource code?
Mihaly Kis
2007-08-23 07:15:31 UTC
Re: [CAD_CAM_EDM_DRO] How to Program a CAD / G-code/Machine commands freesource code?
caudlet
2007-08-23 07:50:53 UTC
Re: How to Program a CAD / G-code/Machine commands freesource code?
Dennis Cranston
2007-08-23 08:28:37 UTC
RE: [CAD_CAM_EDM_DRO] Re: How to Program a CAD / G-code/Machine commands freesource code?
Alan KM6VV
2007-08-23 08:52:31 UTC
RE: [CAD_CAM_EDM_DRO] How to Program a CAD / G-code/Machine commands freesource code?
Michael Fagan
2007-08-23 14:43:04 UTC
Re: [CAD_CAM_EDM_DRO] How to Program a CAD / G-code/Machine commands freesource code?
art
2007-08-23 19:51:42 UTC
Re: [CAD_CAM_EDM_DRO] Re: How to Program a CAD / G-code/Machine commands freesource code?
art
2007-08-23 20:02:25 UTC
Re: [CAD_CAM_EDM_DRO] How to Program a CAD / G-code/Machine commands freesource code?
Peter Rosenholm
2007-08-23 20:36:44 UTC
Re: [CAD_CAM_EDM_DRO] Re: How to Program a CAD / G-code/Machine commands freesource code?
Alan Marconett
2007-08-23 21:31:23 UTC
Re: [CAD_CAM_EDM_DRO] How to Program a CAD / G-code/Machine commands freesource code?
elwolv
2007-08-23 23:31:05 UTC
Re: How to Program a CAD / G-code/Machine commands freesource code?
Anders Wallin
2007-08-24 00:42:59 UTC
Re: [CAD_CAM_EDM_DRO] Re: How to Program a CAD / G-code/Machine commands freesource code?
Jim Peck
2007-08-24 02:57:13 UTC
Re: [CAD_CAM_EDM_DRO] Re: How to Program a CAD / G-code/Machine commands freesource code?
art
2007-08-24 07:09:03 UTC
Re: [CAD_CAM_EDM_DRO] Re: How to Program a CAD / G-code/Machine commands freesource code?
vrsculptor
2007-08-24 07:22:53 UTC
Re: How to Program a CAD / G-code/Machine commands freesource code?
Jon Elson
2007-08-24 09:21:41 UTC
Re: [CAD_CAM_EDM_DRO] Re: How to Program a CAD / G-code/Machine commands freesource code?
Peter Rosenholm
2007-08-24 12:32:03 UTC
Re: [CAD_CAM_EDM_DRO] Re: How to Program a CAD / G-code/Machine commands freesource code?
art
2007-08-24 13:05:53 UTC
Re: [CAD_CAM_EDM_DRO] Re: How to Program a CAD / G-code/Machine commands freesource code?
caudlet
2007-08-24 16:33:23 UTC
Re: How to Program a CAD / G-code/Machine commands freesource code? [OFF TOPIC]
art
2007-08-24 19:02:14 UTC
Re: [CAD_CAM_EDM_DRO] Re: How to Program a CAD / G-code/Machine commands freesource code? [OFF TOPIC]
elwolv
2007-08-25 04:16:49 UTC
Re: How to Program a CAD / G-code/Machine commands freesource code?
caudlet
2007-08-25 08:52:55 UTC
[OT OT] How to Program a CAD / G-code/........
elwolv
2007-08-25 10:00:26 UTC
OFF %$# TOPIC! Re: How to Program a CAD [moderated]