Importing a Design from CADSTAR
Supporting the potential need to work with PCB designs in the Zuken® CADSTAR™ format, Altium Designer includes a CADSTAR Importer for translating CADSTAR Schematic, PCB and Library files to equivalent Altium Designer design files.
The importer is included in Altium Designer as a platform extension, and the function is presented as import file type option in the design file Import Wizard.
Version support
The Altium Designer CADSTAR importer nominally supports CADSTAR versions 9 to 17 when the design files are converted into the ASCII-based CADSTAR archive format – binary CADSTAR file are not supported.
CADSTAR archive files have the extension .cpa
or .csa
for PCB and Schematic -based files, respectively. In practice, the importer supports the following CADSTAR file types:
- PCB designs
- Schematic designs
- Part libraries and schematic symbol libraries.
- PCB component libraries
Enabling the Importer
If the Importer was not already added during Altium Designer’s initial installation, it can be enabled in the Configure Platform page in Altium Designer’s Extension & Updates view. Select DXP » Extensions and Updates, the Configure link under the view’s Installed tab and then check the Cadstar option in the Importers\Exporters section.
Preparing files for import
The following table describes the types of CADSTAR file the importer supports, with a summary of how to convert the CADSTAR binary file format to an archive file format (where required) and the equivalent Altium Designer output.
CADSTAR File Type |
Export to CADSTAR Archive |
Altium Designer Output |
PCB design ( |
Use the CADSTAR File » File Export option to convert the binary pcb design ( |
Altium Design PCB document ( |
Schematic design ( |
Use the CADSTAR File » File Export option to convert the binary schematic design ( |
Altium Design schematic document ( |
PCB Library ( |
Use the CADSTAR Library Manager (Library – PCB Components) to convert the binary pcb library ( |
Altium Designer PCB library ( |
Parts Library ( |
The Parts library ( |
The importer uses both the Parts library and the symbol schematic archive to output an Altium Designer schematic library ( |
PCB Design
The CADSTAR PCB layout file is equivalent to an Altium Designer PCB document. Given a CADSTAR pcb layout file (*.cpa
), Altium Designer's CADSTAR importer will translate this to a native PCB document (*.PcbDoc
). If the CADSTAR pcb layout is in binary file format, archive it to a *.cps
file format using CADSTAR File Export function.
Schematic Designs
To import CADSTAR schematic binary files (*.scm
) into Altium Designer, they must first be exported in the archive (*.csa
) format using the File Export command in CADSTAR.
Schematic Library
The importer needs to at least two CADSTAR source files to create an Altium Designer schematic library. The first is the CADSTAR Parts library, a plain text parts listing. Its name and location can be found through the CADSTAR Parts Library Manager (select Parts under the Libraries tab).
Part items in the Parts library are referenced by symbol definitions in a separate Symbol library file, which is the second file required by the importer when creating an Altium Designer schematic library.
The symbol library file must be in the CADSTAR Schematic archive (*.csa
) file format, and can be converted in CADSTAR's Library Manager. Select Schematic Symbols under the Libraries tab to open the Library Manager, and use the Archive button to execute the conversion.
For example, where a Parts library file called 'parts.lib
' uses the symbol definitions in a Symbol library file called 'symbol.lib
', the latter is first converted to an ASCII 'symbol.csa
' file using the CADSTAR's archive utility. The importer will then translate the parts.lib
and symbol.csa
files to an Altium Designer parts.schlib
. If the parts.lib
file references multiple 'symbol.csa
' files, these can be added during the import/conversion process.
In Altium Designer terms, a part item definition in the parts.lib
file and the symbol definition in the symbol.csa
file are equivalent to an Altium Designer schematic library component definition.
PCB Library
A CADSTAR PCB component is equivalent to an Altium Designer PCB footprint. The CADSTAR PCB Library (*.lib
) must first be converted to its archive (ASCII) format (*.cpa
) via CADSTAR's Library Manager, and can then be translated to an Altium Designer PCB library (*.PcbLib
) using the CADSTAR Importer.
Using the CADSTAR Importer
The CADSTAR design file importer is available through Altium Designer's Import Wizard (File » Import Wizard), where the option is selected in the wizard's Select Type of Files to Import page. The wizard provides page options for nominating both design files (schematic and pcb) and library files (parts, symbol and footprint), and also CADSTAR to Altium Designer PCB layer mapping options.
Where the complete set of CADSTAR files are available (schematic design, pcb design, parts library and schematic/pcb libraries), it is highly recommended that they are all imported during a single session of Altium Designer's Import Wizard. In this way the wizard can generate a complete Altium Designer project and its libraries, where the component definitions in the resulting schematic library (*.SchLib
) will correctly include both the related symbol and a link to the matching footprint (in the generated *.PcbLib
file).
– See the CADSTAR Design and Libraries entry in the Import Wizard page for more information on the wizard's import steps.