Tutorial - Creating the Project and Schematic Document in Altium Designer
In Altium Designer, a PCB design project is the set of documents (files) required to specify and manufacture a printed circuit board. The project file (*.PrjPCB
) is an ASCII file that lists the documents in the project as well as other project-level settings, such as the required electrical rule checks.
Creating a New PCB Project
Main page: Creating Projects and Documents
A new design project is created using the Create Project dialog.
-
Select the File » New » Project command from the main menus.
-
The Create Project dialog will open. In this dialog:
-
Select the connected Workspace in the list of Locations. In the image below, the Workspace is named Company Workspace.
-
In the Project Type region of the dialog, select <Empty> under the PCB entry.
-
Enter a suitable name in the Project Name field, e.g.,
Multivibrator
. -
Enter a suitable description in the Description field, e.g.,
Simple multivibrator design for the tutorial
. -
When connected to an Altium 365 Workspace, ensure the Version Control option is enabled.
-
Enable the Constraint Management option.
-
Click the Advanced control. The Folder field defines the name of the folder in the Workspace where your project will be stored. The default is to have a Projects folder in the Workspace.
-
In the Local Storage field, select a suitable location to store the working copy of the project. A folder of the same name as the project will automatically be created in this location, and the working copy of the project file will be saved in it.
-
-
Click the button at the bottom right of the dialog to close it and create the project. This will take a few moments, as the project is created in the working folder and in the Workspace.
An entry for the new project, Multivibrator.PrjPCB
, will appear in the Projects panel. A small green check () will be displayed next to the project entry. This indicates that the version of the document opened in Altium Designer is the same as the version of the document stored in the Workspace (they are synchronized).
Adding a Schematic Document to the Project
Main page: Creating Projects and Documents
The next step is to add a new schematic document to the project.
-
Right-click on the project entry in the Projects panel then select the Add New to Project » Schematic command from the context menu. A blank schematic sheet named
Sheet1.SchDoc
will open in the design space and an entry for this schematic will appear linked to the project in the Projects panel under the Source Documents entry.When the blank schematic sheet opens, you will notice that the design space changes. The main menu bar includes new items, and a bar with buttons becomes visible at the top of the design space – you are now in the Schematic editor. Each editor presents its own set of menus and panels and supports its own set of shortcut keys.
-
To save the new schematic document locally, select the Save As command from the right-click menu of the document entry in the Projects panel. The Save As dialog will open, ready to save the schematic in the same location as the project file. Type the name
Multivibrator
in the File name field and click the Save button. -
Because a new document was added to the project, the project file has changed. Right-click on the project entry in the Projects panel then select Save from the context menu to save the project locally. The VCS status of the project file will change to Modified indicated by the icon.
-
Save the new schematic and the modified project file to the Workspace. To do this:
-
Click the Save to Server control next to the project entry in the Projects panel.
-
The Save to Server dialog will open. Enter a meaningful comment the describes the change into the Comment field (e.g.,
A new blank schematic sheet added
), then click the OK button. When saving is complete, the VCS status of the project file and the schematic document will change to No modification indicated by the icon.
-
Configuring Schematic Document Options
Main page: Setting Up a Schematic Document
Before you start capturing the circuit, it is good to set up the schematic document options as required, including the sheet size, as well as the snap and visible grids. The properties of most entities, including the schematic sheet, are configured in the interactive Properties panel. The panel displays the properties of the selected object, or if no object is selected, it displays the properties of the schematic sheet.
-
Make the Properties panel visible by clicking the button at the bottom right of the design space and selecting Properties from the menu that opens.
-
Select a template for the schematic sheet from those that are stored in your Workspace.
To do this:
-
In the Page Options region of the General tab, select Template for the Formatting and Size option, then select the ANSI B Landscape template under the entry of your connected Workspace in the Template drop-down.
-
The Update Template dialog will open. Select Just this document for the Choose Document Scope option and Add new parameters that exist in the template only for the Choose Parameter Actions option, then click the OK button. In the information dialog that opens, click the OK button.
-
-
In the General region of the General tab, set the
100mil
value for the Visible Grid and Snap Grid. -
To make the document fill the design space, select the View » Fit Document command from the main menus.
-
Save the schematic document locally by right-clicking its entry in the Projects panel and selecting Save from the context menu.