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:

LIsting tools


George_Gerhard
 Share

Recommended Posts

well ptoolcomment is the comment for each tool that you have decribed in the tool libary. The tooltable would problay be under the pwrtt section of your post if you have it if not use MPMASTER as a map to intergrate it into your post. I did this for my 5 axis post I was using and even thought it made no snese on 5 aixs toolpaths it did great on all 3 axis toolpaths. I got this from the MPROUTER post:

code:

tooltable   : 1     #  

If you have 0 change it to 1 if you have 1 change it to 0 since there si not document to this line in the post I got from the CD thought most time 0 is no and 1 is yes.

 

I persoanlly would use the Mpmaster as a road map to using it in your router post so you can have this very functional and useful tool for your needs.

Link to comment
Share on other sites

George,

Here is what I have done:

code:

T00L TABLE AT THE TOP OF PROGRAMS

code:

 

fmt 12 day

fmt 12 year2

 

year2 = year + 2000

 

 

fmt TOOL- 3 tnote # Note format

 

 

 

then . . .

code:

 

pheader # file name

"%"

progno, " (", progname, ")"

"( ", mon, " ", day, " ", year2, ")"

"(PROGRAM NO.", *progno, ")"

"(TOOLS)

 

 

Along with this:

code:

 

# --------------------------------------------------------------------------

# Tooltable Output

# --------------------------------------------------------------------------

 

pwrtt # Write tool table, scans entire file, null tools are negative

tnote = t

strtool = ucase(strtool)

if t >= 0, "(", tnote, "-", strtool, ")"

if t >= 0, tcnt = tcnt + 1

 

 

 

 

Set the variable tooltable to yes (1) or add to variable if not there to enable the execution of pwrtt.

Here are two lines of code that will help.

code:

 

 

bldnxtool : yes # Build next tool table

 

tooltable : 1 # Read for tool table and pwrtt

 

 

tcnt : 0 # Count the number of tool changes

 

Just to add soemthing to this guys if you want a little more information is over a netwrok you can add this to the post also:

code:

 

"(MC9 FILE - ", smcpath, smcname, smcext, ")", e

"(PROGRAM LOCATION - ", spathnc, snamenc, sextnc, ")", e

 

 

This tells you where on the network the files was placed if doing DNC and also tells you where the MC9 file is also.

 

 

Results:

 

%

O1001 (204014_23300_SM1 )

( Apr 1 2004 )

(PROGRAM NO. O1001 )

(TOOLS)

( TOOL-1 - 5/8" ---GT SPOT DRILL )

( TOOL-2 - 5/16 ---GT DRILL )

( TOOL-3 - 11/32 FULLERTON 30812 BALL EM )

( TOOL-4 - 13/64 ---GT DRILL )

( TOOL-5 - 9/64 ---GT DRILL )

( TOOL-6 - 3/32 FULLERTON 30609 CEM 4-FLUTES )

( TOOL-7 - OSG HYPRO 45 DEG CHAMFER TOOL )

( TOOL-8 - 1/4-20 TAP )

 

 


HTH

 

Don S

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