Appearance
Exporting ODB++ Files for FixturFab Studio
The Design for Test (DFT) Tool in FixturFab Studio accepts ODB++ files exported from your circuit board design (ECAD) tool. ODB++ packages your complete board design into a single archive, giving Studio's analysis richer context than single-purpose netlist formats. This guide explains the format and how to export it from popular ECAD software.
If you have any questions or need help with a file export, contact our support team at hello@fixturfab.com.
What is ODB++?
ODB++ is an intelligent PCB manufacturing data format originally developed by Valor (now part of Siemens). Unlike single-purpose formats, it 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
Because it captures more design context than a single-purpose netlist, ODB++ helps Studio's DFT analysis identify testability issues more accurately.
KiCad 8+
ODB++ export is available in KiCad 8 and later. Earlier versions do not support it — use IPC-D-356 instead.
- Open your PCB in KiCad's PCB Editor.
- Go to File → Fabrication Outputs → ODB++.
- Configure the output settings (the defaults work for most designs).
- Click Generate to create the ODB++ archive.
- The output is a
.zipor.tgzarchive — upload it directly to Studio.
Altium Designer
- Open your PCB document.
- Go 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:
- The 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 analyzes your design and identifies optimal test points for fixture development.
If your ECAD tool doesn't support ODB++, use IPC-D-356 instead — both formats work with Studio's DFT analysis.