585,556 active members*
3,557 visitors online*
Register for free
Login

Search:

Type: Posts; User: tea hole

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. There are multiple code examples in the string...

    There are multiple code examples in the string below.

    I’d advise using those.
  2. Thread: THREADING

    by tea hole
    Replies
    3
    Views
    895

    Re: THREADING

    You do need the decimals on the D/U/H characters of code.
    You also need a G50 command.
    The alarm itself is because you don't have a G50.

    Make it read:
    N1
    G50 S500
    G40 G95
    #
    #
  3. Replies
    6
    Views
    8,757

    Re: Okuma lathe C-acis orientation

    It is possible that this is a fixturing issue.
    VZSHC would help a Y axis err if the holes were parallel to the Z.

    I still believe it is a backlash during setup issue.
    I have had this issue when...
  4. Replies
    6
    Views
    8,757

    Re: Okuma lathe C-acis orientation

    took the words out of my mouth.

    what you're effectively referring to is backlash in C axis positioning.

    As a test, always rotate the C axis the same direction with the pulse handle to get the...
  5. Replies
    5
    Views
    1,298

    Re: Okuma subroutine to Fanuc ISO converting

    At first glance, what you're asking for is not 100% possible. There are local variables in your program being referenced which would be set in the parent program and carried into this program. For...
  6. Re: pls, how to check if there are free M codes ?

    If by "free" you mean "spare" then I don't know if that shows up on the data management card anywhere.
    You can try to look for the I/O's for them and see if they're labeled as L or not.
    If they are...
  7. Replies
    18
    Views
    2,416

    Re: G85 LAP CYCLE - Doesnt like my U value

    I can't in good conscience recommend doing something that won't work 100% of the time. You can always drop N lines not being referenced. You can always drop preceding zeroes. You cannot always omit...
  8. Replies
    3
    Views
    940

    Re: System variables for Fanuc Control

    First, this is the Okuma forum, so the depth and breadth of replies may be lacking.
    Next, there is a system variable to read the current position of any axis at the moment the line of code is read,...
  9. Replies
    18
    Views
    2,416

    Re: G85 LAP CYCLE - Doesnt like my U value

    It's upset because it's a bit lost.
    It doesn't like having the G42 as it's first "move".
    Make this:
    NAT01 G81
    G42
    N0000 G00 X61 Z61
    N0001 G01 X61 Z60 F0.1
    N0002 G03 X63 Z59 K-1
    N0003 G01 X63...
  10. Replies
    9
    Views
    6,513

    Re: OKUMA TAPPING WITH G84 AND G284

    In short, you can float tap with a floating holder only. You can rigid tap with a floating holder OR a rigid holder.

    You may have a small issue possible if you exit and re-enter a hole over and...
  11. Replies
    12
    Views
    2,151

    Re: Okuma LB15 z position problem

    Glad you found your problem.
  12. Replies
    18
    Views
    4,450

    Re: please, a few questions about using *.sdf

    I'm not arguing with you.
    All i'm saying is that for 99% of the world, this:
    PSELECT A.MIN,,,Q6
    END

    is easier to use to get all the functions like the parts counter

    425834

    and cycle stop...
  13. Replies
    2
    Views
    1,866

    Re: Okuma P200L Tool Life Management Problems

    Not sure if you gave up on this yet, but...

    In tool life management, i never use the screen you're describing. I use the main TLM screen you come to.

    Item down to TLM (NO OF WORK)
    Set the...
  14. Replies
    18
    Views
    4,450

    Re: please, a few questions about using *.sdf

    Schedule programs can have 5 types of codes in them.
    PSELECT
    GOTO
    IF
    VSET
    END

    It's in the manual. Page one of "schedule programs".

    I know for a fact that there's a parameter to prevent the...
  15. Replies
    12
    Views
    2,151

    Re: Okuma LB15 z position problem

    I've seen before where this nut backs off.
    The set screw gets loose and the nut backs off allowing some severe backlash.
    I'd suggest checking item 21 in the attached.

    425798
  16. Replies
    18
    Views
    2,893

    Re: Page to view VS* variables

    I believe the answer is no.
    Under gauging results is the only place i'd expect to find them if anywhere, but i haven't looked in that screen for a while and i don't have a mill handy to check.
    That...
  17. Replies
    31
    Views
    8,323

    Re: Memory Upgrade Options

    I believe it is a combo of a cost benefit equation as well as what you're trying to do this on.
    First, at some point you can just buy a newer used machine for less money than what it would cost in...
  18. Replies
    29
    Views
    9,484

    Yes with an if statement you can check if a...

    Yes with an if statement you can check if a local variable exists.

    Ex:

    TIME=45

    IF TIME N1

    TIME=17
  19. Re: please, what is G23 Torque limit check command ?

    Please reference section 3-5: Torque Limit and Torque Skip Function
    Pages 40-43 in the manual I keep at my desk:
    P300S/P300L
    Programming manual
    9th Edition
    LE33-019-R9
    Pub# 5946-E-R8
    dated...
  20. Replies
    42
    Views
    7,803

    Re: New to the Okuma lathe with a U10l control

    Kitten, I do agree that you're making the G71 way too difficult.
    Also, to insinuate that the rest of us do not cut tight tolerance threads in any production environment is pretty insulting to...
  21. Replies
    1
    Views
    1,010

    Re: OKUMA LC40 SIMULTURN

    Yeah, gonna need more info than that to help really.
    In a program you need a "T010101" for tool 1, "T020202" for 2 and so on.
    Since the machine has multiple turrets, it needs to know which turret...
  22. Replies
    42
    Views
    7,803

    Re: New to the Okuma lathe with a U10l control

    They community here is pretty helpful and supportive; as much as any internet forum anyway.
    Probably above average.
    Keep asking questions and someone will give you an answer...
  23. Thread: Okuma IGF

    by tea hole
    Replies
    8
    Views
    1,899

    Re: Okuma IGF

    https://www.okuma.com/osp-control-development

    Feel free to click on the 1981 link.
    After review, i will concede the LG was the control on the early 80's machines. The front panel had been...
  24. Replies
    9
    Views
    5,218

    Re: Okuma LB300 Parts Manual

    insufficient data to help here.
    The LB300 had different iterations of machine and depending on options, one parts manual does not fit all I don't believe.

    what options does the machine have?
  25. Thread: Okuma IGF

    by tea hole
    Replies
    8
    Views
    1,899

    Re: Okuma IGF

    Though I agree it is an issue of age, a few things: the OSP5000 was built starting in 1981 and had become the 5020 by 1984 i believe.

    Next, i don't think Okuma really "obsoletes" parts for the...
  26. Replies
    66
    Views
    21,992

    Re: load monitor stuff

    Um.
  27. Replies
    3
    Views
    1,353

    Re: anyone using 3D Virtual Monitor ?

    In short, nobody I know is using 3DVM.
  28. Replies
    42
    Views
    7,803

    Re: New to the Okuma lathe with a U10l control

    newton11n:
    this was shared here a while back as a resource: Answers and Information - Hartwig, Inc.
    there are some pretty useful items on there. Some are "newer" and won't really assist you, but...
  29. Re: please, what are the differences between Genos and MB mills ?

    Genos M4/560 machines have a high enough Japanese content percentage to be labeled "made in Japan".

    Think of the Genos as the "base model" with few available options and larger quantities of them...
  30. Replies
    8
    Views
    3,000

    Re: G130/G131 = no effect whatsoever

    I believe HiNC (and its variants) HiCut Pro and SuperNurbs all use G130/131 and it depends on which one your machine has as to which turns on.
    you mention you tried the whole long line of code. Is...
Results 1 to 30 of 287
Page 1 of 10 1 2 3 4