. .
  1. #1
    For reasons that will soon become apparent I was searching for a milling machine spindle and came across this interesting item. BT30-ER20 tool holder, air powered draw bar for tool changing, HTD5 belt drive drive and ready to accept your choice of motor. Seemed too cheap to be true so naturally I had to buy one and find out . . .


    Building a CNC machine to make a better one since 2010 . . .
    MK1 (1st photo), MK2, MK3, MK4

  2. The Following 2 Users Say Thank You to routercnc For This Useful Post:


  3. #2
    Next part I'm looking into is a servo to drive the head of this planned DIY milling machine.

    Requirements are:
    Milling head is ~40kg
    Driven by 5mm ballscrews
    Running on 20mm linear rails
    Total head travel is about 350mm and I'd like to cover this in 5 seconds max under rapids
    Pulley ratio 3:1

    This AC servo seems OK:
    https://www.omc-stepperonline.com/a6...-rs750h2b1-m17
    Click image for larger version. 

Name:	AC_servo_750W_3000rpm.jpg 
Views:	25 
Size:	261.1 KB 
ID:	32714

    750W
    integrated brake
    2.39Nm torque, 8Nm peak
    Mains powered servo driver
    Accepts pulse step/direction (I'll be running it from an ESP32 microprocessor since it does lots of other things as well)

    I need to use this for drilling as well by moving the head down. My calculations show the axial force from the servo and ballscrew is 1607N peak, along with some of the mass of the head backdriving the ballscrew so this seems OK to me.

    Does anyone have any experience with these AC servos, and any comments on the above requirements?
    They also do an ethernet version (more money) but I don't know if I can interface to that from my microcontroller so am looking at the usual step/direction pulse control. I'll probably need electronic gearing too.

    Thanks
    Building a CNC machine to make a better one since 2010 . . .
    MK1 (1st photo), MK2, MK3, MK4

  4. #3
    I decided to strip down the rear end of this spindle to get access to the pulley. It took longer than expected!


    Building a CNC machine to make a better one since 2010 . . .
    MK1 (1st photo), MK2, MK3, MK4

  5. #4
    m_c's Avatar
    Lives in East Lothian, United Kingdom. Last Activity: 1 Hour Ago Forum Superstar, has done so much to help others, they deserve a medal. Has a total post count of 2,986. Received thanks 370 times, giving thanks to others 9 times.
    Quote Originally Posted by routercnc View Post

    Does anyone have any experience with these AC servos, and any comments on the above requirements?
    They also do an ethernet version (more money) but I don't know if I can interface to that from my microcontroller so am looking at the usual step/direction pulse control. I'll probably need electronic gearing too.

    Thanks
    I think I fitted a similar drive for someone last year.
    They're all a much of a muchness. I suspect there's limited actual manufacturers of the drives, and they're mostly relabelled/cloned.


    Biggest pain is wiring up the connectors, then deciphering the manual to find the correct settings that you need.
    Avoiding the rubbish customer service from AluminiumWarehouse since July '13.

  6. The Following User Says Thank You to m_c For This Useful Post:


  7. #5
    Thanks m_c. From what I can tell they should be more than powerful enough for what I need. I've seen them used on a 150kg bridgeport knee (usually via a pulley of 3:1 or similar) so my 40kg head should lift up, and also there should be plenty spare to push the quill/head down for drilling.

    I was concerned about the fiddly wiring/soldering but I see they do sell a ready made breakout connector with the big plug on one end (around £10 I think) and labelled/crimped terminals on the other for all the ins and outs, and it comes with the motor and encoder connectors ready to plug in. I did look into Ethernet control as that would be very neat and some versions of the servo drive have that but then I would need to get into TCP, masks, addresses and so on. There did seem to be some ethernet adapters for the ESP32 microcontroller which might do something but I think in the end I've decided to stick with step/direction control which means going back to the big breakout connector.

    I'm used to those 'special' manuals by now so hopefully with that, chat GPT and forums I can get it to do what I want. I do plan to read out the AB (and maybe Z) channels of the servo encoder from the drive into the ESP32 to get it synchronised with the main spindle encoder for rigid tapping, just for the challenge.
    Building a CNC machine to make a better one since 2010 . . .
    MK1 (1st photo), MK2, MK3, MK4

  8. #6
    m_c's Avatar
    Lives in East Lothian, United Kingdom. Last Activity: 1 Hour Ago Forum Superstar, has done so much to help others, they deserve a medal. Has a total post count of 2,986. Received thanks 370 times, giving thanks to others 9 times.
    Suitable BOBs do make life far easier, especially with the micro sub-d connectors used.

    The 'Ethernet' control is more likely to be EtherCAT, CAN, or ModBus.

    ModBus is generally too slow for typical CNC use. Even at high baud rates, you're looking at multiple millisecond refresh times for a single drive, which gets compounded when you add more drives.
    CAN works at varying speeds, with continual data packets between all devices, and quite a lot of microcontrollers have it as an option.
    EtherCAT typically uses a fixed 1kHz refresh rate (slower and faster optiosn exist, but 1kHz is the usual), with data frames passed through each slave (aka drive) with each drive extracting and adding it's own information.

    I've got a set of EtherCAT closed loop steppers, as I really like the idea of it due to simple wiring (just standard CAT cables between drives) and each drive lets you add inputs/outputs, but the LinuxCNC implementation is buggy, and I'm not invested in it quite enough to use any of the Mach compatible controllers.
    I might dust of a RPi and see if any of the bugs have been ironed out of the LinuxCNC implementation some time though, although I might just sell the drives to free up some shelf space.
    Avoiding the rubbish customer service from AluminiumWarehouse since July '13.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replacement Spindle for benchtop milling machine
    By Rabs in forum Milling Machines, Builds & Conversions
    Replies: 6
    Last Post: 30-05-2016, 10:53 PM
  2. WANTED: wanted spindle speed increaser for cnc milling machine
    By GEOFFREY in forum Items Wanted
    Replies: 3
    Last Post: 08-07-2015, 11:52 PM
  3. Mini Milling Machine Spindle
    By Snowy in forum Gantry/Router Machines & Building
    Replies: 2
    Last Post: 08-01-2015, 09:33 PM
  4. FOR SALE: Clarke CMD300 / Sieg X2 3 Axis Milling machine CHEAP
    By craigrobbo in forum Items For Sale
    Replies: 1
    Last Post: 28-07-2013, 07:54 PM
  5. Opinions sought on cheap desktop PCB milling machine
    By ksangeelee in forum Milling Machines, Builds & Conversions
    Replies: 55
    Last Post: 16-03-2012, 01:57 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
  •