587,489 active members*
3,151 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2005
    Posts
    39

    Programming a Bar Loader

    Just interfaced a different bar feed to my lathe, and have no experience programming this type. Lathe is a Doosan Lynx 220 LMSA, and the barfeed is an Iemca Vip80-E. Does anyone have some sample code I could see to accomplish a barfeed to a stock stop (not sub-spindle pull)? Maybe also explain how to set the parameters on the barfeed itself?

    Thanks!

  2. #2
    Join Date
    Jul 2005
    Posts
    380

    Re: Programming a Bar Loader

    Hi

    Never set up an IEMCA BUT, as far as programming goes..

    Something like this:

    EXAMPLE ONLY
    G97G99F.004S2000T1010M3P11(PART OFF TOOL)
    X1.875Z-1.
    M10(PART CATCHER UP)
    G1X0(PART OFF)
    G4U1.(DWELL)
    G0X1.875M11(PART CATCHER DOWN)
    Z8.M9
    G98F40.T1212M5P11(STOCK STOP)
    X0Z-.99M31(INTERLOCK BYPASS)
    M69(CHUCK OPEN)
    G1Z.01(FEED OUT)
    G4U.5(DWELL)
    M68(CHUCK CLOSE)
    G4U.5(DWELL)
    W.062(RELIEF)
    G0G99X6.Z15.(SAFE POSITION)
    M30(END)
    %

  3. #3
    Join Date
    Apr 2015
    Posts
    4

    Re: Programming a Bar Loader

    im learning to do bar feed with the Lynx 220lma and have an MTI V-65 E bar feeder. heres a bit o programing ive been working on so far.

    ( write this code into the start of your part prog:

    M98 P9998 (BAR FEED PROG Z.020)
    N1000 (REF POINT OF PROG TO RETURN TO FOR BAR RELOAD PROG)

    %
    :O9998(BAR ADVANCE)
    G0 G40 G80 G99 G54
    T0121 (TURRET STOP)
    G0 Z5.0 X0
    G0 Z2.0
    G0 Z.020
    /2 M98 P8000 (NEW BAR IF NO STOCK)
    M31 (CHUCK MODE ACTIVE)
    M69 (CHUCK OPEN)
    M51 (BAR FEED)
    G4 P100
    M68 (CHUCK CLOSE)
    G0 Z5.0
    G28 U0 W0
    M30
    %

    The bar reload is very similar in coding but as with the above prog it calls for a sub prog O8000 . I dont have this sub prog on hand currently but from what i remember there is a parts catcher code before bar feed to catch the remnant, open the chuck, barfeed M51, dwell, M11 (parts catcher in,) turret stop, end prog.

    i am still getting the bugs worked out of this program, but hope some of this helps.

Similar Threads

  1. PANEL LOADER SCM PRATIX
    By iansbi in forum Commercial CNC Wood Routers
    Replies: 0
    Last Post: 01-15-2015, 05:51 PM
  2. Iemca bar loader
    By wmpy in forum Uncategorised MetalWorking Machines
    Replies: 2
    Last Post: 01-22-2014, 10:05 AM
  3. Citizen B12 gravity bar loader
    By fabianr in forum Community Club House
    Replies: 0
    Last Post: 11-22-2013, 12:35 AM
  4. iemca bar loader
    By lukajt in forum Uncategorised MetalWorking Machines
    Replies: 3
    Last Post: 05-02-2012, 02:11 PM
  5. LNS ECO LOADER BAR FEEDER HELP NEEDED
    By aig0505 in forum Benchtop Machines
    Replies: 3
    Last Post: 10-18-2011, 11:31 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
  •