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:

Mpmaster in X2 SP1


Post dept
 Share

Recommended Posts

Just wanted to put some minds at ease:

"MPParam Output Corrected (All Products)

 

MPParam has been modified to output correct spindle speeds, lathe turret parameters, and tool changer parameters. MPMaster-derived post processors may need to be updated."

 

After some quick tests it looks like mpmaster posts that ran originally in X2 will NOT need to be updated to run in X2 SP1. cheers.gif

Link to comment
Share on other sites

John,

 

The new X2 version of mpmaster definitely outputs the speeds correctly. There may have been a time where the post was between revision and the max_speed and min_speed parameters were still being read in via lookup tables. Quickest thing would be a file compare to eliminate the max_speed and min_speed variables completely. There would also be one if statement that would need changing in pspindle.

 

Delete this line:

if maxss$ = zero | maxss$ > max_speed, maxss$ = max_speed

 

and change this line:

if speed < min_speed, speed = min_speed

to this:

if speed > maxss$, speed = maxss$

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