This is more of a opinion question than a information question. I am designing some boards that will be working near decent sized actuators, so I ask you, what is more resistant a 0805 SMD or a 7mm thru-hole resistor?
-
2Good question. I am leaning toward saying less solder on an smd causes less chance of cracking, but I have nothing to back me. – Kellenjb Nov 01 '10 at 17:11
-
1related: [Board Design for High Impact Environments](http://electronics.stackexchange.com/questions/11457/board-design-for-high-impact-environments) – davidcary Jul 23 '11 at 11:55
7 Answers
Less mass has to be better, and an SMD resistor has a lot less mass than thru-hole.

- 10,655
- 33
- 34
-
Then again something with less mass requires less force to dislodge, right? – Thomas O Nov 01 '10 at 17:33
-
17@Thomas O - not at all. The mass is only relevant in relationship to how much force is required to dislodge the object. All other things being equal (that is, same attachment method, thus same force required to dislodge), less mass is harder to dislodge by shaking it because the smaller mass makes for less force on a given amount of motion. – Michael Kohne Nov 01 '10 at 17:37
The only vibration (SAE J1455) SMT problems I've ever seen for common components are failures for large aluminum-electrolytics. The solution there is just to anchor them down with a gob of silicone.
An 0805 resistor will not fall off from pure vibration unless there is a tremendous amount of board warping going on (then it may fracture), or unless you are going to expose it to several thousand g routinely (in which case you have bigger things to worry about).
An 0805 resistor weighs about 4 milligrams, and the pound of force or so I just put on one (on a PCB on my desk) with my fingernail did nothing, so that's equivalent to about 113,000 times earth's gravity?

- 12,360
- 2
- 44
- 71
-
Excellent answer, Nick. In my experience as well, I've never seen a SMT resistor break off, even in high-vibration environments. (Although honestly, we never used through-hole resistors in that environment, so I don't know if those would break off or not). I've seen lots of relatively big SMT electrolytic caps and through-hole electrolytic caps and crystal oscillators that would fail in the field until they started adding epoxy to anchor them to the board more securely. – davidcary Jan 15 '11 at 21:48
Are you up against twisting forces at all? Or just vibration? SMD component has a bit less mass, so for a given amount of vibration it'll put less stress on it's joints. On the other hand, the through-hole component won't care nearly as much if the board is flexing because it's got wire leads that should let it move around a bit.

- 2,711
- 16
- 20
I've had problems with microphonic (converting vibration into signal) surface mount capacitors that were resolved by switching them to through-hole

- 28,494
- 23
- 117
- 181
-
I've seen boards with capacitors placed by through hole and the rest of components placed by smt.. I suppose its better to do it this way.. – V V Rao Nov 02 '10 at 04:36
-
Through-Hole capacitors are available in much larger capacities, and are generally cheaper, in my experience. That also factors into the causes. – Connor Wolf Jul 13 '11 at 07:37
A friend of mine who does control boards for windturbines (read: high-vibration, high-reliability) swears by SMD, specifically BGA, even QFP have too long pins and will suffer from fatigue too soon in that application.
The shorter the pins, the stiffer the mount and the higher the reliability.
You must protect the board from warping, though, because there is no give in those stiff connections and BGAs will crack before jumping off the board.

- 3,512
- 18
- 17
Mike is right: less mass is better, since the part will exert less force on the soldering when vibrating. So the SMT will be better, even when PTH has a larger soldering contact. (An 0402 resistor weighs only 1 milli-gram).
When I was in college we learned that in very high-vibration environments they would use wire-wrapping instead of soldering. But that's many moons ago, and I guess soldering techniques have improved since. The space shuttle didn't exist yet (talking about high-vibration)

- 145,145
- 21
- 455
- 667
-
Yes, the connections on the [AGC](http://en.wikipedia.org/wiki/Apollo_Guidance_Computer) are wire-wrap connections embedded in epoxy (potted). The space shuttle has pretty high vibration, but I suspect the Apollo rockets were worse. – davidcary Jul 23 '11 at 11:40
for design in previous role for defence and aerospace, we would subject our boards and enclosures to large amounts of shock and vibration in order to comply with the required standards.
From a construction perspective, any boards with larger components (or where possible) would be fitted with anti vibration (AV) mounts of some sort.
Generally we never had issues with surface mount components. Large electrolytic capacitors, inductors, transformer and so on would normally need some extra adhesive. Poly-sulphide was used for this, not a pleasant chemical to work with, but it would meet the stringent environmental requirements of the defence and aerospace industries, and stop the large components from vibrating off.

- 3,336
- 21
- 31