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:

finding empty tool in VBS


John T.
 Share

Recommended Posts

A bit of background first: We're rearranging our VBS doc sheets so that it doesn't look at the operations to get the tool count. We're just getting the tools, 1-20 and putting them on the doc sheet.

Problem is, I can't seem to find a way to detect unused tools (i.e. program uses tools 1-6, and tools 7-20 aren't in the program) so that they can't print garbage on the doc sheet.

 

[code

 

For idx=1 to 20

 

arrToolComment(idx) = GetToolComment(idx)

arrToolDiameter(idx) = GetToolDiameter(idx)

arrToolFluteLength(idx) = GetToolFluteLength(idx)

arrToolLength(idx) = GetToolLength(idx)

If GetToolDiameter(idx)=0 Or GetToolDiameter(idx)=" " Then arrToolComment(idx)=" " & arrToolDiameter(idx)=" " & arrToolFluteLength(idx)=" " & arrToolLength(idx)=" "

[/code]

 

The last line is kind of what I'm trying to use to find the unused (blank) tools. As it is, its saying "T10 (for example) FALSE 0 0 0".

 

Any ideas?

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