12

What is the difference between PCB fabrication and assembly? Some companies like Golden Phoenix list that based on the size of PCB, it outputs a quote.

Mine was 2.1 x 1.6 inch. It outputted 29 pieces for $100. So it means if I give them my schematic and PCB layout and pay them $100, I will get 29 pieces of production-ready PCBs ready to sell?

Now one company, EPS, lists fabrication and assembly differently. In assembly, it states I ought to provide the parts. In fabrication, anything but about parts is stated.

So what are these companies suggesting?

JYelton
  • 32,302
  • 33
  • 134
  • 249
arjun
  • 289
  • 4
  • 12
  • 2
    They don't need (or likely want) your schematic to fab the PCBs-- it's best to provide Gerber files, drill file(s) plus fab notes, to fully describe which layer is which, material, layer stackup and so on. – Spehro Pefhany May 23 '14 at 12:44
  • @SpehroPefhany If i only gave them d PCB layout wouldn't that work. – arjun May 23 '14 at 17:52
  • 2
    Maybe it would work- the PCB layout file is dependent on the software used, whereas Gerber RS-274X is a pretty much universally accepted means of transferring much of the information (along with drill files). If the PCB maker specifically says they will accept Altium or Eagle or whatever files from the software you are using (version too?), then it should work. You'll still have to supply some additional information in many cases to get exactly what you want. For commercial reasons (which may not apply to you), it's also not a great idea to distribute more IP than you have to to the factories. – Spehro Pefhany May 23 '14 at 17:58
  • You raised a very imp point. About IP. How does an individual or company ensure their design is safe in the hands of M/F. Within the country it would be possible to make them sign NDA. but what about M/F based outside of your country. – arjun May 23 '14 at 18:18
  • 2
    For ordinary boards, we don't worry about it too much (Gerbers can be created from a sample, and the layout is covered by copyright in about all countries). Military and space-related electronics require special considerations. A schematic allows someone to implement another embodiment of the same design, so it's actually a more sensitive document despite being more abstracted from manufacturing information. – Spehro Pefhany May 23 '14 at 18:29
  • Cryptic! But I can make out. Thanks. ;) – arjun May 23 '14 at 18:31

3 Answers3

22

In PCB world, "fabrication" refers to making the printed circuit board and nothing more. "Assembly" means soldering on all the parts.

So, in your example, $100 will get you 29 pieces of copper-clad FR4, with traces etched and holes drilled. It is up to you to solder on the resistors, capacitors, etc which you need.

Ricardo
  • 6,134
  • 19
  • 52
  • 85
WhatRoughBeast
  • 59,978
  • 2
  • 37
  • 97
17

PCB Fabrication involves only manufacturing the board itself. No soldering being done.

PCB Assembly is the process of soldering components onto the board.


Simply said, fabrication is an easy process to quote price for, thus is often done automatically via a web form. Assembly requires much more thought put to the manufacturing process and so cannot be priced automatically (that is, accurately enough).

Dzarda
  • 3,020
  • 1
  • 16
  • 23
13

Dzarda has it right. The prototype-type PCB fabrication places will send you printed circuit boards, and that's it. These boards are suitable to test your circuit, and can be used for very small production runs if you have the ability to populate them. They can be used for HAND ASSEMBLY of your circuit. They will generally not be suitable for an automated assembly process. Thus, if you buy the PCBs and send them to an assembler, you will get charged for circuit components (with a handling fee tagged on, which can range from about 10% to silly levels), plus estimated technician time for hand assembly. You may also have NRE's tagged on -- a "non-repeating engineering" fee. This can actually be pretty reasonable, all things considered, especially if the company you're working with deals with non-domestic assemblers of good repute.

That said, to bring your product up to a manufacturable state for automated system, you might even find yourself paying MORE per PCB than you do at your prototype supplier-- sometimes just because your order comes in at less than the minimum price for PCBs. Also, pick-and-place assembly fee schedules can be surprisingly expensive for small production runs. Avoid doing anything silly, like mixing SMT and through hole parts, or having components on both sides, unless you're willing to pay for the adding processing.

Ricardo
  • 6,134
  • 19
  • 52
  • 85
Scott Seidman
  • 29,274
  • 4
  • 44
  • 109