586,075 active members*
4,256 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Okuma > Okuma OSP-P200L parts counter
Results 1 to 8 of 8
  1. #1
    Join Date
    Nov 2008
    Posts
    2

    Okuma OSP-P200L parts counter

    Hi everybody!

    I am new in writing posts. But been here for some time, just reading. A lot of useful info. Thanks a lot for that. I just started to work on okuma machine – it is a bit different from fanuc. Love it so far! I have a couple questions. May be someone can help me

    Okuma OSP-P200L, using admac, can work with IGF

    1. Is there a way to set up a parts counter?
    2. How to set several Z offsets on Okuma ( like G54, G55 on fanuc)?

    So far I have not figured it out yet. But working hard.

    Thanks

  2. #2
    Join Date
    Jun 2008
    Posts
    372
    The easiest way to set the datums is to use the variables

    Set your Datums, This is for a 2 turret 2 spindle machine

    G13
    G140 (MAIN SPINDLE)
    VZOFZ=53631.850
    VZOFW=19704.343

    G141 (SUB SPINDLE)
    VZOFZ=54305.898
    G140

    G14
    (SET B TURRET ZERO)
    G140 (MAIN SPINDLE)
    VZOFZ=53404.459

    G141 (SUB SPINDLE)
    VZOFZ=54324.488
    G140


    Parts counter, There are 3

    (V40=VWKCC[1]
    VWKCC[1]=V40-1
    V40=VWKCC[2]
    VWKCC[2]=V40-1
    V40=VWKCC[3]
    VWKCC[4]=V40-1
    V40=VWKCC[4]
    VWKCC[4]=V40-1)

  3. #3
    Join Date
    Apr 2009
    Posts
    1262
    You can also use VZSHZ to shift the zero temporarily. But remember that when you hit reset it goes away. I prefer BudgieW's method most of the time.

    You can also use your common variables as counters: (you have more of them if needed)

    V1=V1+1

    IF[V1 GE 20]NEND

    NEND M02


    Best regards,

  4. #4
    Join Date
    Jun 2008
    Posts
    372
    M02 should tick over the parts counter

  5. #5
    Join Date
    Nov 2008
    Posts
    2
    Thanks a lot. I entered the code in. What screen do I need to bring on to see the actual count? Looked everywhere today. I am missing something.

  6. #6
    Join Date
    Apr 2006
    Posts
    822
    Select the Parameter screen and then look for the page that lists your Common Variables.
    In the example given by OkumaWiz the first variable V1 is being used as the counter.

  7. #7
    Join Date
    Sep 2007
    Posts
    122

    Re: Okuma OSP-P200L parts counter

    All this was a good find . The OSP-300 book shows Work Counter VWRKC[α, β]

    I have never been able to get this to work. VWKCC[α] works fine with α being 1,2,3 or 4.

    1: Work counter A
    3: Work counter C
    2: Work counter B
    4: Work counter D
    α =
    β = 1: Count value 2: Set value

  8. #8
    Join Date
    Dec 2008
    Posts
    12

    Re: Okuma OSP-P200L parts counter

    Does anyone have admac for pc? I'm trying to hone my programming skills and I think admac would be able to help me.

    Thank You

Similar Threads

  1. Okuma ops p200l how to ues usb port.
    By Twin-10s in forum Okuma
    Replies: 2
    Last Post: 08-12-2014, 03:03 AM
  2. Okuma OSP-P200L Programing
    By trampus in forum Okuma
    Replies: 23
    Last Post: 11-19-2010, 04:35 PM
  3. Angle head Okuma VTM-120Yb OSP-P200L
    By ProToZyKo in forum Okuma
    Replies: 8
    Last Post: 06-27-2010, 08:13 PM
  4. Parts Counter
    By HelicopterJohn in forum Haas Mills
    Replies: 4
    Last Post: 04-20-2008, 05:05 PM
  5. Okuma parts counter
    By Musclebound in forum Okuma
    Replies: 3
    Last Post: 02-27-2007, 03:53 AM

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
  •