585,977 active members*
4,180 visitors online*
Register for free
Login

Search:

Type: Posts; User: Mitsman

Search: Search took 0.00 seconds.

  1. program restart

    If you do not have a operations manual for the M60 control go to the website and download it. www.meau.com
    Go to the Monitor chapter. It is called Resuming the program.

    It is under the...
  2. Thread: Mori NL

    by Mitsman
    Replies
    4
    Views
    1,234

    To test run a program on a Mori without the...

    To test run a program on a Mori without the spindle turning the Dry Run switch must be on.
  3. Replies
    3
    Views
    1,298

    To modify the inverter settings you would need...

    To modify the inverter settings you would need the parameter list from OKK. But I would say that in the CNC machine tool world, tool to tool change time is an important specification and this is...
  4. Thread: mori seiki #'s

    by Mitsman
    Replies
    1
    Views
    1,183

    Should be #5021-#5028

    Should be #5021-#5028
  5. Replies
    8
    Views
    2,341

    G53Z0W0 G53X0Y0 G92X0Y0Z0 Should work.

    G53Z0W0
    G53X0Y0
    G92X0Y0Z0

    Should work.
  6. Replies
    3
    Views
    1,298

    The speed of the magazine index is controlled by...

    The speed of the magazine index is controlled by the inverter inside of the electrical cabinet. So an accidental change is out of the question. Make sure the tools are placed in the magazine so the...
  7. Replies
    3
    Views
    1,338

    For the machine position the variables should be:...

    For the machine position the variables should be:
    #5021 = 1st axis
    #5022 = 2nd axis
    #5023 = 3rd axis
    #5024 = 4th axis
    #5025 = 5th axis
    #5026 = 6th axis
    #5027 = 7th axis
    #5028 = 8th axis
  8. Replies
    10
    Views
    1,420

    sub problems

    Make a small program with G04 P5000 in it. There should be a 5 second dwell when it gets to this line.
  9. Replies
    2
    Views
    1,404

    rigid tap

    I just noticed your location as Mexico. If you are doing metric threads then try this for the program: G84G98X0Y0R-12.5Z-25.F1.5S200;
    G80
    M30

    The F is the pitch. The E is for threads per inch.
  10. Replies
    2
    Views
    1,404

    Rigid tap

    The best way would to try it. Just cut air to test it out at first. Turn on control parameter #29. Test this:
    G91G84X0Y0R-.5Z-1.E13S200.;
    G80;
    M30;

    The spindle and Z axis should start at the...
  11. Replies
    10
    Views
    1,420

    sub problems

    Can you email main and sub to me?
  12. Replies
    10
    Views
    1,420

    sub program

    Make sure your subprogram ends with G23.
  13. Replies
    2
    Views
    1,805

    G30

    Make sure that if you change the second reference position that you actually call it up (G30) in your program or in a macro for tool changing. The MCV machines normally do not come with tool changer...
  14. Replies
    8
    Views
    7,557

    CNC Controls

    For standard Mitsubishi controls we have here at least one of the following: 5000CII, M83, M84, M85, M86, M0, L0, M300, M3, L3, C3, M2, M2A, M500, M50,C5, C6, E60, E68, M60, M64, Magic64, M65, M66,...
  15. Replies
    10
    Views
    1,420

    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.
  16. Replies
    2
    Views
    2,513

    ATC door

    OKK electrical manual has the list of M-codes for the machine in it. Do not be fooled when you first open the book and think everything is in Japanese. They alternate chapters in the book. First...
  17. Replies
    8
    Views
    7,557

    #2011 alarm

    Look in your electrical manual from OKK. All PLC alarms are in there. Check the filter on your oil coolant unit. It may be getting dirty.
  18. Replies
    3
    Views
    1,043

    TRC500

    OKK does not provide M-codes for different high speed modes. M50 is usually the air blow. This is the external air coolant for blowing chips out of the cutting path. The G5P10000 should be on a...
  19. Replies
    1
    Views
    1,580

    G5 P1

    This should be used only for fine segment programs. This turn on a dynamic look ahead that judges oncoming line segments and better controls how the CNC should handle the acc/dec rate at segment...
  20. Thread: SPINDLE WARMUP

    by Mitsman
    Replies
    4
    Views
    2,538

    spindle warm up

    Normally we never ran the spindle warm-up for jobs that ran under 6000RPM on OKKs.
  21. Thread: M99

    by Mitsman
    Replies
    10
    Views
    887

    M98 Hnnn is they way to jump to a line number in...

    M98 Hnnn is they way to jump to a line number in a program without using GOTO. The nnn refers to a line number in the same program the M98 H is used. The return is M99.

    Also M98 Pxxxxxxxx Hnnnn...
  22. Thread: M99

    by Mitsman
    Replies
    10
    Views
    887

    You only need the macro option for the GOTO...

    You only need the macro option for the GOTO command. The M98/M99 does not use any option.
  23. Replies
    1
    Views
    1,495

    When you say in cycle, do mean a fixed cycle?

    When you say in cycle, do mean a fixed cycle?
  24. Replies
    5
    Views
    1,993

    System variables for T-codes

    The #4120 is for the last T-code commanded. The t-codes are registered in the R-registers for the PLC. The OEM must write the PLC so that the NC can use this information in a macro program. They...
  25. Replies
    3
    Views
    524

    Re-initialization of M500

    Check out:

    http://www.meau.com/Files/M500_RE-INITIALIZATION___FORMAT_PROC.PDF

    Hopefully this will help
Results 1 to 25 of 25