Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

x-lathe post question


SBA
 Share

Recommended Posts

In a converted post lathe canned rough cycles the seqence number is doubling at cycle start.

Example:

N290 T0100

N300 G0 G97 S200 M03 M42

N310 G0 Z3.245 T0101

N320 G0 X2.12 M8

N330 G50 S1600

N340 G96 S350

N680 G85 N690 U0. W0. D.2 F.01

N690 G81

If you look at line N340, the next line is N680, Double the previous line. This happens on rough turn canned cycles. At the end of the cycle after G80 the sequence number goes back to N100?

Anyone have an ides where to look for this problem.

Thanks

Link to comment
Share on other sites

jmparis:

Tried that does not fix it. I only wish it was that easy but I have a feeling it is something to do with the changes from v9-v10 post. I was getting no "D" depth of cut and I finally got an answer from the Post department that resolved it and it was a post code change. I am thinking this is the same.

Link to comment
Share on other sites

DavidB:

My post is for a Okuma lathe and to fix the "D" depth of cut problem they had me change the following.

In both plinout$ and pcirout$ change the following line

if cend = 1 & rcc_flg > 0>.....

To

if (cend$ = 1 |cend$ = 3) & rcc_flg$ > 0, pbld, n$, "G80", e$

Link to comment
Share on other sites

There have been some Post Parameter Number changes from v9 -> X

 

They are documented here ->

C:mcamxdocumentationMastercamX_Post_Parameter_Ref.pdf

And look at the “V9 to X Parameter Map” section.

 

The following code segment shows the parameters used by the v9 MPLFAN.PST

code:

# ---------------------------------------------------------------

# Parameter information lookup tables, see pparameter

# ---------------------------------------------------------------

fprmtbl 1 5 #Rough cut parameters

10200 depthcc

10201 clearcc

10202 xstckcc

10203 zstckcc

10214 directcc

 

fprmtbl 2 4 #Finish cut parameters

10100 ncutscc

10101 depthcc

10102 xstckcc

10103 zstckcc

 

fprmtbl 3 5 #Groove cut parameters

10301 stepcc

10306 directcc

10312 dopeckcc

10316 depthcc

10320 clearcc

 

fprmtbl 104 4 #Thread cut parameters

10411 xmaj_thd

10413 zstrt_thd

10414 zend_thd

10419 face_thd

You need to look up the “old” numbers and replace with the “new” (X) values.

 

For example:

I see that the ‘10200’ should now be ‘13323’

and ‘10100’ (Finish cut parameters) is now ‘13341’

There are more differences than just these 2 examples! Be sure to check for new values for each Parameter Number your pre-X PST uses.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...