586,544 active members*
2,683 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Okuma > OKUMA LCS-15H with robot, need HELP!!!
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2016
    Posts
    17

    OKUMA LCS-15H with robot, need HELP!!!

    welcome,

    Does someone have this machine?
    I'm looking for example program for automatic run this machinery with robot. and how programing robot.

    best regards

    Sylwester

  2. #2
    Join Date
    Apr 2009
    Posts
    1262

    Re: OKUMA LCS-15H with robot, need HELP!!!

    Programming the robot is basically done using variables for each position. The positions are stored in your position registers, making for easy adjustment when tweaking in points.

    N201 YV6
    N202 ZV30 M308

    Creating suroutines for each "function" will greatly help to simplify programming:

    OLOAD
    OUNLD
    OPICK
    ODROP

    EXAMPLE:

    OLOAD ( *****< BLANK LOAD >***** )
    N201 YV6
    N202 ZV30 M308
    N203 IF[[R802 AND 8+64+128]EQ 8+64]NR10 (IF SWING HAND A AND HAND A OPEN)
    N204 R98=15
    NR10 IF[[R814 AND 4+8+64+128]EQ 8+128]NR20 (IF CK UNCLMP AND COVER OPEN)
    N211 R98=10
    NR20 IF[[R807 AND 16]EQ 16]NR30 (IF LOADER HAND ORIGIN POS)
    N221 R98=13
    NR30 YV31 M89 M335
    N231 M88 M19
    N232 ZV31 FZ=40
    N000 M301 M88
    N000 M300
    N233 M272
    G04 F.5
    N236 M83
    N237 G04 F0.1
    N000 M301
    N000 G04 F0.1
    N238 ZV30 FZ=1000
    N239 YV6
    N240 M334
    N241 ZV6 FZ=2100 M270
    NRTS RTS

    This code comes off of an LT15 with OGL 30 which is of an older vintage, but the theory is the same. The I/O registers may be mapped different on your machine.

    Best regards,
    Experience is what you get just after you needed it.

Similar Threads

  1. Okuma L470M robot loader, door interlock?
    By mudduckgreen in forum Okuma
    Replies: 7
    Last Post: 06-09-2016, 06:47 PM
  2. Okuma Robot programming
    By stude8 in forum Okuma
    Replies: 2
    Last Post: 12-24-2015, 02:20 PM
  3. Replies: 4
    Last Post: 10-02-2014, 04:58 AM
  4. Replies: 2
    Last Post: 11-11-2010, 09:37 AM
  5. Looking for Robot Auto Palletising (Panarobo and or STORK Robot)
    By rsarwanto in forum European Club House
    Replies: 0
    Last Post: 09-12-2008, 12:22 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
  •