Page 1 of 6 1234 ... LastLast
Results 1 to 12 of 61

Thread: Power Draw Bar on NM-200 (leading to ATC)

  1. #1
    Registered
    Join Date
    Dec 2006
    Location
    United States
    Posts
    222
    Downloads
    0
    Uploads
    0

    Power Draw Bar on NM-200 (leading to ATC)

    Ok, anyone figured this out yet? Having an ATC is the last impediment to me achieving machining nerdvana - something I know you all lose sleep over . I just watched a video on the Tormach ATC and it is dead sexy but I'm not a huge fan of the belleville washer trick for a power drawbar. It SEEMS that the NM-200's slick drawbar design can do a better job. I'm thinking a small impact wrench or such that goes up and down. Khai told me a few months ago this was in the works but he also said to give him a ring if I figured out anything on my own which did not make me feel any better about it's chances

    I've got a good bit of robotics experience (far more that than machining) and would love to collaborate with one of you experts on here. The initial goal is to make an effective power drawbar inexpensively for the NM-200 mill. If it works for other Novakon mills, the more power to us. Some requirements then:

    1) Be cheap - we didn't buy Haas for a reason
    2) Be easy to source parts - IE: no lucky finds required to make it work
    3) Be 100% effective every time. If it ain't reliable, it ain't worth it.
    4) Be totally digitally controlled (necessary for future ATC use)

    To kick start the discussion, here is an electric drawbar I thought was pretty slick in it's simplicity:
    http://www.cnczone.com/forums/bencht...o_drawbar.html

    Here is a cheap and pretty solid electric impact wrench:
    1/2" Electric Impact Wrench

    This wrench in particular is of an interest to me because it's cheap enough that I'd gladly tear it apart to give it a vertical housing and lose the handle. By losing the plastic casing, it would be possible to use the already provided screw holes to attach it to a fixture. I imagine the "indents" used to recess the casing screws would serve double-duty as a way to restrain the tool to keep it from rotating. In short, it seems very doable, especially since we all have CNC machines at our disposal to mill up a fixture for it.

    In case anyone is wondering, I'd rather not use an air impact wrench because I have enough crap in my tiny shop already and running a compressor just to mill is not ideal BUT with that said, this is clearly a working approach:
    CNC Cookbook: Powered Drawbar for IH Mill
    The thing to look at in that page is all of the tricks with the way to guide the socket down. Nice and simple solutions to a potential issue.

    Another advantage to electric is that it's quite easy and cheap to control an electric system and a bit more of a hassle to computer-control a pneumatic system as good quality electronically activated air valves cost a lot more than relays. If the ultimate goal is total automation, I think we should stick with what's easiest.

    Now I personally think the whole mechanism should "float" ~ 1/2 to 1" above the nut and assume about a 1/2 to 1" engagement on the drawbar to avoid stripping. The floating would be handled quite easily with simple springs on a pair of risers. This poses the biggest issue though. Sticking with the whole "electric" theme it means a few options - motors w/gears and the like, solenoids, or linear actuators. Motors with gears and such are likely a great choice but a pain in general for custom tasks like this. Linear actuators are incredibly strong but also generally dog slow. If you are willing to wait 10-20 seconds to release and re-engage they are great. Personally, I think the best approach is a solenoid. Sadly, I don't know where to source these cheaply so we have to work with something more reasonable like McMaster Carr. Part #7723K5 in particular seems reasonable with it's 21 lbs of force. The biggest issue with it is the depressing 1" throw but that's solvable.

    Next we need the control electronics. I'm a whus here and would just stick with what I know. The EASY solution is an Arduino - the cheaper solution is a raw ATMega chip. Both would need to use some relays to control everything. The advantage to using a microcontroller is one of intelligence - this same controller can manage the ATC flawlessly too which gets away from all the nasty Mach 3 macros so many people need. Additionally it lets us do smart things in the future like detect if the drawbar didn't engage, etc. So let's assume Arduino but we can switch to the raw ATMega later to keep costs down if needed. This is a nice tiny one that is perfect for us:
    Arduino Pro 328 - 5V/16MHz - SparkFun Electronics

    And the relays:
    Relay SPST-NO Sealed - 30A - SparkFun Electronics

    We'd need some transistors, wire and the like but all too cheap to worry about for now. Additionally we need some sort of button to toggle engage/disengage and all that but we'll skip those too. So the pricing looks something like this:

    Arduino - 19.95
    relays - ~15
    linear solenoid - 45.60
    impact wrench - 49.95 (can get it for $40 with the monthly 20% off coupon)
    Everything else - ~$70 (aluminum, wire, springs, etc)

    Under $200-250 pretty reasonably. I think this is pretty realistic and very acceptable all told.

    Here are some commercial options to see the range:
    http://cgi.ebay.com/POWER-DRAWBAR-BR...4#ht_500wt_922
    $135 w/shipping - this is still effectively a manual setup so not going to cut it for ATC but it is a good design and one we should "borrow"

    http://cgi.ebay.com/Air-Power-Drawba...ht_1840wt_1139
    $455 w/shipping - this appears to be very nicely done but it would need to be retrofitted with an electronic valve for ATC use. Still a clean and solid piece of work and if it fit my mill easily I'd very seriously consider it.

    Any thoughts on this from the experts? Anyone willing to work with me on this? Thanks!

    -Mike
    Last edited by webgeek; 01-21-2011 at 01:41 AM. Reason: Fixed an auction link


  2. #2
    Registered Hirudin's Avatar
    Join Date
    Jun 2008
    Location
    USA
    Posts
    426
    Downloads
    0
    Uploads
    0
    I would really like something like this! I would also like to help but I don't really see how I could.
    Last edited by Hirudin; 01-21-2011 at 01:48 AM.


  3. #3
    Registered
    Join Date
    Dec 2006
    Location
    United States
    Posts
    222
    Downloads
    0
    Uploads
    0
    Oops, fixed the auction links in my original post. It was this:
    POWER DRAWBAR BRIDGEPORT MILLING MACHINE LIMITED TIME - eBay (item 120654916884 end time Jan-30-11 15:32:55 PST) and Air Power Drawbar MILL Bridgeport-Kurt-Maxi Torque A&T - eBay (item 300510113716 end time Jan-30-11 11:58:00 PST)

    A little bit of R & D tonight and I've come up with a few things... The easiest way to make the ATC work with an Arduino driving it is likely to be a USB cable to the controlling computer and a Mach 3 plugin developed in C++. This is pretty doable and not too much of a problem, just a bit of work. The whole process would use Firmata (Main Page - Firmata) to tie it all together.

    As for helping out, simply providing feedback as the idea and design progresses is more than enough to help out. Speaking of which, this is a view of the top of the mill with the motor removed (it would be towards the right.) The left most set of screws/holes seems a great way to secure the whole assembly to the top of the mill:
    http://i920.photobucket.com/albums/a...v/IMG_1438.jpg

    Thanks!

    -Mike


  4. #4
    Registered Hirudin's Avatar
    Join Date
    Jun 2008
    Location
    USA
    Posts
    426
    Downloads
    0
    Uploads
    0
    OK, I am a total newbie (I've only had my mill for a couple weeks, only plugged in for a few days, and have only made one cut with it so far). I will try to help where I can...

    $250 sounds reasonable to me. I'd gladly pay that much. If using something other than a solenoid reduces the cost that's great but I would say unless the alternative works better it's not really worth worrying about.

    Electric impact wrench - I like that idea. That HF one is 120v. Using one that can be connected to the same power supply as the mill itself would be nice.

    Arduino control - I also think this is a good idea. I might just be frivolous, but $20 doesn't sound like "too much" money to me. Again, to me, I'd only try to implement the cheaper control chip if it actually adds an advantage to the design other than cost.

    A possible issue: stag53 (from your linked thread) says that he's thinking he would like to lock the spindle when using the impact wrench. Is this easily done with an NM-200?


  • #5
    Registered
    Join Date
    Dec 2006
    Location
    United States
    Posts
    222
    Downloads
    0
    Uploads
    0
    Cost is a slippery slope. It's easy to let the cost creep out of control quickly if you let it. In my case, it always seems to start when I price things out individually and not take into account the whole. I'm not actively trying to cut corners but I am trying to avoid the expensive options if I can. For instance, the Arduino is already the cheaper option vs. my initial choice of the Making Things controller (Welcome — MakingThings) which runs quite a bit more. The Arduino will be a minor amount more work but saves almost $100.
    A possible issue: stag53 (from your linked thread) says that he's thinking he would like to lock the spindle when using the impact wrench. Is this easily done with an NM-200?
    Hrm, good catch. There is no built-in spindle lock or break on the NM-200. I don't think it will be critical for the drawbar as you will be holding the spindle/tool holder when it runs. The ATC will need it though. We might end up needing to do something clever around this:
    Quick Question (NM-200S2): Does the spindle have a brake? re: keyless drill chuck

    Thanks!

    -Mike


  • #6
    Registered Hirudin's Avatar
    Join Date
    Jun 2008
    Location
    USA
    Posts
    426
    Downloads
    0
    Uploads
    0
    Heh, I just realized that was a reply to a topic I started. I thought it looked familiar.


  • #7
    *Registered User*
    Join Date
    Aug 2004
    Location
    T
    Posts
    203
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by webgeek View Post
    Oops, fixed the auction links in my original post. It was this:
    POWER DRAWBAR BRIDGEPORT MILLING MACHINE LIMITED TIME - eBay (item 120654916884 end time Jan-30-11 15:32:55 PST) and Air Power Drawbar MILL Bridgeport-Kurt-Maxi Torque A&T - eBay (item 300510113716 end time Jan-30-11 11:58:00 PST)

    A little bit of R & D tonight and I've come up with a few things... The easiest way to make the ATC work with an Arduino driving it is likely to be a USB cable to the controlling computer and a Mach 3 plugin developed in C++. This is pretty doable and not too much of a problem, just a bit of work. The whole process would use Firmata (Main Page - Firmata) to tie it all together.

    As for helping out, simply providing feedback as the idea and design progresses is more than enough to help out. Speaking of which, this is a view of the top of the mill with the motor removed (it would be towards the right.) The left most set of screws/holes seems a great way to secure the whole assembly to the top of the mill:
    http://i920.photobucket.com/albums/a...v/IMG_1438.jpg

    Thanks!

    -Mike
    What exactly are you going for - a rotary toolchanger, or a stationary one?

    In either case, shouldn't a simple mach3 macro, and using the mach3 outputs through the bob, be all that's needed to control the Arduino? 3 outputs should be able to specify 7 different tools (assuming at least one high output to trigger the event) in the case of a rotary, or just one output signifying a change start for a stationary toolchanger.


  • #8
    Registered
    Join Date
    Dec 2006
    Location
    United States
    Posts
    222
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by JoeBean
    What exactly are you going for - a rotary toolchanger, or a stationary one?
    It won't be stationary as I want all the room I can get on the table. I use every inch of travel as it is. Wether it will be rotary or something else I've not yet decided. I do know that I want to avoid doing anything nasty with custom tool holders if I can. For instance, the ATC Tormach is working on requires grooved tool holders and I don't like that at all. Sadly, this might mean a more complicated arm system like Haas uses. A rotary device to hold the tools and an arm to switch them. The advantage is the "gripper" on the arm no longer has to be repeated for every tool slot in the tool bank.
    Quote Originally Posted by JoeBean
    In either case, shouldn't a simple mach3 macro, and using the mach3 outputs through the bob, be all that's needed to control the Arduino? 3 outputs should be able to specify 7 different tools (assuming at least one high output to trigger the event) in the case of a rotary, or just one output signifying a change start for a stationary toolchanger.
    Hah, I feel like a moron. This is what happens with late night brainstorming. I looked at ModBus and the like and figured I'd want to do something where Mach 3 could send meaningful data to the ATC controller. I never thought to step backwards to something more simple. Your are right, 3 outputs controlled in a simple macro would give us 7 tools. Doesn't even need an enable, it's quite simple to just trigger it off the three. Four outputs would give us 15 tools. Then a single input in Mach would give us a "tool change complete" response that would be looked for before the macro completed. Piece of cake. The outputs would be brought low after this came back, ready for the next tool change.

    I'm glad this means no C++ and plugins. That was a fair bit of work I wasn't looking forward to. Thanks!

    -Mike

    P.S. See? Community involvement is already helping


  • #9
    Registered
    Join Date
    Dec 2009
    Location
    USA
    Posts
    156
    Downloads
    0
    Uploads
    0
    I have an air-operated Kurt clone tool changer on the Bridgeport. This wouldn't work on an NM200 since it relies on the drawbar going up and down with the spindle. To change a tool on the BP I raise the spindle to the top, lock the spindle, and press a button. The top of the drawbar has splines that engage the air motor.

    There's also not that much room between the NM200 spindle and the front of the motor.


  • #10
    Registered
    Join Date
    Jun 2007
    Location
    canada
    Posts
    2,748
    Downloads
    0
    Uploads
    0
    ive got an ATC spindle setup in the works. were trying to keep it as cheap as possible. should be under $3000 for the spindle with drawbar, motor, inverter and fittings. there will be an all aluminium version meant for routers that will cost even less.

    i was planning on having it take both iso25 and TTS style tools, but i dont know if theres a point to using the tts tools. they are only a little cheaper, and dont offer any other advantages if youre going to get rid of the r8 anyhow.


  • #11
    Registered
    Join Date
    Dec 2006
    Location
    United States
    Posts
    222
    Downloads
    0
    Uploads
    0
    I have an air-operated Kurt clone tool changer on the Bridgeport. This wouldn't work on an NM200 since it relies on the drawbar going up and down with the spindle. To change a tool on the BP I raise the spindle to the top, lock the spindle, and press a button. The top of the drawbar has splines that engage the air motor.
    Sorry, I wasn't suggesting we clone that specific aspect of the design, just that it's a clean approach and worth inspecting.
    There's also not that much room between the NM200 spindle and the front of the motor.
    Yup, this is a concern of mine. I'm calling Khai for exact dimensions but a super rough measurement shows that we have roughly 6" wide, 5" deep and 12" tall of space to work with unless we modify the cover or remove the door. Since I plan on gutting the impact driver anyways I think we can get it to fit though it will be tight. I'm going to buy one in an hour or two to see what it will take. Removing the door seems totally acceptable but I'd really like to not modify the cover if at all possible. This means I need to keep things tight.
    ive got an ATC spindle setup in the works. were trying to keep it as cheap as possible. should be under $3000 for the spindle with drawbar, motor, inverter and fittings. there will be an all aluminium version meant for routers that will cost even less.
    I have no doubt of the quality and value of what you will produce but that's more than I'm willing to pay and I don't want to gut that much of the machine when I'm already quite pleased with the vast majority of it. My reason for TTS is that it's $28 per collet holder vs. ~$100 for ISO 25. TTS wont go super high RPM, true, but as it stands I'm happy with it and it's cheap/accessible. I didn't plan on getting rid of the R8 at all. My plan was to simply work with what's there. It won't be perfect by any means, but I believe it can be reliable and reasonably inexpensive.

    Thanks!

    -Mike


  • #12
    Registered
    Join Date
    Jun 2007
    Location
    canada
    Posts
    2,748
    Downloads
    0
    Uploads
    0
    yeah, not for everyone, just thought id mention it cause ive seen some people spend a ton of money trying to implement drawbars on existing spindles.

    you dont have to gut anything though. the head pops off with a few bolts, then you just bolt on the new one.


  • Page 1 of 6 1234 ... LastLast

    Similar Threads

    1. Power Draw Bar for 770
      By oknups in forum Tormach Personal CNC Mill
      Replies: 3
      Last Post: 01-26-2011, 08:05 PM
    2. power draw bar installation
      By Freddy Bastard in forum Tormach Personal CNC Mill
      Replies: 5
      Last Post: 04-01-2010, 01:31 PM
    3. power draw bar / ATC
      By syil canada in forum Syil Products
      Replies: 23
      Last Post: 03-19-2010, 09:55 PM
    4. Power Draw Bar
      By GT150 in forum Benchtop Machines
      Replies: 4
      Last Post: 12-11-2008, 04:52 PM
    5. Sx3 Power draw added
      By Rainman229 in forum Syil Products
      Replies: 28
      Last Post: 07-16-2008, 02:48 PM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.