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:

generic fanuc 2x lathe.pst question


latheman
 Share

Recommended Posts

You can try change:

code:

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

# Generate string for spindle, lathe main

sm04 M04 # Spindle reverse - no coolant

sm05 M05 # Spindle off - no coolant

sm03 M03 # Spindle forward - no coolant

sm14 M04 # Spindle reverse - coolant

sm05c M05 # Spindle off - coolant

sm13 M03 # Spindle forward - coolant

spindle_l #Target for string

 

fstrsel sm04 g_spdir spindle_l 6 -1

Into

code:

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

# Generate string for spindle, lathe main

sm04 M04 # Spindle reverse - no coolant

sm05 M05 # Spindle off - no coolant

sm03 M03 # Spindle forward - no coolant

sm14 M14 # Spindle reverse - coolant <<--In Here

sm05c M05 # Spindle off - coolant

sm13 M03 # Spindle forward - coolant

spindle_l #Target for string

 

fstrsel sm04 g_spdir spindle_l 6 -1

Link to comment
Share on other sites

# Generate string for spindle, lathe

sm04 : "M04" #Spindle reverse - no coolant

sm05 : "M05" #Spindle off - no coolant

sm03 : "M03" #Spindle forward - no coolant

sm14 : "M14" #Spindle reverse - coolant

sm05c : "M05" #Spindle off - coolant

sm13 : "M13" #Spindle forward - coolant

spindle_l : "" #Target string

 

fstrsel sm14 g_spdir spindle_l 6 -1 (JTG 7:29 AM 11/19/2009)

 

This is what i have. I changed "fstrsel sm04 to fstrsel sm14" . I tried what you suggested and it still did not output in my first op.

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