Re: Post Processor
Posted by
stevenson_engineers
on 2002-08-14 15:06:45 UTC
--- In CAD_CAM_EDM_DRO@y..., "Jason Cox" <sinergy@o...> wrote:
command generated by the program are understood by the machine in
question.
Not all machines use the same type of code and even the ones that do
use the same type possibly don't use the same exact layout.
This is where the post processor come in. Normally they are user
configuarble so you can get them to output the exact code needed.
Some programs, like Bobcad and their sucessors, although they refer
to these as Post Processor files they are actually just configuration
files. Where these differ is as you select each part of the program
like pocket they will look at the config file and output that piece
of code using the stored variables. This is called writing code on
the fly.
A true Post Processor will wait until all the operations have been
completed and then using the variables stored in the post, will write
the whole program at one go.
The main difference here is that if you need to edit the later type
with a true post processor you can and it will rewrite the new code.
With the previous 'write on the fly' type you hve to go back, delete
that piece of code, redo the geometry and rewrite the code, hopeing
it still all fits together.
All the high end programs use true post processors, only the lower
end of the market uses config files.
John S.
> Hello,A post processor is the part of a CAD/CAM program that makes sure the
>
> I was just wondering what exactly is a post processor?
>
> Thanks in advance!
>
> Jason Cox.
command generated by the program are understood by the machine in
question.
Not all machines use the same type of code and even the ones that do
use the same type possibly don't use the same exact layout.
This is where the post processor come in. Normally they are user
configuarble so you can get them to output the exact code needed.
Some programs, like Bobcad and their sucessors, although they refer
to these as Post Processor files they are actually just configuration
files. Where these differ is as you select each part of the program
like pocket they will look at the config file and output that piece
of code using the stored variables. This is called writing code on
the fly.
A true Post Processor will wait until all the operations have been
completed and then using the variables stored in the post, will write
the whole program at one go.
The main difference here is that if you need to edit the later type
with a true post processor you can and it will rewrite the new code.
With the previous 'write on the fly' type you hve to go back, delete
that piece of code, redo the geometry and rewrite the code, hopeing
it still all fits together.
All the high end programs use true post processors, only the lower
end of the market uses config files.
John S.
Discussion Thread
Jason Cox
2002-08-14 01:42:12 UTC
Post Processor
cadcambee
2002-08-14 03:20:30 UTC
Re: Post Processor
stevenson_engineers
2002-08-14 15:06:45 UTC
Re: Post Processor
Doug Harrison
2002-08-14 17:03:38 UTC
Re: [CAD_CAM_EDM_DRO] Re: Post Processor
Jason Cox
2002-08-14 17:30:19 UTC
Re: [CAD_CAM_EDM_DRO] Re: Post Processor
Doug Harrison
2002-08-14 18:43:39 UTC
Re: [CAD_CAM_EDM_DRO] Re: Post Processor
Marcus & Eva
2002-08-14 19:20:55 UTC
Re: [CAD_CAM_EDM_DRO] Re: Post Processor
Jason Cox
2002-08-14 19:29:22 UTC
Re: [CAD_CAM_EDM_DRO] Re: Post Processor
glee@i...
2002-08-15 00:20:12 UTC
Re: [CAD_CAM_EDM_DRO] Re: Post Processor
stevenson_engineers
2002-08-15 00:49:05 UTC
Re: Post Processor
stevenson_engineers
2002-08-15 01:19:03 UTC
Re: Post Processor
Ray Henry
2002-08-15 04:20:58 UTC
Re: Re: Re: Post Processor
stevenson_engineers
2002-08-15 04:33:02 UTC
Re: Post Processor
Doug Harrison
2002-08-15 13:21:34 UTC
Re: [CAD_CAM_EDM_DRO] Re: Re: Re: Post Processor
Doug Harrison
2002-08-15 14:01:44 UTC
Re: [CAD_CAM_EDM_DRO] Re: Post Processor
Ray Henry
2002-08-16 04:32:50 UTC
Re: Re: Re: Re: Re: Post Processor