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:

X6 MpMaster posts


gcode
 Share

Recommended Posts

Dont feel too bad. I had to completely add a section for our Mori. It works very good.. no hand editing. ;)

 

 

I'd like to have that section that you use on your Mori.... It's easier for me to manually add the Advanced Preview Control codes than fix the stuff the stock MPmaster post spits out.

 

Does your Mori use G332 R1-4 for the accuracy/speed?

Link to comment
Share on other sites

I'd like to have that section that you use on your Mori.... It's easier for me to manually add the Advanced Preview Control codes than fix the stuff the stock MPmaster post spits out.

 

Does your Mori use G332 R1-4 for the accuracy/speed?

 

 

Yes. It does.

 

I just added a section for our mori to the mpmaster rather than changing what they already had. I added load monitoring support and tool breakage detection as well.

 

Have you made many changes to your post?

Link to comment
Share on other sites

Mpmaster is meant to be generic, so flavouring the post to account for each of these brands is not necessarily the goal. We're trying to provide a platform for users to build off of.

 

That being said, please let me know what changes you would like to see to the high speed functionality (or any other changes for that matter) and we can assess and implement the changes that make sense given our goal.

  • Like 1
Link to comment
Share on other sites

I've made some changes here and there, but not to the High Speed Machining stuff...

 

That would be Awesome If I could get some of those post changes you did! I'm not really all that good at editing, but I'll eventually figure it out.

 

 

If you would like to email me your post, I can make the changes and mark them so that you can see what was done. You will have to give me a couple of days to get to it but I could probably have it done by the end of the weekend.

Link to comment
Share on other sites

If you would like to email me your post, I can make the changes and mark them so that you can see what was done. You will have to give me a couple of days to get to it but I could probably have it done by the end of the weekend.

 

You Are Tha Man!! Yea I'll try to get it to you by the end of the day today. No hurry

 

Use the email in your profile?

Link to comment
Share on other sites

Mpmaster is meant to be generic, so flavouring the post to account for each of these brands is not necessarily the goal. We're trying to provide a platform for users to build off of.

 

That being said, please let me know what changes you would like to see to the high speed functionality (or any other changes for that matter) and we can assess and implement the changes that make sense given our goal.

 

PM sent. :yes

Link to comment
Share on other sites
  • 2 weeks later...

Mpmaster is meant to be generic, so flavouring the post to account for each of these brands is not necessarily the goal. We're trying to provide a platform for users to build off of.

 

That being said, please let me know what changes you would like to see to the high speed functionality (or any other changes for that matter) and we can assess and implement the changes that make sense given our goal.

 

Mazak Matrix Nexus control errors on lines with parenthesis which occur between HSM paths using same tool.

 

 

N1 T12 M06 (DAPRA 3/4 BALL NOSE INSERT-HS)
(MAX - Z2.)
(MIN - Z-2.5541)
(TOOLPATH - WATERLINE........)
(STOCK LEFT ON WALLS = 0.)
(STOCK LEFT ON FLOORS = 0.)
G00 G17 G90 G54 X-24.4948 Y2.3054 S5500 M03
G43 H12 Z2.
M50
G94
G61.1 ,K80
G05 P2
G01 Z.109 F500.
Z.084 F100.
X-24.4952 Y2.3051 Z.076
X-24.4963 Y2.3044 Z.068
X-24.4981 Y2.3033 Z.0603
.
.

Y17.6852 Z-.1982
Y17.6872 Z-.1906
Y17.6884 Z-.1828
Y17.6888 Z-.175
Z2. F500.
(TOOLPATH - WATERLINE........)   <------Matrix Nexus Control Doesn't like lines with parenthesis
(STOCK LEFT ON WALLS = 0.)         
(STOCK LEFT ON FLOORS = 0.)    
X-.5962 Y6.6434
Z-.106
Z-.131 F100.
X-.5958 Y6.6432 Z-.1391
X-.5947 Y6.6426 Z-.147
X-.5927 Y6.6417 Z-.1548
X-.5901 Y6.6405 Z-.1623
.
.

 

 

N1 T12 M06 (DAPRA 3/4 BALL NOSE INSERT-HS)
(MAX - Z2.)
(MIN - Z-2.5541)
(TOOLPATH - WATERLINE........)
(STOCK LEFT ON WALLS = 0.)
(STOCK LEFT ON FLOORS = 0.)
G00 G17 G90 G54 X-24.4948 Y2.3054 S5500 M03
G43 H12 Z2.
M50
G94
G61.1 ,K80
G05 P2
G01 Z.109 F500.
Z.084 F100.
X-24.4952 Y2.3051 Z.076
X-24.4963 Y2.3044 Z.068
X-24.4981 Y2.3033 Z.0603
.
.

Y17.6852 Z-.1982
Y17.6872 Z-.1906
Y17.6884 Z-.1828
Y17.6888 Z-.175
Z2. F500.

G05 P0  <--------------------------------------Need to add this
G64  <-------------------------------------------And this
(TOOLPATH - WATERLINE........)  
(STOCK LEFT ON WALLS = 0.)         
(STOCK LEFT ON FLOORS = 0.)
G94    <-----------------------------------------Maybe this?
G61.1 ,K80  <---------------------------------Maybe this?
G05 P2    <-----------------------------------And this
X-.5962 Y6.6434
Z-.106
Z-.131 F100.
X-.5958 Y6.6432 Z-.1391
X-.5947 Y6.6426 Z-.147
X-.5927 Y6.6417 Z-.1548
X-.5901 Y6.6405 Z-.1623
.
.

 

 

 

 

 

Link to comment
Share on other sites

Mazak Matrix Nexus control errors on lines with parenthesis which occur between HSM paths using same tool.

 

 

N1 T12 M06 (DAPRA 3/4 BALL NOSE INSERT-HS)
(MAX - Z2.)
(MIN - Z-2.5541)
(TOOLPATH - WATERLINE........)
(STOCK LEFT ON WALLS = 0.)
(STOCK LEFT ON FLOORS = 0.)
G00 G17 G90 G54 X-24.4948 Y2.3054 S5500 M03
G43 H12 Z2.
M50
G94
G61.1 ,K80
G05 P2
G01 Z.109 F500.
Z.084 F100.
X-24.4952 Y2.3051 Z.076
X-24.4963 Y2.3044 Z.068
X-24.4981 Y2.3033 Z.0603
.
.

Y17.6852 Z-.1982
Y17.6872 Z-.1906
Y17.6884 Z-.1828
Y17.6888 Z-.175
Z2. F500.
(TOOLPATH - WATERLINE........)   <------Matrix Nexus Control Doesn't like lines with parenthesis
(STOCK LEFT ON WALLS = 0.)         
(STOCK LEFT ON FLOORS = 0.)    
X-.5962 Y6.6434
Z-.106
Z-.131 F100.
X-.5958 Y6.6432 Z-.1391
X-.5947 Y6.6426 Z-.147
X-.5927 Y6.6417 Z-.1548
X-.5901 Y6.6405 Z-.1623
.
.

 

 

N1 T12 M06 (DAPRA 3/4 BALL NOSE INSERT-HS)
(MAX - Z2.)
(MIN - Z-2.5541)
(TOOLPATH - WATERLINE........)
(STOCK LEFT ON WALLS = 0.)
(STOCK LEFT ON FLOORS = 0.)
G00 G17 G90 G54 X-24.4948 Y2.3054 S5500 M03
G43 H12 Z2.
M50
G94
G61.1 ,K80
G05 P2
G01 Z.109 F500.
Z.084 F100.
X-24.4952 Y2.3051 Z.076
X-24.4963 Y2.3044 Z.068
X-24.4981 Y2.3033 Z.0603
.
.

Y17.6852 Z-.1982
Y17.6872 Z-.1906
Y17.6884 Z-.1828
Y17.6888 Z-.175
Z2. F500.

G05 P0  <--------------------------------------Need to add this
G64  <-------------------------------------------And this
(TOOLPATH - WATERLINE........)  
(STOCK LEFT ON WALLS = 0.)         
(STOCK LEFT ON FLOORS = 0.)
G94    <-----------------------------------------Maybe this?
G61.1 ,K80  <---------------------------------Maybe this?
G05 P2    <-----------------------------------And this
X-.5962 Y6.6434
Z-.106
Z-.131 F100.
X-.5958 Y6.6432 Z-.1391
X-.5947 Y6.6426 Z-.147
X-.5927 Y6.6417 Z-.1548
X-.5901 Y6.6405 Z-.1623
.
.

 

You don't need to cancel G61.1 with G64 at every comment like you do with G05P2, you can keep it active forever. The current MPMaster also switches to 500ipm positioning moves instead of rapids, which is unnecessary. Additionally, a lot of machines don't even have G05P2, since it's a 3D option that a lot of people don't care to buy. So G61.1 and G05P2 each need their own Misc entry.

 

If somebody wants to develop a properly functioning Mazak high speed add in for the MPMaster post, I'd be happy to pay for their time.

 

Sample code needs to be like Lacky posted above, or like I posted in the post development forum: http://www.emastercam.com/board/index.php?showtopic=65151

Link to comment
Share on other sites

I've attached a post that should address some of these issues. I've added two new switches, hsmcancel and g05output.

 

The g05output should be set to 1 if the user has the option to output the G05 and set to 0 if it is not supported on the machine.

 

The hsmcancel is set to 1 if you want to cancel the G61.1 along with the G05. If set to 0, the cancel will only happen at the end of the file.

 

I made these switches rather than misc values as it seems like something that would be set once for a machine and then never touched again.

 

Let me know if there are issues or further functionality needs to be added.

mpmaster.zip

  • Like 1
Link to comment
Share on other sites
  • 1 year later...

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