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:

Program Numbers


Bruce
 Share

Recommended Posts

Hi all,

 

I am running Mill Ver. 8.11, and have a simple question but, is there a simple answer apart from No.

 

Is there anyway that you can input something other than a number in the program # section of the tool parameters.

I would prefer it to default to the file name or at least allow me to input some text e.g. 123A, 123B etc.

Link to comment
Share on other sites

You can output something other than JUST a number, but chances are you're machine won't recognize it. Machines need a very specific file header, and you may not like how it reacts when you try to change it. As for changing what can be input into the box; no, integers only.

 

If you want to see something on the same line, so you can read it easily in the list, then you can add a comment to the end of the program number line.

 

That will require a post modification. You're dealer should be able to help you with that.

 

'Rekd teh Inebriated

 

[ 06-03-2003, 12:22 AM: Message edited by: Rekd ]

Link to comment
Share on other sites

Are you refering to the way that say a kerner trecker reads them? Tied tool a tool dia?

 

If so you can set it up in the post to output an incremental ascii character added to the actual progno with a little string manipultion. ie:

 

let_cnt = let_cnt + 1

s_let = no2asc(let_cnt)

s_tldia = no2str(tldia)

s_sub_namec = s_sub_cl + s_tldia + s_let + s_end

n,*s_sub_namec,e

 

Initialize let_cnt to ascii # letter cap A

 

Bubba

Link to comment
Share on other sites

There really is a way BUT you will have to edit your post.

So back up your post before you

- search the post for the string 'progno'

- replace it with 'progname' and

- if you need this output in capitals add a new line to your post containing 'progname :1'

This will insert the nci-name where the progno from the tool parameter page used to be.

 

But, like Al used to say: 'Save early, save often!'

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