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:

okuma osp200m hi-cut feature


Recommended Posts

Hey guys new to the forum hear, been a machinist for close to five years now and worked in a job shop that is dominately okuma mills and lathes.

 

Were located in southern Illinois and use master and conversational for our programming, we have been getting alot of work of profiling nest and numerous other parts that are made out of delrin. Im trying to wrap my head around this hi-cut codes (nobody here really goes outside of the box when machining) and im just curious on how exactly it works.

 

I understand it anticipates corners straights and what not to hold tolerance but for roughing i would like to turn it off and have it on for finishing,

 

If someone could explain this to me like im a dummy that would be perfect.

 

 

We have custom post for our Okuma mills, but i didn't really seen any true options for the hi-cut, is this something you have to manually enter into the program or what?

 

I have alot of questions about this and would definately appreciate any help I could get from you masters on here!

 

Thanks again,

Cody

Link to comment
Share on other sites

This may be a little over the top but hey it works for me

 

1st Define the strings

hsmset :1 #High speed cutting 0=off 1=Hicut pro G131 2=Supernurbs G131 3=HiCut G187

 

hsmon : 0 # G131 flag

 

Then in the tool change blocks

if opcode$ = three | opcode$ = 16, e$ #GHW

else,

[

if hsmset = 1, #High-cut pro

[

if mi8$ = one & mi7$ = one, result = mprint(shspmill)

if mi7$ | mi8$ > 0 & cas_off, n$, "M510", e$

if mi7$ = one, n$, "G131", "J2", [if mr1$ <> 0, *mr1$, else, "E0.025"], "F20000", "(HICUT PRO ROUGHING)", e$

if mi8$ = one, n$, "G131", "J1", "E0.01", "F20000", "(HICUT PRO FINISHING)", e$

if mi7$ | mi8$, hsmon = 1

]

if hsmset = 2, #Super Nurbs

[

if mi8$ = one & mi7$ = one, result = mprint(shspmill)

if mi7$ | mi8$ > 0 & cas_off, n$, "M510", e$

if mi7$ = one, n$,"G131", "J0", [if mr1$ <> 0, *mr1$, else, "E0.025"], "D0.010", "I0", "F20000", "(SUPERNURBS ROUGHING)", e$

if mi8$ = one, n$,"G131 J0 E0.01 D0.005 I0 F20000", "(SUPERNURBS FINISHING)", e$

if mi7$ | mi8$, hsmon = 1

]

if hsmset = 3, #High-Cut

[

if mi8$ = one & mi7$ = one, result = mprint(shspmill)

if mi7$ | mi8$ > 0 & cas_off, n$, "M510", e$

if mi7$ = one, n$,"G187", [if mr1$ <> 0, *mr1$, else, "E0.025"], "F20000", "(HICUT ROUGHING)", e$

if mi8$ = one, n$,"G187 E0.01 F20000", "(HICUT FINISHING)", e$

if mi7$ | mi8$, hsmon = 1

]

]

 

 

And then in the retract blocks

if hsmon = 1,

[

if hsmset = 3, n$, "G186 (HICUT OFF)", e$

else, n$, "G130 (SUPER NURBS OFF)", e$

if cas_off, n$, "M511", e$

hsmon = 0

]

 

 

also in the error messages

shspmill : "ERROR-CHECK HIGH SPEED MILLING PARAMETERS"

 

add this to the MI numbers

 

7. "Super Nurbs High Speed [1 = ON]"//1

8. "Super Nurbs Ultra high Accuracy [1 = ON]"

 

Hope this helps

  • Like 1
Link to comment
Share on other sites

so the post needs to be edited to be able to control the hi-cut then?

 

i dont fully comprehend the misc integers and reels as nobody here has ever touched them so when being trained i was never explained to how they work.

 

sorry like i said im basically clueless when it comes to this haha

Link to comment
Share on other sites

Hello Sarver,

 

I'd recommend talking with your Reseller to inquire about the OSP_P200M post. There is a post available from CNC Software to your Reseller (They have the option to charge for the post, so it might not be "free"). This post is included in the "Mastercam X7 Post Installation" program.

 

The OSP_P200M post is already configured to output code for either Hi-Cut Pro, or Super NURBS (set by a switch in the post).

 

Hope that helps,

 

Colin

Link to comment
Share on other sites

well i did notice today our custom post, does turn super nuerbs on and off when profiling it still seems like these machines could be running muchharder while roughing during profiling.

 

Is there a way to see true feed rate on the machine and not just whatever is called out in the program?

 

thanks

Link to comment
Share on other sites

The "Feed Axis Data" page will show you all of that. Also one of the things with the Okuma open API on the THINC controls is you can make your own custom interfaces. I built this one the other day for a HMC that had all the desired data collected on that page

61055E37-9F2D-41C2-A18E-1C264DA7D652.jpg

Link to comment
Share on other sites

That is really cool. I would really like to be able to do that sort of thing myself.

 

Got to dig Okuma controls :)

 

The "Feed Axis Data" page will show you all of that. Also one of the things with the Okuma open API on the THINC controls is you can make your own custom interfaces. I built this one the other day for a HMC that had all the desired data collected on that page

61055E37-9F2D-41C2-A18E-1C264DA7D652.jpg

Link to comment
Share on other sites

We have been doing more and more of it! Once we got the first few applications built it got easier to do. Debugging the apps seems like it takes the longest. :D

 

So are you at Hegmans?

 

I was in Charlotte at the Thinc facility about two months ago. What a great place. I had a blast, and learnt a lot. I definitely want to head back there some time!

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