585,702 active members*
4,389 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Okuma > OKUMA CROWN CNC LATHE OSP700L using bar puller
Results 1 to 3 of 3
  1. #1

    OKUMA CROWN CNC LATHE OSP700L using bar puller

    I am a newbie to Okuma anything. I am programming an Okuma Crown CNC Lathe with an OSP 700L controller. I am using a bar puller and want to keep running parts till i run out of the 36" bar i am using
    M30 at the end as we all know goes back to the top and stops. i tried using a M99 but got a bad end of program message.

    can any one help on how to achieve this.

  2. #2
    Join Date
    Feb 2011
    Posts
    353

    Re: OKUMA CROWN CNC LATHE OSP700L using bar puller

    This is what i have used for an LB15 with an OSP5020L control

    V1 is the number of parts to machine or number of parts on the bar
    V2 is the counter

    If you don't need a parts counter leave them off and this will keep repeating until you stop it

    $O5416.MIN%

    (OKUMA LB15)


    V2=0(PARTS COUNT START)
    N100(STOP)

    MACHINING

    end of program
    V2=V2+1
    IF[V2 EQ V1]GOTO N101(when v2 equals v1 jump to the end of the program)
    GOTO N100
    N101
    M5
    M30
    %

  3. #3
    Join Date
    Jun 2015
    Posts
    4154

    Re: OKUMA CROWN CNC LATHE OSP700L using bar puller

    hy, on last cycle, i like to jump over the bar puller sequence / kindly

    NHOME
    // cutting
    V2=V2+1
    IF [ V2 EQ V1 ] NDONE
    // bar puller
    GOTO NHOME
    NDONE
    M30
    Ladyhawke - My Delirium, https://www.youtube.com/watch?v=X_bFO1SNRZg

Similar Threads

  1. Okuma Cadet OSP700L
    By SINUMERIKO in forum Okuma
    Replies: 29
    Last Post: 03-01-2021, 05:45 PM
  2. Replies: 7
    Last Post: 02-04-2020, 08:43 PM
  3. Replies: 0
    Last Post: 09-06-2015, 03:18 PM
  4. Okuma Crown Lathe Tailstock Assembly
    By AlexP in forum Okuma
    Replies: 0
    Last Post: 09-06-2015, 03:08 PM
  5. Replies: 3
    Last Post: 04-15-2013, 05:56 PM

Tags for this Thread

Posting Permissions

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