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:

Mill.set


ChrisD
 Share

Recommended Posts

I have customized my Mill.set to post the following way.

 

N10 T1 (1/2 4 FLUTE CARB ENDMILL)

(ROUGH MILL OUTER CONTOUR)

N20 T2 (1/2 DIA DRILL)

(DRILL 12 DIA HOLES THRU)

.....ETC.

What I have problems with is getting the "N"

numbers to be output sequentially by 10's. I only want the n numbers beside the tool description Here's an another example of what I'm actually getting

{N10} T1 (1/2 4 FLUTE CARB ENDMILL)

(ROUGH MILL OUTER CONTOUR)

{N10} T2 (1/2 DIA DRILL)

(DRILL 12 DIA HOLES THRU)

Does anyone have any suggestions on how to get the N numbers to be output as the first example?

thanks in advance

chris

 

[This message has been edited by ChrisD (edited 11-02-2000).]

Link to comment
Share on other sites

I'll assume you are using a postline like this:

code:


n, *t, "(", strtool, ")", e


Try setting the sequence number and increment in pheader:

code:


pheader # File header

n = 10

seqinc = 10


You'll also have to format the sequence number variable 'n':

 

code:


fmt N 3 n # Sequence nos.


[This message has been edited by Dave Thomson (edited 11-02-2000).]

Link to comment
Share on other sites

I can't seem to be able to reproduce what your getting. Is it possible that you can sent me your mill.set so I can have a look.

Just out of interest, why do you like the "N" line numbers printed with your setup sheet? Also doesn't the brackets and line numbers clutter up your setup sheet.

Link to comment
Share on other sites

Thanks Dave I'll give that a try.

Reply to chipmaker: The reason I (we) like to have the n numbers and comments on the setup sheet is for restarting purposes.

When the operator can see which N number the tool starts at all heshe has to do is search for that N number in the control.

the comments help them figure out exactly what the tool is doing at that point and if there are any changes to be made I can refer to the setup sheet as to where to begin.

 

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