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:

TOOL LIST


MCFELIX
 Share

Recommended Posts

Hi Felix!

Welcome to the forum! Anyway, if you use the mpmasterpost, your tool list will come up at the beginning of your program. You can download mp master post from the "posts" page at the top of this page.

BTW, if you type in caps, people think you're shouting at them.

hope this helps!!

Mike R.

[ 12-17-2001: Message edited by: Michael Reynolds ]

Link to comment
Share on other sites

To get the MPFAN.PST (from the v8.1.1 CD) to output a list of the tools

used in the program to output at the start of the NC file ->

First, you must tell the PST to do a pre-scan of the NCI file.

Add this varaible to the MPFAN.PST ->>

tooltable : 1 #Do a pre-scan of the NCI (calls postblock 'PWRTT')

Now you need to add the PWRTT postblock that will be called because

of the 'tooltable' setting. We will just have this call the PTOOLCOMMENT

postblock that already exists in the PST.

pwrtt # Called at each toolchange (and NULL toolchange) in the program

if t > 0, ptoolcomment # Only do if T > 0 (at a real toolchange)

------------------------------------------------------------------------------------------------------------

Note that the tool list will output PRIOR to the '%' at the start of the NC file.

If you wish to reposition the tool list so that it outputs after the initial NC startup

blocks, you would relocate the startup blocks. Move them from PSOF and

place them into the PHEADER postblock.

pheader #Call before start of file

if met_tool = one, #Metric constants and variable adjustments

[

ltol = ltol_m

vtol = vtol_m

maxfeedpm = maxfeedpm_m

]

# Start of NC file.... following lines relocated from PSOF postblock ->>

"%", e

*progno, e

"(PROGRAM NAME - ", progname, ")", e

"(DATE=DD-MM-YY - ", date, " TIME=HH:MM - ", time, ")", e

The result in output such as ->

%

O1234

(PROGRAM NAME - MTEST)

(DATE=DD-MM-YY - 17-12-01 TIME=HH:MM - 10:27)

(1/4 FLAT ENDMILL TOOL - 1 DIA. OFF. - 1 LEN. - 1 DIA. - .25)

(5/16 FLAT ENDMILL TOOL - 4 DIA. OFF. - 4 LEN. - 4 DIA. - .3125)

(3/8 DRILL TOOL - 3 DIA. OFF. - 3 LEN. - 3 DIA. - .375)

(1/4 CENTERDRILL TOOL - 5 DIA. OFF. - 5 LEN. - 5 DIA. - .25)

N100G20

N102G0G17G40G49G80G90

Link to comment
Share on other sites

Mpmaster is my own 'child' of Mpfan. It has some additions to tackle commonly requested post functionality - like a tool table for instance.

We use it here at In-House to as a starting point for 3/4-Axis machines with somewhat standard G-Code.

Mpfan is CNC Software's flagship post, and certainly can be modified to cover more than just Fanuc controls. It's been my experience that starting with a solid post and modifying it to suit saves time and headaches in the long run.

Link to comment
Share on other sites
Guest CNC Apps Guy 1

I've found I can get ALOT more accomplished starting from MPFAN or MPMASTER. Both are excellent places to start IMHO. They have most all the logic you'd even need for 3-4 axis machine. They don't have everything but, they certainly come close.

JM2C

Link to comment
Share on other sites

I agree, I started with mp ez post for use on simple 3 axis generic fanuc controllers, and found it to be FLAWLESS. Then when using our 4th axis horizontal fanuc, MPfanpost worked good with a few modifications. THEN, I started using MP masterpost for the 4th axis stuff (and sub programming), and will not go back (unless I'm programming for a simple 3 axis VMC.

Mike R.

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