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:

Mitsubishi post


PERRY C
 Share

Recommended Posts

I'm programming a Mits. FX20 with X-2 and when it generates the program it has 5 places after the decimal point I only want 4 and I can't seem to make it change plus it inputs a block delete symbol at every M00 and I can't get it to quit doing that either I can get it to put them after every sequence number and I set the post to zero it does away with them except on the moo's

Thanks in advance. banghead.gif

Link to comment
Share on other sites

Hey Perry,

 

I suppose this depends on what value it's giving you a 5 point decimal. But, you can change that usually thru the FMT statements near the top of the post. Again, depending on the letter value, look for that in the FMT section and change the # beside the letter

 

Example;

 

fmt Q 2 peck1$ #First peck increment (positive)

 

and such for the rest as well.

 

As for the M00, is it hard coded into the post and you just need to remove that part from it? Are you using an MI to activate it, or canned text?

Link to comment
Share on other sites

quote:

In the control def under tolerances is the setting for nc precision.

Nooooo...

 

Do not alter Tolerance settings in an attempt to change the # of digits that are output by a post processor.

 

Here is the way to accomplish you are looking for.

 

In the Mitsubishi FA_Series 4X.pst

 

You can alter the (fs) Format Statement(s) that are used on the axis outputs.

 

fs2 2 0.5 0.4 #Decimal, absolute, 5/4 place

fs2 3 0.5 0.4d #Decimal, delta, 5/4 place

 

To ->

 

fs2 2 0.4 0.3 #Decimal, absolute, 4/3 place

fs2 3 0.4 0.3d #Decimal, delta, 4/3 place

 

As for the '/' block delete, try this...

Do a search in the PST for "M00" (without the "") and see what you find.

Maybe something like -> "/ M00"

Where you can remove the '/' from the string.

Link to comment
Share on other sites

In my case I just tied Rogers advice and changing the post has made it post 4 plc's. Our Mit is set up for 4 places. Our Fanucs for 5 places. Our Mit is not as accurate as our Fanucs. SInce the machine is set for 4 places it won't draw the program posted with 5 decimals.

But I understand where your coming from Del.

wink.gif

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