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:

What's missing for this to work?


kccadcam
 Share

Recommended Posts

Modified MPLFAN.pst on a ZL250 Mori

Tap orientation (cross or face)

 

code:

fmt  T  9   tap_orient  #Mill tap orientaion

 

 

ptap_orient

#T1. = side tapping right hand thread

#T2. = face tapping right hand

#T3. = face tapping left hand

#T4. = side tapping left hand

# tool_op 55 == z

# tool_op 56 == x

 

if tool_op = 55,

[

if spdir = 1, tap_orient = 2

if spdir = -1, tap_orient = 3

]

if tool_op = 56,

[

if spdir = 1, tap_orient = 1

if spdir = -1, tap_orient = 4

]

 

 

mtap #Canned tap cycle, mill

pdrlcommonb

feed = 1/n_tap_thds

dec_speed = speed

retr_speed = peck1

if retr_speed > (dec_speed * 2), retr_speed = dec_speed

ptap_orient

pcan1, pbld, *sgdrlref, pgdrlout, pxout, pyout, pzout,

pcout, prdrlout, pffr, *dec_speed, *retr_speed, "M68", *tap_orient, strcantext, e

pcom_movea

All I get is T0. everytime.

Should be T1.,T2.,T3.,T4.

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...