Re: Machine Options in CAM Software ?
Posted by
stevenson_engineers
on 2002-11-10 02:06:20 UTC
>--- In CAD_CAM_EDM_DRO@y..., Jerry Kimberlin <kimberln@a...> wrote:A post processor is a small program, usually part of the cam program
> Mark, a year ago more or less I asked the same question by
> wondering what a post processor was. I got some good answers,
> but nothing definitive from the development types.
that process your machining instructions into an ordered code the
machine in question uses.
You may have a simple machine where when you select a new tool it
justs stops the spindle to allow you to change the tool. OTOH on a
more complex machine selecting a new tool will write a whole series
of commands into the code to withdraw the old tool, move the table to
a position where it can be reached by the tool change arm and proceed
to issue commands to automatically change the tool. You edit the post
file when you get the program to suit your machine unless someone has
already done it for you. The whole idea of a post processor is that
the code produced goes straight to the machine without having to
fiddle with it.
If you have to edit anything in the code at the machine then your
post isn't doing it's job right.
For the home shop guy these are usually simple and are reseved for
automatically entering the start up, tool change and end routines.
A program with a well thought out post is very nice to use and it's
makes things simple. Dolphin for instance, takes the tool diameter
and automaticaly adds or subtracts the tool radius so you don't have
to bother with G41 / G32 tool off sets if you don't want.
A change of tool size will result in the post recalculating all the
moves and outputting the fresh code. With other programs such as
Bobcad which write on the fly using a configuration file as opposed
to a post, a change in tool size will mean a complete re-run of that
operation. If it's part way though the program that also means you
have to delete and stitch in the new bit which can and does cause
problems if it doesn't follow on.
John S.
Discussion Thread
natchamp_87
2002-11-09 16:11:10 UTC
Machine Options in CAM Software ?
Robert Campbell
2002-11-09 16:17:59 UTC
Re: [CAD_CAM_EDM_DRO] Machine Options in CAM Software ?
stevenson_engineers
2002-11-09 17:40:17 UTC
Re: Machine Options in CAM Software ?
Jerry Kimberlin
2002-11-09 19:01:49 UTC
Re: [CAD_CAM_EDM_DRO] Machine Options in CAM Software ?
aussiedude
2002-11-09 19:30:24 UTC
RE: [CAD_CAM_EDM_DRO] Machine Options in CAM Software ?
natchamp_87
2002-11-09 19:35:57 UTC
Re: Machine Options in CAM Software ?
Jerry Kimberlin
2002-11-09 19:52:47 UTC
Re: [CAD_CAM_EDM_DRO] Machine Options in CAM Software ?
aussiedude
2002-11-09 20:05:36 UTC
RE: [CAD_CAM_EDM_DRO] Machine Options in CAM Software ?
Jerry Kimberlin
2002-11-09 20:10:50 UTC
Re: [CAD_CAM_EDM_DRO] Re: Machine Options in CAM Software ?
natchamp_87
2002-11-09 20:37:42 UTC
Re: Machine Options in CAM Software ?
Jerry Kimberlin
2002-11-09 20:43:06 UTC
Re: [CAD_CAM_EDM_DRO] Machine Options in CAM Software ?
Jerry Kimberlin
2002-11-09 20:55:09 UTC
Re: [CAD_CAM_EDM_DRO] Re: Machine Options in CAM Software ?
kerry
2002-11-09 21:47:17 UTC
Re: [CAD_CAM_EDM_DRO] Re: Machine Options in CAM Software ?
stevenson_engineers
2002-11-10 02:06:20 UTC
Re: Machine Options in CAM Software ?
Tim Goldstein
2002-11-10 04:29:06 UTC
Kulaga/Dan Mauch DRO board + Geckodrives
IMService
2002-11-10 10:22:53 UTC
Re: Machine Options in CAM Software ?