View Full Version : Need Help! older than time okk


krow
02-19-2009, 05:22 PM
hey,
I am running a okk(model mcv-800)with a okk-cnc matic 2(mitsubishi cnc meldas-5000c2).numerical control.
Not sure how to start the program, I am use to a funuc controls.It would be great to get a complete program using a G54 fixture.
so ya, if I can get any info it would be appreciated.

krow

chippy1
02-21-2009, 01:08 PM
Go to MEAU.com

At the top, pick downloads.

Click on Manuals
Drop down to Division and pick Computer Numerical controls
Then pick Family click on CNC
Then Pick Series 5000CII

There are 4 manuals that will be helpful to you there

Regards,

Chippy

krow
02-21-2009, 08:11 PM
Thanks
I will go and check it out.

krow
09-09-2009, 09:13 PM
when I went to the site,they only had a 5000c verson.I figured out the machine and some cycles,but I am having trouble with my subprograms.I can't make it repeat the cycle eg.40 times,without putting the L number in 40 times.Anyway,if someone knows how to. Send a program.

THANKS

Mitsman
09-18-2009, 09:42 AM
When programming a subprogram for 40 loops try this:
G22 Lnnnn P40

The P address is for the number of times to repeat the subprogram.

krow
09-30-2009, 05:15 PM
I tried the program but it still does not work.I even checked in the programming book and it says the same thing as you.When I run the progam it only does it one time then returns home.Any more ideas??Thanks for the help so far.

Mitsman
09-30-2009, 08:12 PM
Make sure your subprogram ends with G23.

krow
09-30-2009, 09:00 PM
Yes I do have a g23 in there and it reads the sub fine but it just doesnt repeat.I am at work right know and tring everything I can


thanks I keep trying

Mitsman
10-01-2009, 11:49 AM
Can you email main and sub to me?

krow
10-01-2009, 12:41 PM
main program
from the G54 line,PRORAM L20
N40 G00 G90 G54 X-1.0 Y0.0,
N50 G43 Z2.0 H01 M04 S2000,
N60 M08,
N70 G01 Z0.11 F200.0,
N75 G22 L2222 P41,
N80 G00 G90 Z2.0 M09,
,
,
%
Then the sub
L2222
G00 G91 Z-0.118,
G01 X-0.242 F200.0,
Y-0.5 F15.0,
X0.242 F200.0,
Y0.5,
G23,
%

Mitsman
10-01-2009, 03:10 PM
Make a small program with G04 P5000 in it. There should be a 5 second dwell when it gets to this line.