585,741 active members*
4,992 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Okuma > Okuma "B turret" programming LC30 osp5000
Results 1 to 9 of 9
  1. #1
    Join Date
    Jul 2012
    Posts
    0

    Red face Okuma "B turret" programming LC30 osp5000

    Hi,

    We have an old twin turret LC30 Okuma That I am currently having issues with.I run programs all day using the A turret,but go to use the B turret and it doesn't wish to co-operate-and the only info the manual gives me is how to use the b turret simultaneously,not as an independant stand alone turret.Was wondering if anyone out there can shed some light or supply me with a sample b turret program to get the ball rolling.Any assistance would be much appreciated.

  2. #2
    Join Date
    Apr 2006
    Posts
    822
    Quote Originally Posted by dkcc View Post
    Hi,

    We have an old twin turret LC30 Okuma That I am currently having issues with.I run programs all day using the A turret,but go to use the B turret and it doesn't wish to co-operate-and the only info the manual gives me is how to use the b turret simultaneously,not as an independant stand alone turret.Was wondering if anyone out there can shed some light or supply me with a sample b turret program to get the ball rolling.Any assistance would be much appreciated.
    Have you tried programming G14 at the start of the program?
    G13 = A Turret
    G14 = B Turret.

    Is there any Turret selection switches on the operator panel? There should be as you need to be able to select which turret you want to use when in Manual mode.
    By pressing the B Turret switch (button) and having G14 in your program, you should be able to run the program for B Turret.
    Cheers
    Brian.

  3. #3
    Join Date
    Feb 2012
    Posts
    0
    if you're wanting to run only the B turret, you do need to choose that with the selector button. you also need to activate the interlock button for the B turret. so you'll be choosing the B turret in two places.

  4. #4
    Join Date
    Feb 2012
    Posts
    0
    if you were looking to run both turrets sync'd, this might help.
    of course both turret interlocks should be off.

    $SAMPLE.MIN%
    N100G13 (BEGIN A TURRET PROGRAM)
    N110GOTO NBEGN
    N120(COMMENTS)
    N140(COMMENTS)
    N150(COMMENTS)
    N160(COMMENTS)
    N180(A TOOLING)
    N190(A TOOLING)
    N200(B TOOLING)
    N210(B TOOLING)
    NBEGN G50S2000
    N230DEF WORK
    N240PS LC,[0,0],[60,30]
    N250PS LC,[0,0],[60,20],0
    N260END
    N270VCHKL=2 VCHKD=.5 VCHKX=3 VCHKD=0
    N280DRAW
    N290ZL=**** CTR=1 CFRO=*** ANGO=**
    NA1 CALL OS43 (SUB-PROGRAM WITH P CODES UNDER 100)
    NFAC CALL OFAC1 (SUB-PROGRAM WITH P CODES UNDER 100, 1ST ONE A NEG.)
    CALL OOFCH TRN=**** CWID=CFRO ANG=ANGO RAD=***
    XRAD=V9 XCFR=V10 ZRAD=V11
    N300G00X****Z=ZL+**** P100
    N310G85 NTURN F.015D.2U.09W.005 P110
    NTURN G81
    N320G00X=XRAD (CHFR .105 X 10)
    N330G01G42Z=ZL+.002F.02
    N340G03X=XCFR Z=ZL-ZRAD L.03F.007 P120
    N350G01X****A=180-ANGO F.01
    N360X=****+V7 Z=ZL/2-.03F.016
    N370X****Z=ZL/2-.2
    N380G40
    N390G80
    N400G87 NTURN P200
    N410G00X50Z50
    N420IF [CTR EQ 2] NCHFR
    N425S1140 P220
    N430M01 P240
    NFLIP M00 P-5 (TO RETURN TO EARLIER PROGRAM SECTION,)
    N440ZL=**** CTR=2 T040404 (YOU'LL NEED TO "RESTART" P NUMBERS)
    N460GOTO NFAC (HENCE THE NEGATIVE 5)
    NCHFR T070707S1140 P220
    N470G00X****Z=ZL-****M01 P240
    N480CALL OMID (SUB-PROGRAM)
    N490G00X50Z50
    N500CALL OCOFF (SUB-PROGRAM)
    NDONE M05M09 P500
    N510G14 (BEGIN B TURRET PROGRAM)
    N520G50S2000
    N530ZL=**** CTR=1 CFRI=*** ANGI=**
    NA1 CALL OS43 (SUB-PROGRAM WITH P CODES UNDER 100)
    NFAC CALL OFAC2 (SUB-PROGRAM WITH P CODES UNDER 100, 1ST ONE A NEG.)
    CALL OIFCH BOR=**** CWID=CFRI ANG=ANGI RAD=***
    XIRA=V12 XICF=V13 ZIRA=V14
    N540X****Z=ZL+**** P100
    N550G85 NBORE F.015D.2U.14W.005 P110
    NBORE G81
    N560G00X=XIRA (CHFR .05 X 45)
    N570G01G41Z=ZL+.002F.02
    N580G02X=XICF Z=ZL-ZIRA L.02F.007 P120
    N590G01X****A=A80+ANGI F.01
    N600X=****+V8 Z=ZL/2-.03F.016
    N610X****Z=ZL/2-.2F.018
    N620G40
    N630G80
    N635G87 NBORE P200
    N640G00Z=ZL+.2
    N645X50
    N650Z50
    NT8 T080808S1140 P220
    N653X****Z=ZL+.5
    N655X****M01 P240
    N665CALL (SUB-PROGRAM)
    N670G00Z=ZL+.5
    N675X50
    N680Z50
    N685IF [CTR EQ 2] NCAT
    NFLIP M00 P-5 (NEGATIVE P CODE)
    N690ZL=**** CTR=2 T060606
    N710GOTO NFAC
    NCAT CALL OCAT (SUB-PROGRAM)
    NDONE M05M09 P500
    N720M02
    %

  5. #5
    Join Date
    Mar 2009
    Posts
    1982
    The question is about balanced cutting, do I understand correctly?
    N230DEF WORK
    N240PS LC,[0,0],[60,30]
    N250PS LC,[0,0],[60,20],0
    N260END
    N270VCHKL=2 VCHKD=.5 VCHKX=3 VCHKD=0
    N280DRAW

    Error, I guess. Since OSP5000 doesn't support blank definition for animation as well as tool shape

  6. #6
    Join Date
    Aug 2011
    Posts
    2517
    it's also too complicated for a newbie to understand.
    try this simpler example.....
    http://www.cnczone.com/forums/okuma/...p_command.html

  7. #7
    Join Date
    Apr 2006
    Posts
    822
    Seems like there is much discussion on "balance" cutting programming.
    DKCC was originally asking "How do I run a program only on B Turret" I find that most seem to be going off topic.

    The answer is that you NEED to program G14 at the start of the program so that the machine can load the program and activate it for the B turret!
    From memory, if you did not do that the machine would default to G13 which is for A turret.
    The 'example' program shown above, is for this example ridiculously complex, it is no wonder everyone is off on tangents from the original question.
    A 'simple' program to face a part to 50mm long at front face, rough and finish turn a diameter of 115mm from a bar diam of 132mm, with a 2.5x45 chamfer could go something along these lines:

    N0005 G14
    N0007 G0 X400 Z800
    N0008 G50 S3000
    N0100 G97 S444 M3 M8 M42
    N0101 X132 Z52 T010101
    NFACE G96 G111 S180
    N0103 G87 N0104
    N0104 G82
    N0105 G1 Z50 G41 F0.25
    N0106 X0
    N0107 G40 I-0.01
    N0108 G80
    N0109 G97 S1326
    N0110 G0 X400 Z800
    N0201 X132 Z52 T020202
    NROD G96 G111 S200
    N0203 G85 NTURN D6 F0.28 U0.5 W0.1
    NTURN G81
    N0205 G0 X110
    N0207 G1 Z50 G42 E0.28 F0.2
    N0209 X115 Z47.5
    N0211 Z0
    N0213 X132 E0.5 F0.35
    N0215 G40 I0.01
    N0217 G80
    N0219 G0 X132
    N0221 G97 S500 M9
    N0223 X400 Z800
    N0225 M01
    N0227 G97 S451 M41 M8
    N0303 G00 X132 Z52 T030303
    NFOD G96 G111 S180
    N0305 G87 NTURN
    N0307 G0 X132
    N0309 G97 S451 M5 M9
    N0311 X400 Z800
    N0313 M02

    Even if BOTH turrets are switched ON this program will only run on the B turret.
    The program uses three tools, Tool 1 used to face the part to length,
    Tool 2 to Rough the OD, and Tool 3 for Finishing.

  8. #8
    Join Date
    Mar 2009
    Posts
    1982
    Mr. broby says:
    DKCC was originally asking "How do I run a program only on B Turret"
    and I noticed:
    how to use the b turret simultaneously,not as an independant stand alone turret
    there is a big difference between working two turrets simultaneously and balanced cutting, that's my point to make clear at first

  9. #9
    Join Date
    Apr 2006
    Posts
    822
    Quote Originally Posted by dkcc View Post
    Hi,

    We have an old twin turret LC30 Okuma That I am currently having issues with.I run programs all day using the A turret,but go to use the B turret and it doesn't wish to co-operate-and the only info the manual gives me is how to use the b turret simultaneously,not as an independant stand alone turret.Was wondering if anyone out there can shed some light or supply me with a sample b turret program to get the ball rolling.Any assistance would be much appreciated.
    Hey Al, The part about using the B Turret simultaneously is referenced as that the only mention in the manual is how to do balanced cutting, NOT how to use the B turret independently of A turret.
    You cannot take part of the sentence like you have, as the context is totally wrong.
    I absolutely agree that working the turrets individually as against simultaneously, is two entirely different situations and needs to be addressed as different questions.
    The question asked is HOW DO I USE B TURRET ONLY?

Similar Threads

  1. Replies: 3
    Last Post: 06-16-2014, 09:36 PM
  2. Replies: 13
    Last Post: 12-14-2011, 09:22 PM
  3. Hitachi HT 20 CNC Lathe "turret index time over alarm" after battery change
    By surfit in forum Uncategorised MetalWorking Machines
    Replies: 3
    Last Post: 02-02-2011, 04:35 PM
  4. Okuma LC30-can turret feeding when spindle is stopped?
    By fitzpatrick2362 in forum Uncategorised MetalWorking Machines
    Replies: 3
    Last Post: 03-24-2010, 06:12 PM
  5. Replies: 3
    Last Post: 03-15-2010, 11:11 PM

Posting Permissions

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