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:

Cutter Comp Value D


CHRIS2010
 Share

Recommended Posts

I have a problem with the cutter comp value D when I post the same program for different machines.

I use D=H+40 for most of the machines. However, I sometimes have to repost the same program for other machine which can take D=H.

I try to make changes in the box of row "Add to tool" and colunm "Diameter" in the machine control page under the tool tab, but

nothing change unless I change the value in the box of " Dia. Offset" in the tool parameter. Changing the values in the tool

parameter is not a correct way, I think, and takes a lot of time.

 

Anyone can help me on this issue, please.

 

Thank you in advanced.

Link to comment
Share on other sites

If I understood you correctly, you have different control def with different tooling numbering schemes.

 

If so, when you change and need to repost, try renumbering your tools to pick up the new settings

Link to comment
Share on other sites

One of my biggest complaints to the scheduling department. Same issue here...if you open the parameters and just re-click on the tool, it will update to the proper D# for that control.

 

What you want to watch out for is it can change other settings in that tool if you have default values that are in your tool library and the coolant, peck and step tab is checked. It will revert back to standard settings if you have changed anything else.

Link to comment
Share on other sites

"I had our post modified so that a user input will determine if D=H or if D=H+40. This way I never have to worry about switching anything, just simply repost the program."

 

+100

 

Anoter benifit to letting the post handle the "H" and "D" values is not having to worry about them being wrong, and simply focus on the tool number when writing the programs.

Link to comment
Share on other sites

Spade,

You would need to add logic to the postblocks where tlngno and tloffno are output.

Below is an example of modified post blocks.

variables h_offset and d_offset need to be initialized elswhere.

I can email you an example post.

 

p_tlngno # output tool length offset

h_num = t$

if h_offset = 0, *h_num, !tlngno$

else, *tlngno$

 

p_tloffno # output tool dia offset

if d_offset > 1, d_num = t$ + d_offset

else, d_num = t$

if d_offset = 1, d_offset = tloffno$ #set from NCI

d_num, !tloffno$

 

 

Link to comment
Share on other sites

Spade,

You would need to add logic to the postblocks where tlngno and tloffno are output.

Below is an example of modified post blocks.

variables h_offset and d_offset need to be initialized elswhere.

I can email you an example post.

 

p_tlngno # output tool length offset

h_num = t$

if h_offset = 0, *h_num, !tlngno$

else, *tlngno$

 

p_tloffno # output tool dia offset

if d_offset > 1, d_num = t$ + d_offset

else, d_num = t$

if d_offset = 1, d_offset = tloffno$ #set from NCI

d_num, !tloffno$

 

 

Hi Brian,

Do you have any idea for the tab "Tool" under the control definition.

Please look at the attach. I think that is this page for, but doesn't help.

Control_def.pdf

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