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:

MPMASTER to output hpcc code


Cannon
 Share

Recommended Posts

I just downloaded MPMASTER post and have been trying to get it output the Fanuc hpcc code G05 P10000 in the program. I have tried many things but I can only get it to output the end string p05 Q1 but not the one that turns it on. So could some one explain where I need to make the changes to get this work. Thanks.

Link to comment
Share on other sites

2-1-20098-41-52AM.png

 

By placing a 3 in the MR1 box, as shown above

 

code:

N180 G00 G17 G90 G54 X1.1569 Y1.25 S1069 M03

N190 G43 H239 Z.25

N200 G94

N210 G05 P10000

N220 Z.1

N230 G01 Z0. F15.

N240 Y.75 F25.

N250 G03 X1.6569 Y.25 I.5 J0.

N260 G01 X3.3139

N270 G02 X3.5639 Y0. I0. J-.25

N280 G01 Y-3.4902

N290 G02 X3.3139 Y-3.7402 I-.25 J0.

N300 G01 X0.

N310 G02 X-.25 Y-3.4902 I0. J.25

N320 G01 Y0.

N330 G02 X0. Y.25 I.25 J0.

N340 G01 X1.6569

N350 G03 X2.1569 Y.75 I0. J.5

N360 G01 Y1.25

N370 Z.1

N380 G00 Z.25

N390 G05 P0

N400 M05

N410 G91 G28 Z0.

N420 G28 X0. Y0.

N430 G90

N440 M30

Link to comment
Share on other sites
  • 2 months later...
Guest CNC Apps Guy 1

I set my post up to automatically output it EXCEPT when opcode=3 (Drilling type cycles) and this is how I did it;

 

code:

phsm1_on         #High speed functions before G43 

# if opcode$ = 3 | opcode$ = 16, #ORIGINAL

# [ #ORIGINAL

# mr1$ = 0 #ORIGINAL

# mr2$ = 0 #ORIGINAL

# ] #ORIGINAL

if opcode$ <> 3,

[

mr1$ = 3 #FORCING HPCC MODE

mr2$ = 0

]

HTH

Link to comment
Share on other sites

Ken are running the latest version of the MPMaster?

 

If it is an older version it may not be built in.

 

also if you renamed the post and machine and control defs, you may have to make sure your machine def is referencing the correct control def or your listing may not be correct.

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

No cons, only Pros. biggrin.gif

 

The machine processes data faster with it on. Even if I don't "need" it I still run it regardlelss if I'm running at 200 IPM or 1900 IPM.

 

JM2C

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