587,913 active members*
4,057 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > OKK > older than time okk
Results 1 to 11 of 11
  1. #1
    Join Date
    Feb 2009
    Posts
    19

    older than time okk

    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

  2. #2
    Join Date
    Jan 2008
    Posts
    199
    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

  3. #3
    Join Date
    Feb 2009
    Posts
    19
    Thanks
    I will go and check it out.

  4. #4
    Join Date
    Feb 2009
    Posts
    19
    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

  5. #5
    Join Date
    Jun 2006
    Posts
    25

    Subprogram Repeat

    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.

  6. #6
    Join Date
    Feb 2009
    Posts
    19
    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.

  7. #7
    Join Date
    Jun 2006
    Posts
    25

    sub program

    Make sure your subprogram ends with G23.

  8. #8
    Join Date
    Feb 2009
    Posts
    19
    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

  9. #9
    Join Date
    Jun 2006
    Posts
    25

    sub problems

    Can you email main and sub to me?

  10. #10
    Join Date
    Feb 2009
    Posts
    19
    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,
    %

  11. #11
    Join Date
    Jun 2006
    Posts
    25

    sub problems

    Make a small program with G04 P5000 in it. There should be a 5 second dwell when it gets to this line.

Similar Threads

  1. Older Revs. of Mach3
    By ptig185 in forum Mach Software (ArtSoft software)
    Replies: 2
    Last Post: 05-01-2008, 09:17 AM
  2. older minimill2
    By jpatter@bellsou in forum Benchtop Machines
    Replies: 8
    Last Post: 07-29-2007, 05:58 PM
  3. milling time (not to be confused with hammer time)
    By barefoot0 in forum G-Code Programing
    Replies: 4
    Last Post: 05-03-2007, 12:18 AM
  4. X2 Conversion Time (shopping time)
    By Micro Rotors in forum Benchtop Machines
    Replies: 2
    Last Post: 03-04-2007, 06:11 PM
  5. Older controllers
    By flatbottom in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 12
    Last Post: 11-27-2005, 01:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •