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:

Mori Seiki Post


MasterCAM Rulez
 Share

Recommended Posts

Can someone show me how to put "PERIOD" in the digits. cause the mori seiki doesnt have a period like any other post. it very hard read program without the period. Look at the below this what I mean

 

Mori Seiki Post : MPLTL3YC

G0X-55614Z-49243 eek.gif

Z2000

 

MPLFAN Post

G0X-5.5614Z-4.9243 smile.gif

Z.2

 

I want to put the period like MPLFAN post.

 

Thank in advance

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

Hey bud!

 

Technically speaking it is a decimap point you want not a period but that is beside the point.

 

You'll need to look in the post and look for this;

 

fmt N 4 n #Sequence number

fmt X 2 xabs #X position output

fmt Y 2 yabs #Y position output

fmt Z 2 zabs #Z position output

fmt U 3 xinc #X position output

fmt V 3 yinc #Y position output

fmt W 3 zinc #Z position output

fmt 11 cabs #C axis position

fmt 14 cinc #C axis position

fmt I 3 iout #Arc center description in X

fmt J 3 jout #Arc center description in Y

fmt K 3 kout #Arc center description in Z

fmt R 2 arcrad #Arc Radius

fmt F 12 feed #Feedrate

fmt P 11 dwell #Dwell

fmt C 2 crad #C axis start radius

 

switch them to this;

 

fmt N 4 n #Sequence number

fmt X 2 xabs #X position output

fmt Y 2 yabs #Y position output

fmt Z 2 zabs #Z position output

fmt U 3 xinc #X position output

fmt V 3 yinc #Y position output

fmt W 3 zinc #Z position output

fmt C 11 cabs #C axis position

fmt H 14 cinc #C axis position

fmt B 4 indx_out #Index position

fmt I 3 iout #Arc center description in X

fmt J 3 jout #Arc center description in Y

fmt K 3 kout #Arc center description in Z

fmt R 2 arcrad #Arc Radius

fmt F 18 feed #Feedrate

fmt P 11 dwell #Dwell

fmt M 5 cantext #Default cantext

fmt C 2 crad #C axis start radius, G107

fmt H 2 tlrad #C axis cancel, G112, currently using C position

 

fmt is the nway the number is represented.

 

Hope that helps

Link to comment
Share on other sites

I think the previous method will not work in your case. Most likely you will get an error indx_out not defined or whatever. You want to search in the post for the format statments FS. The xabs for instance uses format statment 2 look for FS 2 change the coresponding FS to reflect the desired output.

 

fs 2 0.4 would give you the Decimal note the decimal in the format statment

 

Allan

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