Skip to content

Test Point Carrier Boards

A Test Point Carrier Board, also commonly referred to as a interface or wireless board, is a custom PCB that is designed to route test probes to any connector, circuitry, or instrumentation that is needed to impelement a test.

FixturCtrl DevPro TPCB

The image above shows the Test Point Carrier Board for testing FixturFab's FixturCtrl USB Hub. This TPCB contains several different subcircuits related to testing, including:

  • Continuity Testing and Power Supply Mux
  • USB Hub Communication and RP2040 Programming
  • Downstream USB Device and Load Testing

Designing Your Own Test Point Carrier Board

FixturFab is more than willing to support you in designing your own TPCB. In this case, the typical design process is as follows:

  1. Download TPCB Design Assets for your specific fixture
    1. Download the Board Outline according to the fixture that you are designing
    2. Download the Receptacle Footprint Library
      1. These are provided in Kicad format and can be imported to any design tool that you use
  2. Create your schematic
  3. Create the initial layout of the TPCB
  4. Initial Layout Review
    1. Share STEP and initial Gerbers with FixturFab
    2. FixturFab reviews layout and provides any feedback on component placement, test point placement, etc.
  5. Complete routing
    1. Route all of the signals on the TPCB
    2. FixturFab recommends routing differential, high-power, and any sensitive signals by hand
    3. Auto-router can be used for anything else
  6. Share complete TPCB STEP and Gerbers with FixturFab
  7. FixturFab reviews layout and confirms that the board will fit mechanically
  8. Order the TPCB
    1. Place order for the PCB fabrication and assembly
    2. Ship assembled TPCB to FixturFab
      1. FixturFab 3410 Woodland Park Ave N Suite C Seattle, WA 98103
  9. FixturFab integrates the TPCB into your fixture and completes assembly and QA
  10. Fixture is shipped to you

Production vs Development Test Point Carrier Boards (TPCBs)

While the same TPCB designs can be used, the receptacle footprints change on the production test fixtures. The Development TPCBs utilize through-holes, which the test probe receptacles solder to, while the Production TPCBs use SMD pads, which are compatible with wireless receptacles.

TPCB Board Outlines

The outline of each TPCB varies depending on the fixture that it will be mounted within. Here are DXF and PDF files for our commonly used fixture bases.

Development Fixtures and Cartridges

Ingun Fixtures and Cartridges

Receptacle and Guide Pin Footprints

Open Source KiCad Library

We have a KiCad Library for Schematic Symbols and Footprints available here.

There are four common footprints that we use for almost all receptacles. These are shown below.

Common Receptacle Footprints

The R50-TH, R75-TH, and R100-TH footprints are through-hole and designed so that the receptacle will be inserted through the hole and then soldered to the board. This style of receptacle is commonly used in our development style fixtures.

The R-WL footprint is for use with wireless receptacles, which feature a secondary pogo-pin at the bottom of the receptacle. This footprint is still a through-hole, with a small 0.2mm hole through the board. This enables you to still probe the test point from the bottom of the TPCB while you are bringing up or debugging the fixture.

KS-100 WL Receptacle

These receptacles are used on all of our Production Test Fixtures. This allows for the TPCB to be easily replaced and maintained due to no solder being used to connect the receptacles to the TPCB.

Guide Pin Footprints

Spring Guide Pins are one of our favorite methods to use for locating a DUT within a fixture. They support a wide variety of hole dimensions that can be used with mounting or tooling holes on the DUT.

PGPU Spring Guide Pin

A side effect of using a Spring Guide Pin is that the pin extends down as the tip is compressed. This requires a hole to be placed on the TPCB to ensure there isn't any interference.

Guide Pin Footprints

If dowel pins or tooling pins will be used to locate the DUT, a footprint doesn't need to be placed on the TPCB.

App: Ingun Inductive Fixture Switch

One of our favorite accessories to integrate into an Ingun Fixture Base is an Inductive Switch. This integrates into the fixture base and can enables you to easily determine if the fixture is closed.

Inductive Switch

The sensor included in this accessory is a IFM IY5052 Inductive Sensor. This can be powered with 10-30VDC, and has a PNP Output.

Inductive Switch Datasheet

To interface with this sensor, we commonly use a 3-pin terminal block. Which has the following pinout:

PinTPCB ConnectionSwitch Wire Color
112VBrown (BN)
2SWBlack (BK)
3GNDBlue (BU)

We use a voltage divider to adjust the 12V output (showing that the fixture is closed) to whatever logic level is being used by the instrumentation in the fixture.

Common connectors we've used are:

App: DUT Presence Switch

We commonly use a switching probe to determine if a DUT has been placed within the fixture. These probes have a plastic tip which actuates a mechanical switch when the plunger is pressed.

SKS Switching Probe

This probe will be inserted into a receptacle, which will have two different contacts. For example, the receptacle below has two contacts that are separated by a piece of plastic.

KS Switching Probe

On the TPCB, you will need to place two separate pads, one for the receptacle to be inserted through, and an additional pad that a wire will be soldered to and then connected to the secondary contact. Here is an example.

SKS TPCB Footprint

Electrically, these probes act as a Normally Open Switch, we will typically pull one side to logic high, and then have the other side connect to a Digital IO pin with an internal pull down.