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:

X2 Posting Speed of Zero


VBJB
 Share

Recommended Posts

I recently updated to X2 and now my speeds are all posting out as zero. I have downloaded and applied the mpMaster post update and ran the updatePost.dll. I also checked and made sure my machine definition has a spindle with a spindle range of 0-8000 RPM.

 

What else do I need to check?

Link to comment
Share on other sites

VBJB, its just a number that has to be changed, I have the info on my pc at work , I will give you the info in the morning

 

quote:

[shame on us for trying to exploit the Machine Def...]

Sorry Dave I shouldnt of called it a bug, because it really isnt, its just a number change, I really like the mpmaster posts, and the new changes in x2.

Link to comment
Share on other sites

Any parameter lookups on min_speed and max_speed need to read:

 

code:

      17608   min_speed    #Minimum spindle speed

17609 max_speed #Maximum spindle speed

while they used to be

 

code:

      17605   min_speed    #Minimum spindle speed

17606 max_speed #Maximum spindle speed

 

or even

 

17613 min_speed #Minimum spindle speed

17614 max_speed #Maximum spindle speed

In X2, each value is 3 better. Hope you enjoy the improvement.

 

[ 11-03-2006, 01:58 PM: Message edited by: Dave Thomson ]

Link to comment
Share on other sites
  • 2 months later...

I guess I will need to post every time someone begins a thread like this. X2 has a bug in the parameter output for the Milling spindle min/max speed settings.

 

They are supposed to be:

17605 min_speed #Minimum spindle speed

17606 max_speed #Maximum spindle speed

 

and are coming out as:

17608 min_speed #Minimum spindle speed

17609 max_speed #Maximum spindle speed

 

Changing these values will fix the issue until the X2-SP1 release. Then you will have to go back in and change them back to 17605 and 17606.

 

In reality however, these checks are not really needed at all as it is impossible to program outside of the specified range in Mastercam.

 

You may want to just modify the pspindle postblock, removing the min.max check altogether to something like:

 

code:

pspindle        #Spindle speed calculations for RPM

speed = abs(ss$)

spdir2 = fsg3(spdir$)

Link to comment
Share on other sites
  • 8 months later...
  • 11 months later...

Good day,

 

17605 min_speed #Minimum spindle speed

17606 max_speed #Maximum spindle speed

 

That fixed it for me

 

Tony G

CNCme Engineering

X Beta Site

SO Almost Employed Senior Programmer

N.E Massachusetts - Southern New Hampshire

_________________________________________

End mills and tooling are like The "AMMO"

And coolant and chips are like the enemy

Under your boots as you advance in the

Manufacturing Battle

-------------------------------------------------

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