OpenPNP build

I’ve mentioned to a few that I was building a pick and place machine, largely just for the fun of it. If I can make my life easier building prototypes with it, then all the better.

It’s based largely on this one: Project | DIY Pick and Place | Hackaday.io, which I believe was based on yet another project, and has largely become the defacto standard in diy OpenPnP builds.

Anyway a few progress photos. I have almost everything now, so it’s a matter of designing and routing brackets etc.

2 Likes

Very nice, you are well ahead of me!

Did you get cheap or quality linear rails and how smoothly does your gantry move?

If you want I can cut a galv sheet metal overlay for the base, so you can magnetically clamp stuff.

It would be guillotined - so nice cut edges. Cost of $20 including cutting all goes to mens shed.
That rectangular hole might be best marked in place, then either you cut, or I can do if you really want, but it will be a slightly rouger finish than the guillotine.

What are you planing for feeders?

I have a contact scrounging occasional recycled items & he scored a 9mm thick pancake stepper, mitsumi M35SP-11NK from a Stylus Nx420. It is really powerfull for its size, but now I just need another 20 or 30…

1 Like

Thanks for the galv offer, do you know how thick it is by chance? I’ve seen some galv sheet that would be a bit too thin, and can could easily end up “non-flat” for want of a better term :slight_smile:

Cutting out the camera hole will be easy enough, I’ve got a nibbler, so I’ll probably stick the sheet down then cut it in place using the routed hole as a guide. Won’t be perfectly, but should be good enough.

The rails are no-brand, but I think I got pretty lucky with these, they move very smooth. I’ve had many other sets of prismatic rails before, cheap and expensive, and I think it’s fair to say the problem with the cheap rails tends to be a lack of consistency and non-ideal cleanliness/lub. Some are less than perfect, but I think on the whole they’re generally pretty good. It does make me wonder if the terrible youtube videos about them out there are cherry picked, as I’ve never seen anything as bad as some of those.

Again this is purely personal opinion, but dropping $400 on the set of Hiwin rails for this system, while sticking with t-slot aluminium extrusion for the frame is a waste of money. I would think you’d end up with a better end result spending the extra few hundred on making a steel frame and having the mating bearing surfaces milled flat so the bearings are always running very flat.

For what it’s worth, this is the ebay listing I bought from, ~$100 for the three delivered:
https://www.ebay.com.au/itm/400-500mm-Miniature-Linear-Sliding-Rail-Guide-with-Carriage-Block-For-3D-Printer/323789746804

2 Likes

As for feeders, I’m going to worry about that later :upside_down_face:

My plan is to just start with the Openpnp strip feeder and go from there. At this stage at least, if I’m doing more than ~10 boards I’ll probably use a PCBA service anyway. I’m really trying to optimise for producing in the region of 2 to 5 prototypes, which a good holder for a strip is probably all that’s needed. Maybe…

Thanks for the info.

Was hoping you would not ask what thickness - I should know, but always forget this sorta detail.

The shed has two thicknesses, the thinner is reasonably good for this purpose, but the thicker (0.9mm?) is a LOT more solid/heavier. I did leave some smaller offcuts on LHS of welding room at the space a couple of months back when I donated that folder, but can’t remember the thickness. You are welcome stop by mens shed and look at sheet metal. Best if you arrange time with me - save some explaining. Will be there 9-12 Wed, Thurs 1-3, and prob Sat 9-12.

Strip feeders certainly are a lot easier to make.

I am planning on trying mill some from solid nylon-like stuff, have bought dovetail and slot cutters and hand routed some bad attempts. Botched a spreadsheet for gcode (because lots apps do not understand undercuts), got bogged down in learning FreeCAD, got my mill working reasonably well (for a real cheap DIY), realised easy way to do undercuts is prob just lie to CAD tool that material is much longer than reality and so cutting will start/end in mid air…but other jobs/projects in the way.

Thanks, I’ll drop out Wednesday if I can get away.

But on the other hand, it’s far from critical as long as it’ll still be flat by the time it’s stuck down.

Sorry I couldn’t get out today, ran out of time before having to get to the airport.

As for the strip feeders, I too have a dovetail slot cutter on its way and was planning on routing out of plastic. I’m sure something like this, when one of us has it worked out it will not take much to roll out a bunch of them. I would have thought some hand rolled gcode would have been pretty easy for it, probably easier than convincing a CAM program to put out the right sequence…

Where do you get your nylon from? Previously I picked up chunks when I dropped by Specialty Fasteners in Fyshwick, as they use to sell offcuts at a reasonable price. But since getting back it doesn’t look like they do anymore…

That’s OK. Just PM me anytime. If you can’t make shed opening, let me know better time, as I live close by & have access.

I have a fair bit of black 20(22?)mm and some 15mm white - all from a sign writers bin in Fyshwick - we have permission & score well from that bin. There is some a shed, lot more at mine & one others house, mostly suitable for 1/2, ocasionaly more strips wide, and often 300mm+ long.

I was going to try to make it in last night, but I have a cold.

Anyway, a progress update.

  • Almost all of the brackets and moving bits are finished.
  • All axis are moving and roughly tuned.
  • Wiring is partially complete, but I’m waiting for the cable chains to arrive.
  • OpenPNP partially setup.

Still needs:

  • Vac system put together, plumbed and wired up
  • Cable chains to arrive (this is likely to be the longest thing.)
  • Up facing camera installed
  • Lighting for both cameras automated
  • Metal top cut
  • Some PCB holders and strip feeders made.
  • Table height setup to suit
  • Homing switches
  • All the electronics mounted and wiring contained.
  • And probably heaps more… This thing is quite a time sink!

1 Like

It’s now at the point where I can run without the bottom vision. A little demo of 0603’s in the youtube vid at the end.

I don’t think it’s too bad for no bottom vision, as the parts are never well aligned in the tape it’s picking from. Sorting out the bottom camera should get the alignment quite a bit better. Having said that, those parts would all have soldered up ok once surface tension pulled them into line.

It’s an interesting project, lots of somewhat unexpected twists. I built it with 40T GT2 pulleys, as the reference design I was loosely following used 52T, but I think the lack of resolution is holding the machine back quite a bit. 40T is 0.4mm per full step, so just to get to 0.1mm is 1/4 microstepping, which is dubiously accurate at best. In time I think it’s going to need smaller pulleys or moving to coarse pitch ball-screws.

4 Likes

Looks good

To think I once attempted this using a toothpick with some flux on it.
This is absolutely beautiful, keep up the fantastic work!

Looks good.

Do you want a hand with the Camera stuff? I have written camera interfaces for CNC machines so I’m pretty sure I could get something working.

Thanks for the offer, but I’m off working interstate now so this is left sitting on a bench for a while.

The OpenPNP software already has a very decent OpenCV chain that comes with it, which you can modify to suit. It’s pretty cool really and works well, obviously a lot of work has gone into it from the contributors.

I just need to get more suitable cameras, e.g. https://www.robotdigg.com/product/1140/OpenPnP-USB-Interface-1.0MP-720P-Vision-Camera

Most of the innovation at the moment in this area is focused on producing a reliable feeder cheaply. There’s some interesting work being done using bulk bins, which could be super cool if they can get the speed up.

That’s ok. I’ll just do my own build here with what I’ve got around.

I just looked up the github resource and noticed : https://github.com/openpnp/openpnp-capture which I will load up and try.

A system that I did took photo’s of items on the bed and then measured them and translated their positions to CAD coordinates. It worked quite well.

Thanks for the interesting posts. I’m going to try this. :slight_smile: Very inspiring.

1 Like