The Design for Test (DFT) Tool in FixturFab Studio accepts ODB++ files exported from your circuit board design tool. This guide explains the format and provides export instructions for popular ECAD software.
What is ODB++?#
ODB++ is an intelligent PCB manufacturing data format originally developed by Valor (now part of Siemens). Unlike single-purpose formats, ODB++ packages your complete board design — copper layers, drill data, netlist, component placement, and test point information — into a single structured archive.
The format contains:
- Complete netlist and connectivity data
- Component placement and package information
- Layer stackup and copper geometry
- Drill and route data
- Test point definitions with X/Y coordinates
ODB++ captures richer design context than single-purpose formats, which helps Studio's DFT analysis identify testability issues more accurately.
Export Instructions by ECAD Tool#
KiCad 8+#
ODB++ export is available in KiCad 8 and later.
- Open your PCB in KiCad's PCB Editor
- Navigate to File → Fabrication Outputs → ODB++
- Configure output settings (defaults work for most designs)
- Click Generate to create the ODB++ archive
- The output is a
.zipor.tgzarchive — upload it directly to Studio
Earlier KiCad versions do not support ODB++ export. Use IPC-D-356 instead.
Altium Designer#
- Open your PCB document
- Navigate to File → Fabrication Outputs → ODB++ Files
- Configure the output job settings as needed
- Click Generate to produce the ODB++ archive
- The output directory contains the ODB++ structure — compress it to a
.zipfor upload
For detailed configuration options, consult Altium's documentation on ODB++ output generation.
File Verification#
Before uploading to Studio, verify your ODB++ export:
- File should be a
.zipor.tgzarchive containing the ODB++ directory structure - The archive should contain
steps/,symbols/, andmatrix/directories at the expected level - Open the archive to confirm layer data and netlist information are present
Next Steps#
Once exported, upload your ODB++ file to FixturFab Studio to generate your DFT Report. The tool will analyze your design and identify optimal test points for fixture development.
If your ECAD tool doesn't support ODB++, you can use IPC-D-356 instead — both formats work with Studio's DFT analysis.
For support with file exports, contact hello@fixturfab.com.