CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Lettering on a circular surface...

Posted by Dan Statman
on 2002-09-27 11:35:26 UTC
It is simplest to just do the axis substitution as if the rotary axis is
linear, and calibrate the movement for a given cylinder. This will only
work with a uniform diameter cylinder, obviously.

You can also scale your G-Code so that it works on a true rotary axis from 0
to 360 degrees. You would scale the degrees for a given segment of G-code
just like you scaled the axis (except backwards). This allows you to scale
different parts of the program for different diameters if it is not uniform.
And if you are creative with your scaling you can even use a functional
relationship for the diameter as a function of the axial length, and you can
engrave on very complex shapes. obviously your Z-axis will need to follow
the radius of the part as that changes.

99.9% of what I do with my CNC is engraving on perfect uniform radius
cylinders. I lay everything out as 2-D flat engravings and do a simple
scaling wrap around a cylinder. I, unfortunately (for you and others),
rarely use a CAD/CAM program for this since it is easier (by 1000 fold for
me) to do it with Excel spreadsheets.

Daniel J. Statman, Statman Designs
www.statmandesigns.com
dan.statman@...




----- Original Message -----
From: <flyspeck1@...>
To: <CAD_CAM_EDM_DRO@yahoogroups.com>
Sent: Friday, September 27, 2002 2:25 PM
Subject: [CAD_CAM_EDM_DRO] Lettering on a circular surface...


>
> There are several programs out there that will generate
> G-code for lettering. To that end, they all are
> designed to work with a normal "flat" surface. But what
> about lettering on a handwheel? To get the best
> lettering you would have the table movement limited to
> the Y-axis and a rotary axis (rotary table whose axis of
> rotation is parallel to the Y axis). Each of these
> would move in tandem with one another to create a
> character of uniform depth.
>
> My thought is that ultimately this is almost identical
> to an X/Y table movement. Not having played with a
> rotary axis, however, I don't know if they are typically
> handled differently in G-code. Logic would seem to
> indicate this is the case as your positioning is limited
> to 360 degrees. You are not, after all, moving 5", but
> rather 45 degrees (for example).
>
> So my question is two-fold. Can one simply take the X/Y
> output from existing programs and use this with a CNC in
> which the X axis has been hooked up to the rotary table
> (properly calibrated, of course). I *think* this will
> work, but of course the calibration would be a function
> of the part radius. Alternatively, is there an
> application out there that is designed to work with a
> rotary axis (which would take the part radius as an
> input parameter)?
>
> I guess this really comes down to the generic "what
> application generates code for the 4th axis, and what
> does that code look like" question.
>
> Sorry if this is a brain dead question... I have never
> played with a rotary axis before.
>
> Thanks,
> Alan
>
> Addresses:
> FAQ: http://www.ktmarketing.com/faq.html
> FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
>
> 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 as 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........
>
> 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@...
> Moderator: jmelson@... timg@... [Moderator]
> URL to this group: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
> bill,
> List Mom
> List Owner
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>

Discussion Thread

flyspeck1@a... 2002-09-27 11:25:04 UTC Lettering on a circular surface... Dan Statman 2002-09-27 11:35:26 UTC Re: [CAD_CAM_EDM_DRO] Lettering on a circular surface... Jeff 2002-09-28 07:30:49 UTC Re: Lettering on a circular surface... caudlet 2002-09-30 06:06:13 UTC Re: Lettering on a circular surface...