LB15W supspindel program question


Results 1 to 18 of 18

Thread: LB15W supspindel program question

  1. #1
    Member
    Join Date
    Aug 2011
    Location
    holland
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default LB15W supspindel program question

    Good morning,

    I have a LB15W with a OSP5020L controller. have never used the subspindle, but have a job for it now.
    As I can't program the sub in IGF I have hand written a code by trail and error.
    I have the program almost complete but I have trouble with the end of the program on the subspindle.
    After the last deburing routine, I travel the turret to a safe location and after that I want to stop the subspindle to stop turning.
    I have tried all possibilities I could think of, but none of them works.
    M05 give'd fault code 427-alarm B M-code unusable
    If I put a G140 in front of the M05, same alarm
    If I give a SC=0 command, it stops the spindle form turning, but the programs stays on that line, probably waits for a readback from the spindle speed of something.

    Any experts out there who can help with this ?

    Kind regards,

    Peter from Holland

    Similar Threads:


  2. #2
    Member deadlykitten's Avatar
    Join Date
    Jun 2015
    Location
    Antarctica
    Posts
    4154
    Downloads
    0
    Uploads
    0

    Default Re: LB15W supspindel program question

    hy

    try this

    G141
    G97 S500 M03
    G04 F5
    M05
    M02

    does it work ?

    we are merely at the start of " Internet of Things / Industrial Revolution 4.0 " era : a mix of AI, plastics, human estrangement, powerful non-state actors ...


  3. #3
    Member
    Join Date
    Aug 2011
    Location
    holland
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default Re: LB15W supspindel program question

    Hi Deadlykitten,

    As soon as it reach the line with M05 it give's the 427B alarm



  4. #4
    Member deadlykitten's Avatar
    Join Date
    Jun 2015
    Location
    Antarctica
    Posts
    4154
    Downloads
    0
    Uploads
    0

    Default Re: LB15W supspindel program question

    soryr, i can't check what 427 is

    we are merely at the start of " Internet of Things / Industrial Revolution 4.0 " era : a mix of AI, plastics, human estrangement, powerful non-state actors ...


  5. #5
    Member kurmay's Avatar
    Join Date
    Aug 2011
    Posts
    419
    Downloads
    3
    Uploads
    0

    Default Re: LB15W supspindel program question

    427 Unusable: M-code

    https://www.facebook.com/okuma.tuning


  6. #6
    Member deadlykitten's Avatar
    Join Date
    Jun 2015
    Location
    Antarctica
    Posts
    4154
    Downloads
    0
    Uploads
    0

    Default Re: LB15W supspindel program question

    try M19 instead of M05

    besides that, i have no other ideas

    we are merely at the start of " Internet of Things / Industrial Revolution 4.0 " era : a mix of AI, plastics, human estrangement, powerful non-state actors ...


  7. #7
    Member kurmay's Avatar
    Join Date
    Aug 2011
    Posts
    419
    Downloads
    3
    Uploads
    0

    Default Re: LB15W supspindel program question

    or try S0 instead of M05


    https://www.facebook.com/okuma.tuning


  8. #8
    Member kurmay's Avatar
    Join Date
    Aug 2011
    Posts
    419
    Downloads
    3
    Uploads
    0

    Default Re: LB15W supspindel program question

    it seems software problem, maybe software or parameters damaged

    https://www.facebook.com/okuma.tuning


  9. #9
    Member deadlykitten's Avatar
    Join Date
    Jun 2015
    Location
    Antarctica
    Posts
    4154
    Downloads
    0
    Uploads
    0

    Default Re: LB15W supspindel program question

    If I give a SC=0 command, it stops the spindle form turning
    it does not use S0, but SC=0 / different syntax

    we are merely at the start of " Internet of Things / Industrial Revolution 4.0 " era : a mix of AI, plastics, human estrangement, powerful non-state actors ...


  10. #10
    Member kurmay's Avatar
    Join Date
    Aug 2011
    Posts
    419
    Downloads
    3
    Uploads
    0

    Default Re: LB15W supspindel program question

    Quote Originally Posted by deadlykitten View Post
    it does not use S0, but SC=0 / different syntax
    I tried S0 command on my 5020L before writing forum.
    Machine spindle stopped

    https://www.facebook.com/okuma.tuning


  11. #11
    Member OkumaWiz's Avatar
    Join Date
    Apr 2009
    Location
    United States
    Posts
    1262
    Downloads
    0
    Uploads
    0

    Default

    On one very old machine the used M148 and M149 to run the “pickoff” spindle with I believe an SB=500 command. But only 1 LB-9W used a M123 SC=500 as far as I know and then everything went to G141 with M3,M4,M5. What you describe I’ve never seen on any sub spindle Okuma. (And I’ve been on them all)
    Maybe try M125 like the LB-9?
    Are you using single block so that you are sure the M5 is causing the alarm and not something it is reading in advance? It’s not normal for G141, M3, and S500 to work and not the M5.

    Can you show us your exact code?

    I’m in N America, so can’t say what made it to Holland…



  12. #12
    Member deadlykitten's Avatar
    Join Date
    Jun 2015
    Location
    Antarctica
    Posts
    4154
    Downloads
    0
    Uploads
    0

    Default Re: LB15W supspindel program question

    And I’ve been on them all
    i am sure you did i guess you where also 1st on all okuma secret projects .... like mills with turrets and upside down conveyors

    we are merely at the start of " Internet of Things / Industrial Revolution 4.0 " era : a mix of AI, plastics, human estrangement, powerful non-state actors ...


  13. #13
    Member
    Join Date
    Aug 2011
    Location
    holland
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default Re: LB15W supspindel program question

    Hi Guys,

    Little steps forward between jobs

    I Bought a original manual off ebay, with all the code's in it.
    So that make's it a lot easyer.

    It seems that M122 is the right code to stop the spindle.


    As for now, I made a program in IGF, and changed al the Z value's to positive offset in EDIT.
    Thinks this is going to work , haven't had time to prove it out, due to other work on the Okuma.


    Here's a pic from the manual, maybe it will help some one some day
    LB15W supspindel program question-img_20220927_133452403-jpg

    LB15W supspindel program question-img_20220927_134747290-jpg

    As soon as I have it running, I will post the code and make a video about it.
    Still need to come up with a way to get the part out of the subspindle



  14. #14
    Member OkumaWiz's Avatar
    Join Date
    Apr 2009
    Location
    United States
    Posts
    1262
    Downloads
    0
    Uploads
    0

    Default Re: LB15W supspindel program question

    So it is like the LB-9W. There is only 1 machine like that in the states. Sorry I had the stop code wrong, but the start code was right. ;-) (I never wrote down the stop code...and the battery is getting weaker!) That's a rare bird that you have there...They were only made like that for less than a year I think. Then it all changed to what we have today.

    You can typically remove the dust cap from the sub chuck and replace it with a spring loaded ejector that bolts into it's place. They came to the USA with that as a standard included item, but I'm guessing yours is lost by now.

    Good luck!

    Experience is what you get just after you needed it.


  15. #15
    Member
    Join Date
    Aug 2011
    Location
    holland
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default Re: LB15W supspindel program question

    As promised, I made a video of how far i got with using the subspindel.

    Last year I could not get it running great, lots of problems with chips in the chuck. So that batch was done the old way ( manualy swaping the part half way the program).
    Now i got a new order of the same parts, need to make 1000 of the same parts, and this time the ordered on time. So we are back at it.

    here's the video's


    https://youtube.com/shorts/HP4Z6Yo2SCk?feature=share
    part transfer on the sub

    https://youtube.com/shorts/LYb8mTO79o0?feature=share
    ejecting the part






    feel free to give any comments



  16. #16
    Member
    Join Date
    Aug 2011
    Location
    holland
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default Re: LB15W supspindel program question

    As promised, I made a video of how far i got with using the subspindel.

    Last year I could not get it running great, lots of problems with chips in the chuck. So that batch was done the old way ( manualy swaping the part half way the program).
    Now i got a new order of the same parts, need to make 1000 of the same parts, and this time the ordered on time. So we are back at it.

    here's the video's


    https://youtube.com/shorts/HP4Z6Yo2SCk?feature=share
    part transfer on the sub

    https://youtube.com/shorts/LYb8mTO79o0?feature=share
    ejecting the part






    feel free to give any comments



  17. #17

    Default Re: LB15W supspindel program question

    contact me privately i will help you



  18. #18
    Member deadlykitten's Avatar
    Join Date
    Jun 2015
    Location
    Antarctica
    Posts
    4154
    Downloads
    0
    Uploads
    0

    Default Re: LB15W supspindel program question

    Quote Originally Posted by pwjkohler View Post
    feel free to give any comments
    good job looks like a tough machine

    i was thinking to sugest sharing the codes, but considering how rare is it, maybe you have the only 1 in usa ...

    we are merely at the start of " Internet of Things / Industrial Revolution 4.0 " era : a mix of AI, plastics, human estrangement, powerful non-state actors ...


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
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

LB15W supspindel program question

LB15W supspindel program question