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:

Hurco ISNC post help


Racer X
 Share

Recommended Posts

Thanks maestro.

 

What I need post wise is this:

 

1. I need to have the post write out E at the end of the program rather than the % symbol.

2. Prior to tool change I need a G91 X26 Y0 Then recall the G91 after tool change.

3. Remove the M01 call out at the end of an operation so the tool change will happen automatically.

4. At the end of the program I need a G91 G0 X13 Y0. Rather than a G28 X0 Y0.

 

Also, how do you set up mastercam to work with the surface finish (G05.1), data smoothing (G05.2), and precision cornering (G09)?

 

That is all so far. However, I have only run a couple programs since getting set up. I am sure more will surface.

 

Thanks

Link to comment
Share on other sites

To have an E and G91 G0 X13 Y0 at the end of your file, search for peof in your post and change to

 

peof # End of file for non-zero tool

n, pcooloff

n, "G0 M25"

n, "G91 G0 X 13", "Y 0"

n, "M2"

"E"

For the stuff around the tool change, try this.

 

 

ptlchg # Tool change

n, pcooloff

if mi1 = 99, "M25"

if mi1 = 99, "M05"

if mi1 = 99, "X0 Y0"

if mi1 = 99, "M00"

n, "G91", "X26", "Y0"

n, comment

n, psg00, t, "M6"

n, "G90"

n, "G0", *xr, *yr, pss, pspdlon

n, *zr

n, pcoolon

 

As far as the G05.1 and G05.2, we don't have that here so I can't help you much on that. Let me know if this helps you.

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