Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

GPOST

Leow,



Learning GPOST on your own is a major undertaking. It probably will not
happen but you should go to Austin, TX, USA and take the Post Processor course.


You can go on WWW.AUSTINNC.COM and order the manuals. I would suggest
you order 3 manuals, APT, FIL & GPOST.


In order to be successful you should have a total understanding of:


1: The machine tool/controller codes that are required to machine
your parts.


2: You need to know how a CL file works. You need to know its
construction and how to parse it and what each record variations are.


3: You need a good understanding of computer language programming,
preferably FORTRAN.


4: It would help greatly if you new the APT programming language
since the FIL (Factory Interface Language) programming is very
similiar and APT statements can be used in the FIL file.


5: If you can obtain a FIL file and decipher it and understand
each and every line, this would be a good start. There are
many things that are either not documented/or not very obvious
as to how the function.


Build yourself a test model/program that addresses all the functions
you will need in the post to control your machine. Keep it simple.
If you can drill 2 holes, 100 holes does not help. Then understand
how these functions are represented in the CL file. The CL file
is the "bridge" between ProE & GPOST. You DO NOT want to have to
edit the CL file to get your results.





It would help if you had a knowlegable person to ask questions in your time


zone. I have been doing this for 15 years.





Regards,


Donald W. Rhea


Woodruff, SC, USA


I hope this helps.
 
Hmmmm...
It worked for me. I was able to save a copy locally, too. I just cliked on the link in wsylvester's reply.
Not sure why. I don't think I have any special de-coder ring, or anything, either.
Maybe try it again?
-tsl
 
I think Singapore to Austin,Tx. might not be aoption for Leow , just guessing tho.


But Austin certainly is a pretty town, I haven't been there in 30 years, then again I've never been to Singapore
smiley19.gif
 
I reentered the web site and it worked. There are some errors on page 8 for the POSTF for word 5, 6, 7 & 8.


Don
 
There are some errors on page 8 for the POSTF for word 5, 6, 7 & 8.


would you mind sharing what those errors are so the users in this forum will know what they are





thanks
 
from step2, on page 8
.
.
.
ALIAS /%FCL5,POSTF(7,4) $$4 should be 5
ALIAS /%FCL6,POSTF(7,4) $$4 should be 6
ALIAS /%FCL7,POSTF(7,4) $$4 should be 7
ALIAS /%FCL8,POSTF(7,4) $$4 should be 8
.
.
.


-tsl
 
Try this.


ALIAS /%FCL5,POSTF(7,4) $$4 should be 8 POSTF(7,8)
ALIAS /%FCL6,POSTF(7,4) $$4 should be 9
ALIAS /%FCL7,POSTF(7,4) $$4 should be 10
ALIAS /%FCL8,POSTF(7,4) $$4 should be 11






Don.Rhea
 

Sponsor

Back
Top