. .
Page 2 of 4 FirstFirst 1234 LastLast
  1. Quote Originally Posted by mondrota View Post
    Thank you all for your input. Out of curiosity, what would this cheap-ish controller cost? Can someone point me to a website? I'm trying to do things on a budget as it's only a hobby lathe for a hobby "machinist" ��
    not many of the manufacturers fully support lathe.
    uccnc from cncdive.com works fine running code and threading (but doesnt have a dedicated lathe screen set).- i will be using this on my boxford- shortly. about £180 (fine if your using a cam package that supports lathe- or know how to manipulate things.)
    acorn- seems to be about the best for lathe at the moment-as in well proven in the states. but ive not tried one- ask chaz or dean for their opinion on it. this requires windows 10 , touchscreen etc.
    mach3 with pokeys- is supposed to work- again- ive not used a pokeys.
    then there are the galil- most expensive new- but this was done for bigger old analogue machines.

    the research and choice is yours :-)

  2. #12
    Thank you 👍
    Just before I go spending £££ on more stuff, there is this thing that keeps bugging me.
    Like I said in the original post:
    If I have the "Use Spindle Feedback In Sync Mode" checked, the program starts to run but pauses just before it is about to cut the thread and sits there waiting for something I assume.

    From what I could gather reading forums, people say that this option should be ticked for threading.
    Does anyone know why this is happening?

    Thanks!

  3. that was only tested on a few versions- it doesnt work in most as it wasnt succesful. only the spindle index pulse is used. (unless you get a motion controller)
    the main reason for this is that the code is being processed in software- it has to see the pulses- calculate and pass the motion info on. this can take more than 1 slot of processing time- so it will always be done late. if it takes 2 processing slot time cycles because the pc is doing something- then its definately out of sync. - so it fails.
    while these processing periods are very short time spans- the job is rotating fast- so it can make a big difference.
    in hardware in a threading cycle- the interupt to the hardware processor is shut off- so all it does is the threading cycle- it can process the information in nanoseconds.

    just today ive tested rigid peck tapping - which is the holy grail in the world of motion syncronisation. and it worked perfectly using the uc300 eth from cnc drive.com and using their uuccnc software . (which is my goto controller now for most things as it works so well!

  4. #14
    m_c's Avatar
    Lives in East Lothian, United Kingdom. Last Activity: 4 Days Ago Forum Superstar, has done so much to help others, they deserve a medal. Has been a member for 9-10 years. Has a total post count of 2,908. Received thanks 360 times, giving thanks to others 8 times.
    What should happen with Mach3 threading, is the tool moves to the start point, it then waits for the spindle speed to stabilise, and then the threading move should synchronise with the spindle pulse.

    However I did just remember, if Mach calculates that the axes can't respond quick enough to the spindle speed for the given move, then motion will just hang. It could be worth dropping the spindle speed down a good bit, and re-running the code.
    Avoiding the rubbish customer service from AluminiumWarehouse since July '13.

  5. multi slot indexing- does not work at all.
    only single slot index. (and that index window has to be quite a wide slot- so it can be seen by the sensor in under 5ms.)

    i widened the index slot on my boxford 125 to about 20mm long- and it would index every time. - but would still break tools etc.
    i have to cut a new index wheel now- so i can run mine with uccnc. - next job once the triac is finished.

  6. #16
    m_c's Avatar
    Lives in East Lothian, United Kingdom. Last Activity: 4 Days Ago Forum Superstar, has done so much to help others, they deserve a medal. Has been a member for 9-10 years. Has a total post count of 2,908. Received thanks 360 times, giving thanks to others 8 times.
    Just had a search, there is a quite a good threading guide here - http://www.machsupport.com/forum/ind...c,13017.0.html
    However it doesn't cover that much of the setup, and even the main turn manual (http://www.machsupport.com/wp-conten...3Turn_1.84.pdf) is a bit sparse on details, other than saying the pulse has to be a minimum of 200 microseconds. Battwell is correct in that multi-slot doesn't work, so ignore that.

    Battwell, the 5ms is likely to be the sensor response time, which is another often overlooked problem. I always used sensors from a reputable source with known response/trigger times. I've seen some sensors that have quite a long response time, and some from cheap sources give no figures, so are a bit hit or miss as to whether they work reliably. They also have to switch cleanly, which can be affected by non ideal sensors, and any optos in the signal chain (some BOBs use low speed optos, which may increase response times).

    You just need to work through everything one step at a time.
    Is the index pulse being fed back reliably?
    You mention you have the RPM displayed, but is it accurate. Unless you're running closed loop, it should always be off from the requested RPM by at least a few RPM. From what I remember, Mach will show the commanded speed by default, not the actual speed.
    Also, is the index LED going on and off on the diagnostic page when you move the spindle slot back and forth through whatever sensor you're using?

    Are your axis tuned to accelerate/decelerate fast enough?
    If they're set too slow, Mach will calculate they can't move fast enough, and just hang at any threads. Try running the spindle as slow as possible, and air cut a very small pitch thread. If it works, then check your motor tuning. Lathes will appear to run very well with low acceleration, it's only when you try threading that the poor acceleration will show.


    If none of that shows a problem, then post on the machsupport forum. There are guys on there who know far better about potential problems than on here.
    Avoiding the rubbish customer service from AluminiumWarehouse since July '13.

  7. #17
    There are plenty people who've successfully threaded with Mach and a parallel port.
    And there are also plenty of people that haven't.
    Last time there was a lengthy discussion about it on the Yahoo group, the general consensus was that it's broken, but does work for some people.
    It apparently worked better on older versions of Mach3, which of course had other issues.
    Gerry
    ______________________________________________
    UCCNC 2022 Screenset

    Mach3 2010 Screenset

    JointCAM - CAM for Woodworking Joints

  8. #18
    Quote Originally Posted by Ger21 View Post
    And there are also plenty of people that haven't.
    I'll ask Ian what version he uses which works for him.
    One common denominator in his implementations is that he's not tight and buys good quality components, I suspect it makes a difference.
    You think that's too expensive? You're not a Model Engineer are you? :D

  9. #19
    [/QUOTE]

    You just need to work through everything one step at a time.
    Is the index pulse being fed back reliably?
    You mention you have the RPM displayed, but is it accurate. Unless you're running closed loop, it should always be off from the requested RPM by at least a few RPM. From what I remember, Mach will show the commanded speed by default, not the actual speed.
    Also, is the index LED going on and off on the diagnostic page when you move the spindle slot back and forth through whatever sensor you're using?

    Are your axis tuned to accelerate/decelerate fast enough?
    If they're set too slow, Mach will calculate they can't move fast enough, and just hang at any threads. Try running the spindle as slow as possible, and air cut a very small pitch thread. If it works, then check your motor tuning. Lathes will appear to run very well with low acceleration, it's only when you try threading that the poor acceleration will show.


    If none of that shows a problem, then post on the machsupport forum. There are guys on there who know far better about potential problems than on here.[/QUOTE]

    The STrue is always slightly out unless I run it in closed loop spindle control mode.
    I tried running the threading program at 200 rpm but again it wouldn't actually start threading.
    On the Diagnostics info screen the "missing index pulse detected" remains unchecked so I think there is no problem with that.
    However I just noticed that the "rotation speed real-time" is about 180000rpm
    Whilst the "application end rpm" is 598ish.
    Would this be a problem?
    I've attached a photo of this screen in my original post.

  10. #20
    Okay I think I found the problem (or a symptom) but I still need the cure :)
    So I noticed that on the turn diagnostics screen the "Locked RPM" and "current RPM Variation" read 0 and "Highest Variation during thread" reads 1% when the Spindle Feedback is disabled. This is when the program will run the threading but with poor results.
    However, when the Spindle feedback is enabled, all of the above fields on the diagnostic screen read " 1.#INF "
    Please have a look at the attached picture.
    For some reason I can't attach the other one with the fields reading the " 1.#INF "
    Click image for larger version. 

Name:	DSC_0118.jpg 
Views:	304 
Size:	202.0 KB 
ID:	24636
    I have a feeling that for some reason mach3 cant syncthe threading to the spindle speed.
    I found a thread describing the same problem here:
    http://www.machsupport.com/forum/ind...79.0/wap2.html
    The person having this problem managed to sort it out just by fiddling with the sensor wiring. I've tried rerouting the wires but to no avail. Is there anything else that would cause the syncinc to fail?

    Many thanks!
    Last edited by mondrota; 06-08-2018 at 12:52 PM.

Page 2 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Similar Threads

  1. Orac lathe to Mach3 conversion advice/direction please
    By Hunter in forum Lathes, Lathe Rebuilding & Conversions
    Replies: 1
    Last Post: 18-08-2014, 09:36 PM
  2. Threading plastic / inserts
    By jimbo_cnc in forum General Discussion
    Replies: 7
    Last Post: 11-08-2014, 11:52 AM
  3. WANTED: Boxford Threading Dial
    By Raymond in forum Items Wanted
    Replies: 5
    Last Post: 07-06-2014, 01:37 PM
  4. threading ground bar ends
    By dazza in forum Metalwork Discussion
    Replies: 39
    Last Post: 11-02-2014, 11:41 PM
  5. NEW MEMBER: New with a threading problem
    By GeoffS in forum New Member Introductions
    Replies: 4
    Last Post: 02-12-2009, 09:23 PM

Bookmarks

Posting Permissions

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