Re: Recommen .. writing G-Code in Excel
Posted by
turbulatordude
on 2004-09-21 09:51:10 UTC
--- In CAD_CAM_EDM_DRO@yahoogroups.com, "Victor A. Estes"
<emc3zach@h...> wrote:
proprietary format that does not output a useable file)
What I did was to create columns for each axis
A B C D E
G00 x 1.123 y 0.234
G00 x 1.555 y 1.254
That makes it easire to see your numbers and you can chart them to
see if they are in some sequence you expect.
Line numbering also is easy.
To export the data, you can highlight the area of your work and then
copy it to the clipboard.
Then open a DOS window and from DOS, just type
copy con filename.cnc or
copy con filename.nc or whatever.
hit enter- the screen will show no prompt.
In the dos window, upper left, your mouse will show a drop down
window. click edit then paste. the text will be pasted.
then hold ctrl and hit Z to save the file.
Now you have a pure text file.
of course you can use any word processor, but mine keep adding .txt
after the name so I wind up with filename.cnc.txt and that is not
readable by turboCNC.
Dave
<emc3zach@h...> wrote:
> Daniel,doing it in
>
> You mentioned a reference to doing G-code by hand and that
> excel was a personal favorite. Could you shed some light on howthis is
> done. I'm currently working on a project where I have a lot ofdata points
> (measurements) and my end game is to write g-code to mill thepoints. The
> points are already in excel and it would be a big help to me if Icould do
> all of this in the program. Any advice would be appreciated.I used excel to write points for a pcb when I had it in expressPCB (a
>
> Thanks, Victor
proprietary format that does not output a useable file)
What I did was to create columns for each axis
A B C D E
G00 x 1.123 y 0.234
G00 x 1.555 y 1.254
That makes it easire to see your numbers and you can chart them to
see if they are in some sequence you expect.
Line numbering also is easy.
To export the data, you can highlight the area of your work and then
copy it to the clipboard.
Then open a DOS window and from DOS, just type
copy con filename.cnc or
copy con filename.nc or whatever.
hit enter- the screen will show no prompt.
In the dos window, upper left, your mouse will show a drop down
window. click edit then paste. the text will be pasted.
then hold ctrl and hit Z to save the file.
Now you have a pure text file.
of course you can use any word processor, but mine keep adding .txt
after the name so I wind up with filename.cnc.txt and that is not
readable by turboCNC.
Dave
Discussion Thread
Ted Gregorius
2004-09-20 07:55:13 UTC
Re: Recommended CAM software? - BobCad
R Rogers
2004-09-20 08:26:05 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
Statman Designs, LLC
2004-09-20 08:51:37 UTC
RE: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
Jeff Jones
2004-09-20 09:17:15 UTC
RE: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
Ted Gregorius
2004-09-20 09:26:28 UTC
Re: Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
R Rogers
2004-09-20 09:35:11 UTC
RE: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
Jon Elson
2004-09-20 09:42:35 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
R Rogers
2004-09-20 11:21:47 UTC
Re: Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
Statman Designs, LLC
2004-09-20 11:40:27 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
R Rogers
2004-09-20 11:56:43 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
R Rogers
2004-09-20 12:00:55 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
Jeff Jones
2004-09-20 12:38:07 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
Statman Designs, LLC
2004-09-20 12:52:06 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
Fred Smith
2004-09-20 13:28:50 UTC
Re: Recommended CAM software? Vector of course!
Pete Brown (YahooGroups)
2004-09-20 14:02:12 UTC
Re: Recommended CAM software? - BobCad
vavaroutsos
2004-09-20 14:37:56 UTC
Re: Recommended CAM software? - FreeMill
Keith Rumley
2004-09-20 16:17:41 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
R Rogers
2004-09-20 17:35:02 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? Vector of course!
wanliker@a...
2004-09-20 20:07:14 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
Pete Brown (YahooGroups)
2004-09-20 20:19:57 UTC
RE: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? Vector of course!
Victor A. Estes
2004-09-20 22:40:11 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
Bengt
2004-09-20 23:41:33 UTC
Re: Recommended CAM software? - BobCad
Fred Smith
2004-09-21 05:20:15 UTC
Re: Recommended CAM software? - BobCad
Hal Eckhart
2004-09-21 06:49:09 UTC
[CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
metlmunchr
2004-09-21 09:20:23 UTC
Re: Recommended CAM software? - BobCad
Victor A. Estes
2004-09-21 09:30:18 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
wanliker@a...
2004-09-21 09:42:41 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
turbulatordude
2004-09-21 09:51:10 UTC
Re: Recommen .. writing G-Code in Excel
Tom Hubin
2004-09-21 10:39:00 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommen .. writing G-Code in Excel
Stephen Wille Padnos
2004-09-21 10:44:09 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommen .. writing G-Code in Excel
Jones, Joseph A1
2004-09-21 11:02:00 UTC
RE: [CAD_CAM_EDM_DRO] Re: Recommen .. writing G-Code in Excel
Alan Marconett
2004-09-21 12:24:37 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommen .. writing G-Code in Excel
R Rogers
2004-09-21 12:34:24 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
Jeff Jones
2004-09-21 12:34:35 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? Vector of course!
metlmunchr
2004-09-21 12:41:07 UTC
Re: Recommended CAM software? - BobCad
Les Newell
2004-09-21 12:57:48 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? Vector of course?
turbulatordude
2004-09-21 13:14:24 UTC
Re: Recommen .. Express-PCB
Ted Gregorius
2004-09-21 13:15:35 UTC
Re: Recommended CAM software? - BobCad
metlmunchr
2004-09-21 14:12:32 UTC
Re: Recommended CAM software? - BobCad
Jeff Jones
2004-09-21 14:47:43 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? Vector of course?
Boss
2004-09-21 15:02:25 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? Vector of course?
Jeff Jones
2004-09-21 15:37:22 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? Vector of course?
wanliker@a...
2004-09-21 15:58:44 UTC
Re: Recommended CAM software? Vector of course?
Fred Smith
2004-09-21 16:07:34 UTC
Re: Recommended CAM software? - Vector of course!
R Rogers
2004-09-21 16:13:01 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
Pete Brown (YahooGroups)
2004-09-21 17:09:55 UTC
RE: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? Vector of course!
Jon Elson
2004-09-21 17:38:21 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? - BobCad
Jeff Jones
2004-09-21 20:37:15 UTC
RE: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? Vector of course!
Les Newell
2004-09-22 01:07:23 UTC
Re: [CAD_CAM_EDM_DRO] Re: Recommended CAM software? Vector of course?
rotarysmp
2004-09-29 07:10:10 UTC
Re: Recommen .. writing G-Code in Excel