7

Suppose one is hand-assembling a board with many SMT components. Unlike THT, SMT components are often not labeled.

enter image description here

This means that having two different kinds of parts "out" at the same time is a serious problem. How might one keep small (<100) quantities of such parts properly organized during assembly? Are there particular tools? Storage devices? Methods?

Stephen Collings
  • 17,373
  • 17
  • 92
  • 180

4 Answers4

12

You can find SMT parts storage bins on eBay, like this:

SMT parts storage bin

They can be opened with tweezers and closed very easily. I typically have a few "trays" of them, where one is for capacitors, one is for resistors, etc.

JYelton
  • 32,302
  • 33
  • 134
  • 249
4

I've done several stints as a surface mount solderer, mostly on prototype and small (under 20) production runs, for a company involved in research. Most of the boards were data loggers, or interface/drivers (using mobile phones to both log data and turn on pumps etc.) I prefer hand soldering with flux core solder and a flux pen if needed, although using solder paste in a syringe is a good place to start, I just found I worked quicker without it.

It really comes down to what you find works best. My supervisor once made me spend a week putting all the parts into nice tackle boxes, but the boxes were numbered for a particular job, which meant still looking through multiple boxes for a single part and finding we were out of stock...

The method that worked best for me was to simply work with one ribbon of parts at a time. One of the jobs called for 40 sot-23 diodes per board (20 boards in the job) I found it was easier to leave them on the ribbon, and just pull out 10 at a time. Complete all the parts of one type on one board and then move onto the next board, then jump back to the first board for the next part. My supervisor used to go one step further and put one part down per board and then move on to the next board. It worked for him but I found it wasted a lot of time jumping between boards, especially if multiple parts were placed right next to each other.

I usually tin all the tabs on one side at once, take out the number of parts needed, place them down on the tinned pads one at a time, then move back to the first one with the solder and complete both the remaining connections, and fill up the original tinned pad. It's all a matter of technique.

While I certainly wouldn't suggest ever tipping the entire board's components into a single pile and having to work out which is which, after a while you do get a feel for the different parts; even two identical parts from different manufacturers will have a slightly different colour to them, or overall size may be slightly different. You tend to get a feel after a while if the part you have picked up is the right one, particularly when using the single ribbon method; the eye can pick out one different part fairly easy.

You didn't really specify if you are hand soldering, machine soldering, pick and placing with solder paste and an oven, etc.

Guest
  • 41
  • 1
3

You can use rotating bins:

rotating bin

For smaller quantities you can use double sided tape and stick the component tape to the bench. Mike from mikeselectricstuff Youtube channel has a nice video showing this technique: Some random hints for quick hand SMD assembly.

As for the tools you can use a vacuum pickup tool. They come either as a hand operated pump (small button you press/depress to operate) or with external vacuum pump. They have various tips to fit the component.

vacuum pickup tools

Szymon Bęczkowski
  • 2,595
  • 15
  • 21
2

I found that the various storage bins/drawers for SMT/SMD components aren't really practical. Sure, they look nice, but it's way too much work to put components in, and then take them out. When hand-assembling, I take components directly from tape strips, trays, bags or whatever they come in, and place them onto PCBs.

I work with only one component at a time, so I rarely have a problem of telling which part is which.

As for storage and retrieval, I mostly use small zip-loc bags with printed labels. These go into my storage boxes. I use PartsBox (https://partsbox.io/) to keep track of everything I have (disclaimer: I am the founder of PartsBox).

Components on cut tape in their zip-loc bags (the bags are 7x5cm):

Parts in ziplock bags

And this is how a typical storage box looks like (when searching for a part, PartsBox will point me to a specific drawer, like b01-c1):

Storage boxes

If anyone is interested in more details, I also wrote a more extensive article about how I store electronic parts: https://partsbox.io/blog/how-to-organize-electronic-parts-04-2017.html

Jan Rychter
  • 504
  • 5
  • 14