Need Help! Prolight 3000 Turning Center


Results 1 to 17 of 17

Thread: Prolight 3000 Turning Center

  1. #1
    Registered
    Join Date
    Mar 2017
    Location
    United States
    Posts
    6
    Downloads
    1
    Uploads
    0

    Default Prolight 3000 Turning Center

    I just bought a Prolight 3000 lathe turning center from a closing school. Came with everything, ATC, ISA card, control box and everything else. I would like to upgrade it tho because the softwaer is kinda limited and computer is old because of isa card. I looked up a little and doing a Mach3 conversion is apparently the way to go. I am very new at this, only have worked with new CNC never modified any. What would be the parts I need? I know I would need a control board but is that it? What brand is the best for this application and somewhat easy?? Thanks!

    Similar Threads:


  2. #2
    Member
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    163
    Downloads
    6
    Uploads
    0

    Default Re: Prolight 3000 Turning Center

    I bought a Prolight 3000 last year. It had come from a school, and I got it intact and working, original computer and all. I have used it several times since, and I can just say - use it the way it is. The software does all the normal things, and you don't have to mess around with anything. It's not hard to use, once you are used to the interface. Mine runs under Win95, so yes it's old. However, it works just fine, so I use it as is. Since you are just learning anyway, there is no advantage to updating the controls until they fail on you. Keep in mind that that may happen, but until then - make chips!

    Incidentally - you have a lucky find - mine didn't come with the turret(ATC), nor a tailstock (factory option, never installed). I found a second one, with no driver box or computer, and it doesn't have the ATC or tailstock, either. (The second one is set up for gang-tooling, though).



  3. #3
    Registered
    Join Date
    Mar 2017
    Location
    United States
    Posts
    6
    Downloads
    1
    Uploads
    0

    Default Re: Prolight 3000 Turning Center

    Quote Originally Posted by DSpeck View Post
    I bought a Prolight 3000 last year. It had come from a school, and I got it intact and working, original computer and all. I have used it several times since, and I can just say - use it the way it is. The software does all the normal things, and you don't have to mess around with anything. It's not hard to use, once you are used to the interface. Mine runs under Win95, so yes it's old. However, it works just fine, so I use it as is. Since you are just learning anyway, there is no advantage to updating the controls until they fail on you. Keep in mind that that may happen, but until then - make chips!

    Incidentally - you have a lucky find - mine didn't come with the turret(ATC), nor a tailstock (factory option, never installed). I found a second one, with no driver box or computer, and it doesn't have the ATC or tailstock, either. (The second one is set up for gang-tooling, though).
    I was going to do that but what's happening is I use Fusion 360 just because I have used it forever and know it well. But it makes the machine plunge and do weird movements but in the simulation In fusion it doesn't? What cad cam program do you use?



  4. #4
    Member
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    163
    Downloads
    6
    Uploads
    0

    Default Re: Prolight 3000 Turning Center

    I usually hand-write the program. Hand-writing lathe code is a lot easier than mill code. I've used Mastercam at work, for some parts there. There are a few free lathe CAM programs around, for basic 2-axis lathe stuff. Look up Ezilathe, and GrblGru, as a couple of examples. I have several other CNC lathe projects, but they all need modernized controls, so I haven't done a lot with lathe CAM yet.



  5. #5
    Member
    Join Date
    Mar 2005
    Location
    USA
    Posts
    180
    Downloads
    0
    Uploads
    0

    Default Re: Prolight 3000 Turning Center

    The post processors in Fusion 360 are written in javascript and very easy to modify. My CNC lathe uses an AhHa controller that has quite a few unconventional gcodes but I was able to easily make it work.

    I'd be happy to work with you to get a working post for your controller. Here's a thread where a couple of us worked on making a post processor for the Dynamechtronics SKIP controller where the code is far from gcode: http://www.cnczone.com/forums/dyna-m...oftware-2.html

    Let me know.

    Dave



  6. #6
    Registered
    Join Date
    Mar 2017
    Location
    United States
    Posts
    6
    Downloads
    1
    Uploads
    0

    Default Re: Prolight 3000 Turning Center

    Quote Originally Posted by dammachines View Post
    The post processors in Fusion 360 are written in javascript and very easy to modify. My CNC lathe uses an AhHa controller that has quite a few unconventional gcodes but I was able to easily make it work.

    I'd be happy to work with you to get a working post for your controller. Here's a thread where a couple of us worked on making a post processor for the Dynamechtronics SKIP controller where the code is far from gcode: http://www.cnczone.com/forums/dyna-m...oftware-2.html

    Let me know.

    Dave
    Hey Dave that would be great! I'm pretty new to this so that would be great. Right now it's a stock controller.


    Sent from my iPhone using Tapatalk Pro



  7. #7
    Member
    Join Date
    Mar 2005
    Location
    USA
    Posts
    180
    Downloads
    0
    Uploads
    0

    Default Re: Prolight 3000 Turning Center

    Quote Originally Posted by 4DCustoms View Post
    Hey Dave that would be great! I'm pretty new to this so that would be great. Right now it's a stock controller.


    Sent from my iPhone using Tapatalk Pro

    Does this look like the manual for your controller? http://www.intelitekdownloads.com/Ma...WIN_Manual.pdf

    What post are you using right now? The generic fanuc? Can you attach a copy of a program you've tried to run unsuccessfully?



  8. #8
    Member
    Join Date
    Mar 2005
    Location
    USA
    Posts
    180
    Downloads
    0
    Uploads
    0

    Default Re: Prolight 3000 Turning Center

    Oh, I think you might want to take a look here before we do anything. https://forums.autodesk.com/t5/hsm-p...ht/true#M10373

    Looks like Autodesk already has a turning post available!

    Dave


    Funny during my search I see that I've already worked with someone on a Prolight 3000 post a while ago. https://forums.autodesk.com/t5/hsm-p...ght/true#M3749



  9. #9
    Registered
    Join Date
    Mar 2017
    Location
    United States
    Posts
    6
    Downloads
    1
    Uploads
    0

    Default Re: Prolight 3000 Turning Center

    Quote Originally Posted by dammachines View Post
    Oh, I think you might want to take a look here before we do anything. https://forums.autodesk.com/t5/hsm-p...ht/true#M10373

    Looks like Autodesk already has a turning post available!

    Dave


    Funny during my search I see that I've already worked with someone on a Prolight 3000 post a while ago. https://forums.autodesk.com/t5/hsm-p...ght/true#M3749
    That's the thing! I use that post haha and it still doesn't work that's my problem.


    Sent from my iPhone using Tapatalk Pro



  10. #10
    Member
    Join Date
    Mar 2005
    Location
    USA
    Posts
    180
    Downloads
    0
    Uploads
    0

    Default Re: Prolight 3000 Turning Center

    Quote Originally Posted by 4DCustoms View Post
    That's the thing! I use that post haha and it still doesn't work that's my problem.


    Sent from my iPhone using Tapatalk Pro
    Ha! Well, that answers my post question.

    Do you have a sample program that you've tried to run? We'll figure it out.



  11. #11
    Registered
    Join Date
    Mar 2017
    Location
    United States
    Posts
    6
    Downloads
    1
    Uploads
    0

    Default Re: Prolight 3000 Turning Center

    Quote Originally Posted by dammachines View Post
    Ha! Well, that answers my post question.

    Do you have a sample program that you've tried to run? We'll figure it out.
    Yea just upload the .nc?


    Sent from my iPhone using Tapatalk Pro



  12. #12
    Member
    Join Date
    Mar 2005
    Location
    USA
    Posts
    180
    Downloads
    0
    Uploads
    0

    Default Re: Prolight 3000 Turning Center

    Yeah, the .nc file and some information on what the lathe is doing wrong. Are any of the moves what you expect?



  13. #13
    Member
    Join Date
    Jan 2006
    Location
    Canada
    Posts
    107
    Downloads
    7
    Uploads
    0

    Default Re: Prolight 3000 Turning Center

    Dave, I stumbled upon your posts here, lucky you!
    I just bought an old CNC Lathe, It's a "Red Cam RLA9200" that came from a school and was used very little, looks new.
    It uses AHHA. I have never run a CNC Lathe but have run CNC router/mill/plasma for years. I have no problem writing Gcode for that. I have no code for the lathe, I tried to write a simple code for the lathe thinking it's just 2 axis and m3m5 to turn on off the spin. I have had very limited results, there is something missing in the code i am trying to use. Is there any chance you could share a simple code that would run your ahha lathe? I expect that if I get the start sequence and see a few code details, I could then edit and write code that would work. I just need to get spindle rotation and a couple short moves on the 2 axis to get started.



  14. #14
    Member
    Join Date
    Jan 2006
    Location
    Canada
    Posts
    107
    Downloads
    7
    Uploads
    0

    Default Re: Prolight 3000 Turning Center

    Dave, I stumbled upon your posts here, lucky you!

    I just bought an old CNC Lathe, It's a "Red Cam RLA9200" that came from a school and was used very little, looks new.
    It uses AHHA. I have never run a CNC Lathe but have run CNC router/mill/plasma for years. I have no problem writing Gcode for that. I have no code for the lathe, I tried to write a simple code for the lathe thinking it's just 2 axis and m3m5 to turn on off the spin. I have had very limited results, there is something missing in the code i am trying to use. Is there any chance you could share a simple code that would run your ahha lathe? I expect that if I get the start sequence and see a few code details, I could then edit and write code that would work. I just need to get spindle rotation and a couple short moves on the 2 axis to get started.

    Morgan



  15. #15
    Member
    Join Date
    Mar 2005
    Location
    USA
    Posts
    180
    Downloads
    0
    Uploads
    0

    Default Re: Prolight 3000 Turning Center

    Hey Morgan,

    Yeah the Ahha control definitely has some oddities. Let's see if I can remember a few... It is radius mode only. X coordinates are negative if you use a front tool post. Most (if not all) numbers need to have a decimal point in them. G28 doesn't work well on my machine, but that might be just my machine because of something in the MCDMAP.AGC file (contains the macros for things like tool changer, spindle control, etc). I know there are more. My brain is just a little worn out at the end of the week here.. : ) Have you checked out the AHHA yahoo group? There should still be some info there on tool offsets and threading.

    I've attached the code that I believe should be the part on that Youtube video. Should give you a good start! Feel free to PM me here if you have any specific questions - so we don't take this thread off topic for too long.

    Dave

    Attached Files Attached Files


  16. #16
    Member
    Join Date
    Jan 2006
    Location
    Canada
    Posts
    107
    Downloads
    7
    Uploads
    0

    Default Re: Prolight 3000 Turning Center

    Thanks a million Dave! I ran downstairs and added the decimals, It Works! Thank You!

    Morgan



  17. #17
    Registered
    Join Date
    Mar 2017
    Location
    United States
    Posts
    6
    Downloads
    1
    Uploads
    0

    Default Re: Prolight 3000 Turning Center

    Quote Originally Posted by dammachines View Post
    Yeah, the .nc file and some information on what the lathe is doing wrong. Are any of the moves what you expect?
    Hey Dave! Sorry for the late response I was away all week but there are some weird movement, I think around line 34 it plunges for no reason here is the .nc code 'PAWN.nc' | TextUploader.com



  18. #18
    alvinkane's Avatar
    Join Date
    Feb 2024
    Posts
    0
    Downloads
    0
    Uploads
    0

    Default Re: Prolight 3000 Turning Center

    Assignment help services offer comprehensive assistance to students seeking support with their academic tasks. From essays to research papers, these services provide expert guidance to enhance students' understanding and improve their grades. Whether it's resit dissertation help or assistance with any other academic assignment, these services ensure timely and quality solutions tailored to individual needs.



  19. #19
    alvinkane's Avatar
    Join Date
    Feb 2024
    Posts
    0
    Downloads
    0
    Uploads
    0

    Default Re: Prolight 3000 Turning Center

    Assignment help services provide comprehensive assistance to students in completing their academic tasks, ranging from essays to dissertations. They offer specialized support in various subjects and formats, ensuring high-quality work and timely delivery. For instance, if you require assistance with a case study, Case Study Help services can provide tailored solutions to meet your specific requirements, aiding you in achieving academic success.



  20. #20
    alvinkane's Avatar
    Join Date
    Feb 2024
    Posts
    0
    Downloads
    0
    Uploads
    0

    Default Re: Prolight 3000 Turning Center

    Looking for the best assignment help? Look no further! Our professional service offers top-notch assistance to students struggling with their assignments. With experienced experts in various fields, we guarantee high-quality solutions tailored to your specific needs. Say goodbye to stress and meet your academic goals with our best assignment help service!
    University Assignment Help London
    University Assignment Help Perth



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

Prolight 3000 Turning Center

Prolight 3000 Turning Center