Component Placement Requirements on a PCB

Placement is a design decision that constrains everything after it. A part placed in the wrong place can be routed around, but the cost appears later as a longer trace, a hotter device, a cable that will not fit or a test point that cannot be reached with a probe.

This article sets out the requirements that placement is judged against, from the mechanical outline that fixes the first parts to the separation between circuits that must not share a return path.

Placement Is Decided From the Outside In

The first parts to be placed are the ones that cannot move: connectors, switches, indicators, and anything whose position is set by the enclosure. Their positions come from the mechanical outline, and they are locked as soon as they are placed so that a later move does not quietly invalidate the fit.

Automatic placement has its uses, but the arrangement that matters is the one the designer sets. On a board with any high-frequency content the automatic result is a starting point rather than an answer, and the useful work is done by hand: the fixed parts first, then the large and the special ones, and the small passives last. The order that makes this efficient is described in the notes on the sequence used for component placement.

Mechanical Components and Edge Distances

A connector that carries power or that mates with a cable normally sits at the board edge, with a few millimetres between the connector body and the edge itself so that the enclosure and the cable can be accommodated. Indicators are placed where they will be visible through the case, and their positions are usually specified rather than chosen.

Adjustable and replaceable parts follow the same logic. A trimmer, a switch or a socket that has to be reached with a tool belongs near an edge or in an area where the board is not crowded, and a part that will be replaced during the life of the product needs clearance that a designer working on a screen does not notice. The mechanical requirements themselves are covered under outline and mounting design.

Heat, Airflow and the Parts That Dislike Both

Devices that dissipate significant power are placed where air can move past them, which on a forced-air product means in the coolest part of the stream. Power transistors, rectifiers and transformers all belong in that group, and a transformer is usually given extra distance because its leakage field is a separate problem from its temperature.

The parts that suffer from heat are placed away from it. Electrolytic capacitors are the classic case, because their life shortens as their internal temperature rises, and a capacitor next to a regulator will fail long before its rated hours. Providing a heatsink is only half the decision; the other half is checking that the space it occupies does not block the airflow that other parts depend on, as described in the thermal design rules for placement.

Serviceability: Switches, Adjustments and Test Points

A board is serviced, adjusted and measured, and placement decides how difficult that is. Test points should be reachable with a probe without shorting against a neighbouring part, which usually means keeping them clear of tall components and away from the areas where a hand has to hold the board.

Components that fail more often than others, and components that are intended to be replaced, benefit from being placed where the soldering iron can reach them. This is a placement decision that is invisible in the schematic and obvious to whoever performs the repair, which is why it is worth reviewing from that perspective before the layout is released.

PCB placement with connectors along the board edges

Separating Noisy and Sensitive Circuits

Some circuits generate interference and others measure it. A power supply produces a leakage field at the mains frequency, a switching stage produces a broad spectrum of noise, and a low-level amplifier placed in either of them will pick up what is produced rather than what is intended. The remedy is distance, and where distance is not available, shielding.

The rule generalises to every pair of domains on the board. High frequency is kept away from low frequency, digital from analogue, and the input stage of a signal chain is kept as far as possible from the output stage, because the two carry signals at very different levels and any coupling between them is fed back into the input. The arrangement that achieves this on a mixed board is the subject of the mixed-signal layout guidelines.

Signal Flow and Stage Layout

Where a circuit is built from a chain of stages, the placement should follow the chain. An amplifier whose stages are arranged along a line has the advantage that the ground current of each stage closes locally in the area of that stage rather than travelling through the rest of the board, which removes a coupling path that is otherwise hard to find.

The same instinct applies to the grouping of parts that share a supply. Devices fed from one rail belong in one area, so that the decoupling capacitors are effective and the current loop they form is short. The routing that results is shorter and easier to keep quiet, and the planning of the power and ground conductors is much simpler when the placement has already grouped the loads.

Weight, Support and Mechanical Balance

Heavy components such as transformers, large connectors and batteries are placed near the points where the board is supported, because a mass at the end of an unsupported span contributes to vibration and to the bowing that appears during soldering. Where a heavy part must sit at the edge, the support arrangement is part of the mechanical design rather than an afterthought.

Balance is the other consideration. A board whose mass is concentrated on one side is more difficult to handle and more likely to distort, and the same principle that applies to heat dissipation applies to weight: spread the load rather than concentrating it. The rules that govern how the board behaves under that kind of load are set out under dimensional stability.

Checking the Placement Before Routing

Placement is worth reviewing before a single trace is drawn, because the cost of a change is still measured in minutes. The checks are straightforward: every part is present and within the outline, the fixed parts are locked, the connectors line up with their openings, the sensitive parts are clear of the hot ones, and the groups that must be separated have been separated.

A placement that passes those checks makes the routing a technical exercise rather than a negotiation. Where it does not, the time spent correcting it is recovered several times over, and the rules that keep a layout efficient assume that the placement was settled first.

Amplifier stages arranged along a signal chain on a board

FAQ

How much space should be left between a connector and the board edge? Enough for the mating part and for the tooling that fits it, with a few millimetres toward the edge as a practical starting point. The mechanical drawing decides the exact value.

Does automatic placement have a role? It is useful for large numbers of similar parts and as a first pass. The arrangements that matter, which are the ones around connectors and sensitive circuits, are made by hand.

Why keep the input stage away from the output stage? Because the output carries a larger signal, and any coupling from it into the input is amplified again. Distance is the cheapest and most reliable way to break that path.

Leave A Comment