Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

My Netduino CNC Machine


  • Please log in to reply
188 replies to this topic

#101 John Cutburth

John Cutburth

    Advanced Member

  • Members
  • PipPipPip
  • 41 posts

Posted 12 February 2012 - 05:43 PM

I have built my Drivers and have my motors. Now I am just waiting for my breadboards and wires to come in. I was going to share some pics but it looks like I have to upload them to someplace first.

#102 Darrin

Darrin

    Advanced Member

  • Members
  • PipPipPip
  • 96 posts

Posted 12 February 2012 - 05:49 PM

I have built my Drivers and have my motors. Now I am just waiting for my breadboards and wires to come in.

I was going to share some pics but it looks like I have to upload them to someplace first.


That's great!

You should be able to upload your photos right here, I do it all the time. Just use the Attachments feature below the area where you type in your message.

#103 John Cutburth

John Cutburth

    Advanced Member

  • Members
  • PipPipPip
  • 41 posts

Posted 13 February 2012 - 12:37 AM

ok i figured i out.

Attached Files



#104 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 13 February 2012 - 12:51 AM

That's some intracite hand soldering, John. Thanks for sharing these! I'm excited to see these machines in motion... Chris

#105 Darrin

Darrin

    Advanced Member

  • Members
  • PipPipPip
  • 96 posts

Posted 13 February 2012 - 01:12 AM

That's some intracite hand soldering, John. Thanks for sharing these! I'm excited to see these machines in motion...

Chris



Hi Chris,

You can see my machine in motion here:



#106 Darrin

Darrin

    Advanced Member

  • Members
  • PipPipPip
  • 96 posts

Posted 13 February 2012 - 01:13 AM

ok i figured i out.


Nice job with the Drivers John, I love them they are a real treat to work with!

#107 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 13 February 2012 - 02:04 AM

Hi Darrin, Wow, that's impressive. Are you going to write a how-to and/or provide the source for your CNC machine? Good work! Chris

#108 Darrin

Darrin

    Advanced Member

  • Members
  • PipPipPip
  • 96 posts

Posted 13 February 2012 - 02:11 AM

Hi Darrin,

Wow, that's impressive.

Are you going to write a how-to and/or provide the source for your CNC machine?

Good work!

Chris


Hey thanks Chris!

I have posted the source for the machine (both Netduino and windows code) - it was a few pages back. TGIPhil has been kind enough to share it on his github account until I get one setup. It's easily lost in all of these replies though, so I'll link to it again here:

https://github.com/tgiphil/DazCAM

As far as a how-to, I may do that one day. I can certainly write-up and diagram the electronics, but the mechanics I have just been winging on-the-fly so I'm not sure where I would start with a write-up on that. Maybe just a lot of pictures of the details, and the CAD files I made might be useful?

#109 John Cutburth

John Cutburth

    Advanced Member

  • Members
  • PipPipPip
  • 41 posts

Posted 13 February 2012 - 03:41 PM

I am wanting to test my drivers and motors is there some simple code I can use to test them.

#110 Darrin

Darrin

    Advanced Member

  • Members
  • PipPipPip
  • 96 posts

Posted 13 February 2012 - 04:03 PM

Hey John, its not too tough to fire it up with my code. Download the 2 apps from the github link a few posts back, then load the dazcam app into visual studio and build it into the netduino. Assuming you are using the same pins as me, you shouldn't have to change anything. You can verify your pin configuration in the top lines of code in the program.cs class. The important ones are the stepper driver pins (direction, step, ms0, ms1 and enable). Next, fire up the dazcamui solution in visual studio and run it. Go to settings (under the machine menu) and enter the ip address for your netduino, and close the window. At this point, turn on the netduino and wait for it to boot. Then turn on your 12v power source for the motors. Then ping the netduino (again from the machine menu) to make sure they are communicating. If that works, clear e-stop and start to issue movement commands with the controls in the ui. My email address is planetdaz@gmail.com if you need more specific help.

#111 John Cutburth

John Cutburth

    Advanced Member

  • Members
  • PipPipPip
  • 41 posts

Posted 13 February 2012 - 04:19 PM

thanks I will give this a try as soon as my breadboards come in.

#112 Dan Morphis

Dan Morphis

    Advanced Member

  • Members
  • PipPipPip
  • 188 posts

Posted 13 February 2012 - 07:20 PM

Yes I'm using a computer power supply and it works great. If you need more power you may want to consider something bigger.


You can buy an HP DPS-600PB server power supply off ebay for around $15 which will supply almost 50 amps. It will require some modding to add the terminal posts though. I use it to drive the spindle for my CNC.

If your looking for a fully assembled solution that will provide just shy of a 100 amps, a very good friend of mine sells a fully converted HP DPS-600PB (x2) for $47. His target market is R/C where they use them to drive their battery chargers. I've seen the kits in person, and he uses really high quality components, no 16 AWG wire :-)

If your not interested in buy his kit, get some *good* 30 amp binding posts. You can use the kit details for a parts list if need be.

BTW, I don't get a cut of the proceeds, just recommending them because they are HQ!

-dan

#113 John Cutburth

John Cutburth

    Advanced Member

  • Members
  • PipPipPip
  • 41 posts

Posted 13 February 2012 - 11:02 PM

So I have a few question after doing some reading.


You have you motors plugged into the 12v on a PC power supply, do you know how many amps are being drawn for all 3 motors?
Curious because I have a PC power supply I can borrow from my media center but it would be short term. I have an abundance or 12v and higher power bricks from dead devices and was thinking about trying one if them.


Also I read that you need to have 24v to 36v to drive Nema 17 at full speed, have you seen any issues driving them at lower voltage?
You said the 5v is coming from the Netduino, are you plugging it into a computer or a separate wall plug?
Why not just power it from the 5v on the PC power supply?




Sorry for all the question but I will be trying to run some test tonight and would like to make sure I don't mess things up.

#114 Darrin

Darrin

    Advanced Member

  • Members
  • PipPipPip
  • 96 posts

Posted 14 February 2012 - 01:05 AM

I haven't measured the current drain, but I would budget 2 amps per motor (since that is the limit of the drivers) Yes you probably could use the same power supply to drive the netduino. However I found that I was plugged into the usb much of the time for development and debugging, so I power mine through that cable (plugged into a wall-wart). One day I would like to upgrade to a higher voltage supply, but 12v has done great so far. I'm able to get 60 inches per minute for rapid traverse and I cut at 40 IPM with plenty of authority. When I upsize to a 4'x8' bed (oh boy, can't wait!!) I'll be wanting faster speeds and more V's! :)

#115 John Cutburth

John Cutburth

    Advanced Member

  • Members
  • PipPipPip
  • 41 posts

Posted 14 February 2012 - 01:31 AM

Hmm so I have a power brick that is 24v and 2.2amp so I could use it to test one motor / driver at a time but for all 3 I would need something like a PC Power supply

#116 Darrin

Darrin

    Advanced Member

  • Members
  • PipPipPip
  • 96 posts

Posted 14 February 2012 - 04:26 AM

Hmm so I have a power brick that is 24v and 2.2amp so I could use it to test one motor / driver at a time but for all 3 I would need something like a PC Power supply


For a test, you would be fine with that. You won't be driving any loads, so it won't draw much. On the driver boards, you can just turn down the maximum amps.

#117 John Cutburth

John Cutburth

    Advanced Member

  • Members
  • PipPipPip
  • 41 posts

Posted 09 March 2012 - 05:46 PM

I just ordered my CNC kit from http://www.shapeoko.com/ last week so once it comes in I will be up and running. Things have been quit around this topic for a while, has there been any updates or improvements this last month.

#118 Darrin

Darrin

    Advanced Member

  • Members
  • PipPipPip
  • 96 posts

Posted 10 March 2012 - 02:42 AM

I just ordered my CNC kit from http://www.shapeoko.com/ last week so once it comes in I will be up and running. Things have been quit around this topic for a while, has there been any updates or improvements this last month.


Send us pictures when you get your kit put together!

I've been using my machine every week, just haven't done any improvements to it lately. I've been focused on my wooden clock design and making gears and experimenting with various hardwoods. I'll post more pics and vids soon!

#119 netduinonube

netduinonube

    New Member

  • Members
  • Pip
  • 3 posts

Posted 20 March 2012 - 07:06 PM

Hey Darrin, Just moved my CNC machine over to your Neduino code and I am loving the GUI :) I'm still having a problem setting the steppers speed above a slow crawl Any help would be much appreciated. Cheers

#120 Darrin

Darrin

    Advanced Member

  • Members
  • PipPipPip
  • 96 posts

Posted 21 March 2012 - 02:03 AM

Hey Darrin,
Just moved my CNC machine over to your Neduino code and I am loving the GUI :)
I'm still having a problem setting the steppers speed above a slow crawl
Any help would be much appreciated.

Cheers


Hi James,

Glad to hear you're liking the program. I'm happy to help figure out the problems you're having. Instead of consuming a lot of bandwidth in this thread, perhaps we should switch to email to coordinate times and arrange to then be in the chat room (on this site) to work on it together. Or perhaps Skype even?

Working this out might require some cooperative fidgeting and tinkering (which is a very scientific process you know).

You can contact me at planetdaz@gmail.com and we can go from there!

Cheers,
Darrin




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.