CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Inverse of G-code

Posted by Zafar Salam
on 2003-09-19 20:50:55 UTC
Another thing that comes to my mind is to use the controller's option to
reverse the direction of z-axis. I am not too familiar with other
controllers but it is very easy to do with TurboCNC. For the wall thickness
problem, simply use an oversized cutter and you don't have to change a
single line of your code.

Regards,
Zafar

----- Original Message -----
From: "W. P. McGown" <bmcgown@...>
To: <CAD_CAM_EDM_DRO@yahoogroups.com>
Sent: Friday, September 19, 2003 9:01 PM
Subject: Re: [CAD_CAM_EDM_DRO] Inverse of G-code


> Thanks to all for suggestions. For those interested in such things the
one
> by Carlos seems the best for this project -- use only one mold/die and a
> urethane pressure pad.
>
> Alan's suggestion of going back to the CAD package and doing the tool
paths
> there is probably the one I will use if the urethane pressure pad does not
> work out.
>
> The WORST POSSIBLE solution is to hand code it!! The little example given
> below took over 30 minutes!! (So I am a code wimp! ;-) ) and the
> design/mold I am working with is much more complicated!
>
> For those curious here is a sample that I did to get the feel for the job.
> The first G-code cuts the positive mold. The second cuts the negative
> negative mold.
>
> {program1 start}
> ;---------------------------------------
> G00 Z.1
> G00 X.5 Y1
> G00 Z-.05
> G01 Y.5
> G02 X1 Y.5 R.25
> G01 Y.375
> G03 X.5 Y.375 R.25
> G01 X.375
> G01 Y1
> G00 Z.1
> G00 X0 Y0
> M02
>
> And now the other one while maintaining a .125" clearance around the
> previous design:
>
> {program2 start}
> ;---------------------------------------
> G00 X.125 Y1.1875
> G01 Z-.05
> G01 Y.1875
> G01 X.75
> G01 Y.375
> G01 Y.1875
> G01 X1.25
> G01 Y.5
> G03 X.75 Y1 R.5
> G01 Y1.1875
> G01 X.125
> G00 Z.1
> {stuff deleted that cuts around the outside of this path and the next 3 }
>
>
> Thanks again for all the help/suggestions.
>
> Bill
>
>
> Addresses:
> FAQ: http://www.ktmarketing.com/faq.html
> FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
> Post Messages: CAD_CAM_EDM_DRO@yahoogroups.com
>
> Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
> Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
> List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com, wanliker@...,
timg@...
> Moderator: pentam@... indigo_red@... [Moderators]
> URL to this group: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
>
> OFF Topic POSTS: General Machining
> If you wish to post on unlimited OT subjects goto:
aol://5863:126/rec.crafts.metalworking or go thru Google.com to reach it if
you have trouble.
> http://www.metalworking.com/news_servers.html
>
> http://groups.yahoo.com/group/jobshophomeshop I consider this to be a
sister site to the CCED group, as many of the same members are there, for OT
subjects, that are not allowed on the CCED list.
>
> NOTICE: ALL POSTINGS TO THIS GROUP BECOME PUBLIC DOMAIN BY POSTING THEM.
DON'T POST IF YOU CAN NOT ACCEPT THIS.....NO EXCEPTIONS........
> bill
> List Mom
> List Owner
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>

Discussion Thread

W. P. McGown 2003-09-18 10:22:45 UTC Inverse of G-code David Paulson 2003-09-18 11:28:06 UTC Re: [CAD_CAM_EDM_DRO] Inverse of G-code ccq@x... 2003-09-18 11:45:57 UTC Re: [CAD_CAM_EDM_DRO] Inverse of G-code Alan Marconett KM6VV 2003-09-18 12:55:23 UTC Re: [CAD_CAM_EDM_DRO] Inverse of G-code Carlos Guillermo 2003-09-18 14:35:06 UTC RE: [CAD_CAM_EDM_DRO] Inverse of G-code W. P. McGown 2003-09-18 14:54:50 UTC Re: [CAD_CAM_EDM_DRO] Inverse of G-code Chuck Knight 2003-09-18 15:31:04 UTC Re: [CAD_CAM_EDM_DRO] Inverse of G-code Carlos Guillermo 2003-09-18 15:36:25 UTC RE: [CAD_CAM_EDM_DRO] Inverse of G-code Tim Goldstein 2003-09-18 15:57:16 UTC RE: [CAD_CAM_EDM_DRO] Inverse of G-code Raymond Heckert 2003-09-18 21:16:58 UTC Re: [CAD_CAM_EDM_DRO] Inverse of G-code Erie Patsellis 2003-09-18 21:43:32 UTC RE: [CAD_CAM_EDM_DRO] Inverse of G-code W. P. McGown 2003-09-19 09:00:58 UTC Re: [CAD_CAM_EDM_DRO] Inverse of G-code Zafar Salam 2003-09-19 20:50:55 UTC Re: [CAD_CAM_EDM_DRO] Inverse of G-code