A Walk Through the Board Design Release Process

Size: px
Start display at page:

Download "A Walk Through the Board Design Release Process"

Transcription

1 A Walk Through the Board Design Release Process Frozen Content Modified by Jason Howie on 31-May-2017 Parent article: Board Design Release Altium's Design Data Management system includes a range of technologies that combine together to allow you to pass data from the design domain to the production domain in a pain-free, streamlined, and automated fashion generating data output of the highest integrity. A key element of this system is a powerful board design release process. This process is automated, enabling you to release your design projects or, more specifically, defined configurations of those projects, without the risks associated with manual release procedures. When a particular configuration for a project is released, a snapshot of the design source is taken and archived along with any generated output. Release data is stored as a revision of a specific Item in a target Altium Vault. The Item is the entity within the vault to which the configuration is mapped, and which represents the physical object that will be 'realized' by the supply chain. This article looks at how you prepare the system for release of your board design, how you initiate a release, and how you can 'get at' your generated release data upon successful completion of a release. Tutorial-like, but not rigidly so, think of this article as more of a conversational 'walk through' of the system providing an overview of the system's key elements and how they are defined, with links out to more in-depth articles where appropriate. Although not strictly a pre-requisite, it may be a good idea to have a cursory read through the various sub-articles of the main Design Data Management article which provides information on not only the key concepts and terminology of the system, but also the benefits to using it, over and above your traditional board design release methods. Design Project - Initial Preparation The first thing is to ensure that your design project is added to a version control repository, or Design Repository, as it's known within the system. Of course, you can still release a design project that is not under version control, but by using a version-controlled Design Repository, you have the integral assurance that no revision of a design is ever lost, allowing for safe collaboration on the same design between members of a team that can be geographically diverse in their locations. The very nature of the version control system provides an audit trail for the design. Full accountability arises through transparency of who changed what, in which source document, and when. If your project is under version control, then the system requires all files to be checked in and up to date before releasing. This ensures that no "private copy" of an essential design document is ever allowed to sit on an engineer's hard drive - with the potential of becoming

2 lost. This simple rule can save hours down the track in costly searching for the right set of design documents that were used to generate a released product. Create a New Design Repository Related article: Securing Design Source Inside a Design Repository A Design Repository can be created in two ways - either through Altium Designer, using built-in or external version control, or through a suitably licensed installation of the Altium Vault. If using Managed Projects, only those managed Design Repositories added through the Altium Vault's local SVN service, and which have been shared with you to use, can be used as target repositories. Other Design Repositories that have been created directly through Altium Designer, will not be available for use as target repositories. Through Altium Designer Both Subversion (SVN) and Concurrent Versions System (CVS) version control providers are supported for implementation of Design Repositories. However, Subversion is the recommended provider as it is widely and freely-available, and in true keeping with its unified nature, Altium Designer includes Subversion capabilities built-in. Version control providers are enabled and configured on the Data Management Version Control page of the Preferences dialog (DXP» Preferences).

3 Version-controlled Design Repositories can be created and connected to the system when using either Subversion or CVS as the version control provider. The built-in Subversion is, by default, ready to use from the outset. Creation of new Design Repositories from within Altium Designer is performed from the Data Management Design Repositories page of the Preferences dialog. Simply click the Create New button and choose the type of repository you wish to create either SVN or CVS - from the associated drop-down menu. The applicable creation dialog will appear. For an SVN repository, this is the Create SVN Design Repository dialog. Use this to give the vault a meaningful name, specify a default checkout path, and specify the location for the repository. If a folder is specified that does not currently exist, it will be created for you. Currently, only Design Repositories with the file repository access method can be created directly from within Altium Designer. A Design Repository using a different access method (e.g. networked access over http or https) can be set up outside of Altium Designer using an external SVN interface tool, provided that tool bundles with it the Apache web server required to facilitate the http access method. Alternatively, get the repository setup by your network administrator, or use one of the many providers of hosted Subversion repositories. You can then connect to that existing repository from within Altium Designer. With all settings specified as required, click OK. The repository will be created at the nominated location and a connection to that repository from Altium Designer made. An entry will appear for it in the listing of Design Repositories back on the Data Management Design Repositories page of the Preferences dialog.

4 Example newly created SVN Design Repository, appearing within Altium Designer as Personal Design Repository. Through an Altium Vault Related article: Altium Vault - Local Version Control Service An appropriately licensed Altium Vault installation provides localized (and centralized) version control, courtesy of its Version Control Service - essentially an SVN server (version 1.8). Repositories can be created through the Altium Vault's local SVN server, or external repositories can be connected to. Together, all repositories are centrally managed through the VCS page of the vault's browser-based interface. To add a Design Repository, simply click the Add Repository button, located at the top-right of the VCS page. The Repository Properties window will appear, use this to define the repository. The properties required depend on whether you are creating a new repository using the local VCS service, or linking to an existing, external repository: New - simply give the repository a name and a description. Existing - in addition to a name and description, you need to supply the URL to the repository, and your credentials (User Name, Password) to access that repository. For a fresh Altium Vault installation, a default Design Repository is available, named DefaultRepository. Rename and manage user access to this repository as required. Create a new SVN-based Design Repository, or link to an existing one.

5 Design Repositories defined through the Altium Vault are populated to the client automatically during login, so users do not have to worry about urls, protocols, password etc. A repository is simply configured once, on the server, and shared with the intended users as required. Centrally define access to your organization's Design Repositories. Repositories can be internal to the Altium Vault installation, defined using the local VCS service, or external through use of Altium Designer's built-in SVN, or third party SVN service. Access control is performed through the VCS page of the Altium Vault's browser-based interface. When a user signs in to the Altium Vault, the Design Repositories available to them will automatically be added to the Data Management - Design Repositories page of the Preferences dialog. Add Your Project to the Design Repository Related article: Version Control and Altium Designer With your centralized storage repository your Design Repository created, you now need to add

6 your design project and any dependencies (e.g. device sheets, harness definition files, annotation file) to that repository. This can be performed using version control commands from within Altium Designer from the Storage Manager panel or Projects panel or externally, from within the repository itself. If you intend to work directly from within your repository, you will need to use the appropriate tool with which to access that repository. For an SVN repository for example, this would be an SVN client such as TortoiseSVN. For this walk-through, let's add the reference design project for the Bluetooth Sentinel: 1. Open the Bluetooth_Sentinel.PrjPcb example project (from the installation location you chose for shared documents). 2. Right-click on the project in the Projects panel and choose Version Control» Add Project Folder To Version Control from the context menu. 3. The Add to Version Control dialog that appears presents a drop-down listing of all connected and activated Design Repositories. As this is a standard design project and not a managed project, we could add it to any design repository - created through Altium Designer, or through the Altium Vault. In this case, let's select one of the repositories we created through the vault's Local SVN service Central Design Repository. Click the button to quickly access the Data Management - Design Repositories page of the Preferences dialog if you need to connect a different repository or create a new one. The folder hierarchy within the chosen Design Repository is presented to you in the Folders region of the dialog. Either specify an existing folder into which to add the design files, or create a new folder using the New Folder button. In the latter case, a folder will be added at the specified position within the repository's folder hierarchy, named after the source folder containing the project.

7 Specify the folder within the repository to store the project. 4. With the target folder specified, click OK you will be presented with a second Add to Version Control dialog. Simply select the files to add to the repository and click OK. The Projects panel will now show that the project and files are Scheduled for addition, denoted by a blue cross icon ( ). The project files are now in a state to be committed to the Design Repository. 5. Now right-click on the project in the Projects panel and choose Version Control» Commit Whole Project. You will be presented with the Commit to Version Control dialog. Simply select the files you wish to commit to the Design Repository and click OK. Once added, the Projects panel will reflect the fully synchronized state that exists between the files in the repository and the local working copy.

8 Example project added to the created Design Repository, in this case the Bluetooth Sentinel reference design. Connect to an Altium Vault Related article: Altium Vault With the project added to the Design Repository, we can go ahead and connect to an Altium Vault. An Altium Vault is simply a centralized storage system into which all release data for each target Item is stored. In the vault, each Item is stored as a series of revisions. Each revision contains documentation, generated at release time, that is inclusive of detailed instructions needed to build that specific Item. Each time a new release of the design data for a particular Item is required, a new revision of that Item is created in the vault, ready to accept (store) the generated data. Accessing your Altium Vault from within Altium Designer is a case of connecting to the vault, and also signing into the vault platform - giving access to other services delivered through the vault's installation, in addition to the vault service itself. Connecting and signing in to the Altium Vault can be

9 done in the following ways: Use the Sign in Altium Vault command from the DXP menu. Add a connection to the vault from the Data Management - Vaults page of the Preferences dialog. Click the Sign in Altium Vault control, on the System Altium Vault page of the Preferences dialog. Irrespective of method used, the connected vault will be apparent in the Vaults listing, on the Data Management - Vaults page of the Preferences dialog. Example of a connected Altium Vault, appearing within Altium Designer as Altium Vault. The name of the vault listed in the the Data Management Vaults page of the Preferences dialog is initially provided by the vault. This name can be changed by rightclicking on the vault entry and selecting Edit Vault Properties from the context menu. In the dialog that appears, simply change the name as required. You can also connect to Altium's own vault - the Altium Content Vault - and the wealth of design content it offers. To connect to the vault, simply access the Data Management Vaults page of the Preferences dialog, and click the Add Altium Content Vault button. Provided you have a licensed instance of Altium Designer and valid Altium Subscription, a connection to the vault will be made instantly. This direct connection enables you to access and place content from the Altium Content Vault directly into your designs, through the

10 Vaults panel. Define Vault Folder Structure Related articles: Vaults Panel, Working with the Vaults Panel Having connected to an Altium Vault you now need to define it, in terms of its internal structure and the various Items it is to contain the data for. In terms of releasing a board design, these will typically be Items representing the Blank Boards and Assembled Boards that you will ultimately manufacture. Interaction with a vault is performed through the dedicated Vaults panel. This is a system panel (accessed from the System panel-access button at the bottom-right of the main design window) that enables you to browse and manage your connected vault(s). You can also create folders and/or Items in a vault at the time of defining the configurations for your board when choosing which Item to map a configuration to. Interact with a connected Altium Vault through the Vaults panel. The panel allows you to define the structure of the vault, and Items that reside within. In the Vault Folders region of the panel, use commands on the right-click menu to define a series of folders and sub-folders in which to organize Items bringing a sense of logical order to the world. Items themselves are created using the Create Item command, on the right-click menu for the Items region of the panel. Before you can create a new Item within a vault, you need to create a folder into which that Item can reside. You must therefore have at least one folder defined in the vault. The created Items are not locked to the folder they are created in - you are free to move Items between folders at any stage. Indeed, you are free to move folders also, changing the vault's

11 folder structure to suit ever-changing requirements. For our Bluetooth Sentinel design project, we will create three Items one to represent a blank board, one to represent an assembled board, and one to represent the board design itself. Let's go ahead and define a folder structure: 1. Right-click inside the Vault Folders region of the Vaults panel and choose the Add Top Level Folder» altium-production-release-zone command to define a top-level category in the overall structure. The Add Top Level Folder dialog will appear, from where you can enter a meaningful name for the category. As this folder will ultimately hold the data for all board designs that are released, let's call it Hardware Design. 2. To add depth to the structure, simply right-click on an existing folder and choose the Add Subfolder» generic-folder command. Use the Add Subfolder For <ParentFolderName> dialog to name this new folder. Let's call it Bluetooth Sentinel. 3. Let's also create further sub-folders for the different types of released Item. This is purely optional, and all Items could quite happily be created in a single folder, it's rather more to provide a visual clue when browsing the folder structure. Let's add further sub-folders called Blank Boards, Assembled Boards, and Board Design respectively. Folders defined ready within the vault. By using the concept of top-level 'zones' of content within a vault, you can have separate areas for component management, design content management and production release data. Item Naming Scheme Another important aspect of the parent folder is the Item Naming Scheme employed for it. This defines the format of the unique ID for each Item created in that particular folder. Several default example schemes are available, utilizing the short-form code for either the folder type or the content type. Using a default naming scheme, the software will automatically assign the next available unique ID, based on that scheme, having scanned the entire vault and identifiers of existing Items. A custom scheme can also be defined for a folder, simply by typing it within the field, ensuring that the variable portion is enclosed in curly braces (e.g. Assembled-001-{J000}). For this walkthrough, we'll set the Item Naming Scheme for each of our sub-folders to be

12 $CONTENT_TYPE_CODE-001-{0000}. The Item Naming Scheme of the parent folder is applied to the unique ID for each Item created in that folder. The Item Naming Scheme employed for the parent folder can be changed at any time. The modified scheme will then be applied to any subsequent newly-created Items within that folder. Create Target Items Having defined folders within the vault as required, you can proceed to create Items in the vault. To create an Item, simply click on the folder into which you wish to effectively store the Item, right-click in the Items region of the panel and choose the Create Item command. A further sub-menu will allow you to choose the particular type of Item, based on the type of data content it is to hold. The Create Item dialog will appear, providing all controls necessary to fully define the Item.

13 Create and define an Item using the Create Item dialog. The key property for an Item that we are interested in at this stage is the Item ID the unique ID for the Item. It is through this ID that a configuration of a project on the design side is able to be mapped to the target Item in the Altium Vault. The ID itself is typically a code, in accordance with established naming conventions. The Item ID can not be changed after the Item is created. Let's go ahead and create the three Items for the Bluetooth Sentinel design: 1. Click on the Bluetooth Sentinel\Blank Boards folder in the Vaults panel, then: a. Right-click in the Items region and choose Create Item» altium-pcb-blank. b. Leave the Item ID as the auto-generated/assigned entry (based on the folder-level Item Naming Scheme). This will be different, depending on the next unique ID available in your vault. c. Set the revision naming and lifecycle definition schemes as required. For this walkthrough, let's set the Revision Naming Scheme to be 3-Level Revision Scheme and the Lifecycle Definition to be Structure Lifecycle With Approvals. d. Add a Comment let's say Bluetooth_Blank.

14 e. Add a Description let's say Blank Board for the Bluetooth Sentinel. f. Leave all other fields at their default settings. 2. Click on the Bluetooth Sentinel\Assembled Boards folder, then: a. Right-click in the Items region and choose Create Item» altium-pcb-assembly. b. Repeat the process in 1, but this time enter a Comment of Bluetooth_Assy and a description of Assembled Board for the Bluetooth Sentinel. 3. Click on the Bluetooth Sentinel\Board Design folder, then: a. Right-click in the Items region and choose Create Item» altium-pcb-design. b. Repeat the process in 1, but this time enter a Comment of Bluetooth_Design and a description of Board Design for the Bluetooth Sentinel. We now have our Items defined ready in the vault, each with an initial revision, sitting in the Planned state ready to accommodate release data! Items created, defined and with initial planned revisions to accept data.

15 PCB Project Configurations and Output Job Files With the project in the Design Repository, it s now time to prepare it for the release management system, but before doing so it s important to understand just how the data in the design maps to the outputs required to manufacture the items you want to produce. This is managed through a concept known as the PCB Project Configuration. Put simply, a PCB Project Configuration, or simply a Configuration, is used to map the data in the Design Area to the Item we want to produce. Each of these Items is uniquely identified by an Item ID, and each Item corresponds to the sort of thing one might expect to find on a product-level bill of materials such as a bare board, assembly, and different assembly variants. Each are examples of different Items and each would have its own unique Item ID. The PCB Configuration serves as a blueprint to map the data in the Design Area to the files required to produce some specific item. The Configuration allows us to define the blueprint by which the source data in our project is converted to the outputs required to manufacture each unique Item. Each project therefore will generally have at least 2 configurations, one for the bare board and one for the assembled board. Different assembly variants would also each have their own configurations and thus map to their own unique Items. The use of configurations requires a change in the way Output Job files are managed in a project. Where historically Output Job files might contain all of the outputs you want to produce, defined in a single *.OutJob file, for the release management system it s best practice to separate assembly and bare board outputs into at least 2 (or more) output job files (with each file containing only the outputs specific to the type of finished goods whether bare board or assembly that you want to produce). Also, because the release management system supports validation of the design, as a part of the release process, it s recommended you have at least one Output Job file that specifically defines the validations you d like performed on the design while running the release flow.

16 Define Output Job Files Related article: Understanding and Using Output Jobs The Bluetooth Sentinel reference design project has three Output Job files already defined: Assembly.OutJob catering for assembly-based output. Fabrication.OutJob catering for fabrication-based output. Documentation.OutJob catering for other documentation output. We will also add a fourth Validation.OutJob which we will use to generate ERC, DRC and a Differences report. Once the output generators are defined as required in each file, ensure to commit the changes from the local working folder back into the master fileset in the Design Repository. Separate and distinct Output Job files, including one that defines validation reports that will be run during the release process. Specify Output Locations Related article: Enhanced Output Path Definition in Output Job Files The outputs defined in an Output Job file can be published into various types of output container, depending on the type of media being published. When publishing to PDF, generating files, or generating video, you have advanced control over where the outputs generated in these containers are located.

17 Accessing output location controls, in this case for a PDF output container. To have the Design Data Management system control the base path of the output container location for you, ensure that the base path is set to [Release Managed]. This is especially required if you want to make use of validation report generation as part of the release process. Define PCB Project Configurations Related article: PCB Project Configurations So where are we up to. We have our Bluetooth Sentinel design project resident in a version-controlled Design Repository. We have our target Items defined and sitting ready in our Altium Vault. We need some way of mapping our design project to those Items. Remember, a PCB project is parametric in nature, enabling a single design project to be the source of multiple real-world production Items the tangible products that are made and sold. Providing a formal configuration structure, to map from source PCB project to these Items in the vault, Altium Designer employs the concept of PCB Project Configurations. Configurations are part of the actual design project and provide the link from the design world to the manufacturing world. Each configuration represents an Item that we want to build in the real world, defining the data that will be required by the supply chain to actually build that Item. When we release a design project, we are in fact releasing a configuration of that project. The generated 'release data' is stored in a revision of the target Item specified as part of that configuration. All definition and management of configurations for a PCB project is performed from within the

18 Configuration Manager dialog (Project» Configuration Manager). The Bluetooth Sentinel project already has three configurations added, as shown below. Initial appearance of the Configuration Manager for the Bluetooth Sentinel reference design. First things first, we need to specify a target Altium Vault release data could be stored in any vault, and if we had multiple vaults defined, we need to make sure that the design references the correct vault. Simply use the drop-down at the top-right of the dialog to select your Altium Vault. In this example, the name of the vault as seen by Altium Designer is called Altium Vault. Select the name that you have given your particular vault. If you have not connected to a vault, or need to connect to a different one, simply click the button to access the Data Management Vaults page of the Preferences dialog, from where you can manage connections to vaults as required. Targeting the required vault. Now we need to define the configurations that we need for our project, and specify the target Items that they are to map to in the vault. The Configuration Manager dialog is divided into configurations on the left, that map to target Items on the right. Each unique configuration must map to a unique Item in the target vault. We require three configurations, to map to the following types of Item that we have created previously in the vault:

19 Blank Board (altium-pcb-blank) this type of Item is used to produce a fabricated bare board, containing no components. Assembled Board (altium-pcb-assembly) this type of Item is used to produce a Blank Board Item that is populated with components in accordance with a generated BOM. PCB Design (altium-pcb-design) this type of Item is essentially used to gather together all documentation - fabrication, assembly, and any other documentation - in a single place, a released 'master' copy of the design as it were. Let's consider the configuration needed for the blank board: 1. On the left side (Configuration), rename the existing Fabrication configuration to Blank Board and leave the option to Ignore Variants enabled. For the blank board configuration, we need to assign the Fabrication and Validation Output Job files, and so simply check their corresponding check boxes. Defined configuration needed to generate the data to build the fabricated bare-board. 2. On the right side (Target Item), we need to specify which Item in the vault is to be "built" using the data generated from the configuration at release time. Click on the button at the right of the field. This will give you access to the Choose Item dialog. This dialog essentially presents a view of the target vault, and allows you to drill down within the folder structure you have defined to the particular Item you want to map the configuration to. Choose the Item PBL in the Hardware Design\Bluetooth Sentinel\Blank Boards folder. Note that if you hadn't created an Item already in the vault, you can do so through this dialog, on-the-fly as it were.

20 Mapping the Blank Board configuration to the blank board Item (PBL ) defined in the vault. 3. In order to release a configuration, the revision of the Item into which the release data is to be stored must be in the Planned state. That is, it must be ready to accommodate that release data. Use the drop-down list associated to the Target Planned Revision for Next Release field to choose a planned revision to use. As our Item only has a single planned revision, it will be chosen automatically 01.A.1. Now we need to define a configuration (and the Item to which it maps) for the assembled board: 1. On the left side (Configuration), rename the Assembly configuration to Assembled Board and leave the option to Ignore Variants enabled so we use the full complement of components in the design, and not a subset. In terms of Output Job files for this configuration, we need to assign the Assembly and Validation files, and so simply check their corresponding check boxes. 2. On the right side (Target Item), we simply repeat the previous process of specifying the target Item to map the configuration to, and a planned revision of that Item to use for the release. Specify the Item to be PAS the revision field will automatically be filled with the initial planned revision, 01.A.1. And finally, let's define the third configuration for the design itself: 1. On the left side (Configuration), rename the Documentation configuration to PCB Design and leave the option to Ignore Variants enabled. In terms of Output Job files for this configuration, we need to assign all files, as this Item will hold the full spectrum of documentation generated for the design. Simply check the corresponding check box for all OutJob entries. 2. On the right side (Target Item), we simply repeat the previous process of specifying the target Item to map the configuration to, and a planned revision of that Item to use for the release.

21 Specify the Item to be PDE the revision field will automatically be filled with the initial planned revision, 01.A.1. Our three configurations for the Bluetooth Sentinel design project are now fully defined, and mapped to planned revisions of the unique Items we have created in the vault. Our configurations for the Bluetooth Sentinel design fully defined. One final thing to do before we proceed to the PCB Release view and ultimately to the release process itself, and that is to SAVE AND COMMIT LOCAL CHANGES TO THE DESIGN REPOSITORY. The importance of this cannot be stressed enough, and this is why the system requires all files to be checked in and up to date before releasing. Of course, you can synchronize at any stage and the PCB Release view will chase you about it, but it is good to get into the habit of committing changes at the time you make them. Release a Configuration of the Design Related article: Releasing a Design with the PCB Release View The PCB Release view is the graphical interface to Altium Designer's PCB Process Manager used to perform the board design release process and presents a high-level 'Dashboard' that operates in two modes: Design Mode and Release Mode. Access to the PCB Release view is made using the View» PCB Release View command, or by clicking the button on an editor's Standard toolbar.

22 Initial appearance of the PCB Release view showing our Bluetooth Sentinel design project. The view shows a single tab for our project (Bluetooth_Sentinel) and three sub-tabs for each of the configurations we have defined for that project (PCB Design, Assembled Board, and Blank Board). Let's look at releasing the Assembled Board configuration click the tab for this configuration to make it the active configuration. We have already synchronized our local working copy of the project with that in the Design Repository, and specified the target Item in the vault that the Assembled Board configuration is to map to including a specific planned revision of that Item. The PCB Release view, initially in Design Mode, reflects that our project is synchronized with version control in the Design Source region, and in the Target Vault region, the revision of the Item referenced in the active configuration is indeed ready to release. Everything is in a 'green state' ready to release. Green on both Design Source and Target Vault sides - good to go! Each configuration has an associated Process Flow. In its entirety, this flow represents the board design release process getting the design from the Design Repository, processing the chosen configuration of it, and committing generated release data into the referenced Item Revision in the nominated vault. Trial Run - Design Mode Notice that only stages 2 and 3 of the flow are active and enabled in Design Mode Validate Design and Generate Outputs. These two stages are the 'meat' of the flow and their successful

23 running is crucial to the board design release process. If either of these stages fails, the release fails simple as that. So within Design Mode, access to these stages gives you arguably the most valuable pre-release checking aid possible. The Validate Design stage is optional in the release process it is included only if you have defined validation outputs as part of an Output Job file assigned to the configuration being released. You have the option to trial run the validation and output generation stages while in Design Mode - one last check that the design will pass muster with checks such as ERC and DRC, and that those generated files are all as they should be to get the Item built as you designed it! 1. Click the Generate Outputs stage of the flow. This will run the Validate Design stage, followed by the Generate Outputs stage. The state in each output's Status field will reflect when that output is running and then the result once generation is complete. 2. If any failures occur, simply return to the source design document(s) and fix the cause of the problem accordingly. For our Bluetooth Sentinel design, both stages pass with flying colors. All outputs are generated successfully validations all Passed and other outputs are Up To Date. Success is therefore guaranteed with respect to these stages when running the flow in Release Mode. Successful trial run in Design Mode! Actual Release - Release Mode With success in Design Mode, let's go ahead and perform the actual release.

24 1. Click to select Release Mode, in the center of the PCB Release view. Once in this mode, everything becomes locked down. Only the chosen configuration of the selected design project remains enabled, with all other projects and configurations disabled. You cannot select a different configuration or jump to another project in this mode. At this point, all attention is fixed on releasing the chosen configuration with the highest integrity. Once in Release Mode, only the chosen configuration is available to interact with. 2. To initiate the release of the Assembled Board configuration of our Bluetooth Sentinel design project, simply click the Commit Release button. Initiate the actual release literally at the 'click of a button'. Each stage of the process flow is run in sequence a snapshot of the design source is taken, validated, and the outputs defined in Output Job files assigned to that configuration are generated. The resulting generated data, as well as the snapshot, are then committed to the target vault. Upon committal, the Release Summary dialog will appear, providing a listing of the data that has been stored in the specified revision of the target Item in the vault.

25 Successful release of the Assembled Board configuration of the Bluetooth Sentinel design! As the process is fully automated, the risk of errors associated with a manual release process are no longer a consideration. Full validation, full checking. The data sent to manufacturing is exactly what it needs to be, to produce the product exactly as you designed it. As our Bluetooth Sentinel design project is stored in a version-controlled Design Repository, during the release process Altium Designer records the version control repository address and revision of the project and commits this information to the target vault. This method means that at any point in the future it is possible to retrieve an identical snapshot of all files in the design project from version control. Access Released Data Related articles: Managing Revisions and Lifecycle States - the Item View, Item Lifecycle Management Once released, you can preview the generated data for the specific Item Revision from within the Vaults panel. The Preview aspect view presents a list of released documents, and the snapshot of the design project used to generate the release.

26 Preview the generated data for the newly released revision of the target Item in the vault, courtesy of the Vaults panel. Controls available from the right-click menu enable you to quickly download or publish data. Lifecycle management can also be performed for an Item from within the Vaults panel specifically from that Item's Lifecycle aspect view. For a released Item, detailed information and lifecycle status controls regarding the Item (and all its revisions) are available in a dedicated Item view. This view can be accessed from the Vaults panel, by right-clicking on an Item (or Item Revision) and using the Full Item History command from the context menu. The view can also be accessed from the PCB Release view by: Clicking on the header text in the Target Vault region (Revision <Revision ID> of <Item ID>). Clicking on the Item or Revision text in the configuration tab region.

27 Item view for our target assembled board Item PAS The Item view provides an intuitive user interface by which to visually assess the state of the Item and its revisions. Controls are provided that allow you to: Browse dynamically through the timeline of the Item, from initial release of data into the first revision, to the latest revision, and all revisions and state changes in-between. Establish a new 'Planned' revision/prototype/model of the Item. Manage the lifecycle state for a particular revision of the Item, in accordance with the lifecycle definition employed for revisions of that Item. Retrieve documents associated with each revision of the Item (generated release data and/or design snapshot). Publish release data directly to a nominated publishing destination. For any revision of the Item, the view presents a preview listing of released documents, identical to that presented in the Vaults panel, as well as the System-generated BOM. For released data generated from a board design project (Blank Board and Assembled Board Items only), you have the ability to directly publish that data from an Altium Vault or Output Job to a storage space, such as Box.com, Amazon S3, an FTP server, or a simple folder location on a shared network. Before you can publish data, ensure you have defined a connection to the required Publishing Destination. This is performed from the Data Management Publishing Destinations page of the Preferences dialog. For more detailed information, see Sharing Released Data through Publishing Destinations. An alternative approach to Publishing Destinations is to allow users to have direct access to data in the Altium Vault, while controlling the portion of data they are allowed to see. This effectively by-passes the need for additional publishing. This is made possible through sharing at the individual Item Revision level, and the propagation of sharing permissions through to a revision's data folders (Released Documents and Design Snapshot). In this way, a standard set of sharing permissions can be defined at the Item level and passed through to

28 its revisions, while having independent control over how the data for those revisions is shared. For more information, see Managing Access Rights for Revision Data. Source URL:

A Walk Through...the Board Design Release Process. Contents

A Walk Through...the Board Design Release Process. Contents A Walk Through...the Board Design Release Process Contents Design Project - Initial Preparation Create a New Design Repository Add Your Project to the Design Repository Connect to an Altium Vault Define

More information

Copy of A Walk Through...the Board Design Release Process

Copy of A Walk Through...the Board Design Release Process Copy of A Walk Through...the Board Design Release Process Language Japanese Contents Design Project - Initial Preparation Create a New Design Repository Add Your Project to the Design Repository Connect

More information

Securing Design Source Inside a Design Repository

Securing Design Source Inside a Design Repository Securing Design Source Inside a Design Repository Old Content - see latest equivalent Modified by Jason Howie on 31-May-2017 Parent article: Board Design Release The best way of working from a known set

More information

Releasing a Schematic Sheet to a Vault

Releasing a Schematic Sheet to a Vault Releasing a Schematic Sheet to a Vault Old Content - see latest equivalent Modified by Jason Howie on 31-May-2017 Parent article: Design Content Management Being able to re-use design content is something

More information

Published on Online Documentation for Altium Products (

Published on Online Documentation for Altium Products ( Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > Managed Schematic Symbols Using Altium Documentation Modified by Jason Howie on Jun 22, 2018 Parent page:

More information

ActiveBOM - BOM Catalog

ActiveBOM - BOM Catalog ActiveBOM - BOM Catalog Old Content - visit altium.com/documentation Modified by Admin on Nov 29, 2016 Parent article: ActiveBOM The BOM Catalog tab is a constituent part of the BOM document (*.BomDoc),

More information

Published on Online Documentation for Altium Products (https://www.altium.com/documentation)

Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Главная > Local Version Control Service Using Altium Documentation Modified by Jason Howie on May 8, 2018 Parent

More information

Published on Online Documentation for Altium Products (

Published on Online Documentation for Altium Products ( Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > Managed Simulation Models Using Altium Documentation Modified by Jason Howie on Jun 22, 2018 Parent page:

More information

PCB Project Configurations

PCB Project Configurations PCB Project Configurations Frozen Content Modified by Admin on Sep 13, 2017 Parent article: Board Design Release PCB design projects (*.PrjPcb) are design-side entities, containing the source documents

More information

Releasing a Simulation Model to a Vault

Releasing a Simulation Model to a Vault Releasing a Simulation Model to a Vault Old Content - see latest equivalent Modified by Jason Howie on May 31, 2017 Parent article: Vault-Based Domain Models From a designer's perspective, a vault-based

More information

PCB Release View. Contents

PCB Release View. Contents PCB Release View Contents View Breakdown Open Projects Project Configurations Process Flow File Generation Using the View in Design Mode Getting Access to Release Mode Validation and Output Generation

More information

By defining design repositories in this centralized fashion, an oganization can fully control which repositories its designers can access and use.

By defining design repositories in this centralized fashion, an oganization can fully control which repositories its designers can access and use. Local Version Control Service Old Content - see latest equivalent Modified by Jason Howie on 31-May-2017 Parent article: Altium Vault The Altium Vault installation provides localized (and centralized)

More information

Managed Projects. Modified by Jason Howie on 31-May-2017

Managed Projects. Modified by Jason Howie on 31-May-2017 Managed Projects Old Content - see latest equivalent Modified by Jason Howie on 31-May-2017 Altium Designer 14.3, in conjunction with the latest Altium Vault, brings support for Managed Projects. In the

More information

Altium Designer Viewer - Generating Output

Altium Designer Viewer - Generating Output Altium Designer Viewer - Generating Output Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 Altium Designer Viewer allows you to open, view, and generate output from, Output Job Configuration

More information

Published on Online Documentation for Altium Products (

Published on Online Documentation for Altium Products ( Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > Using Version Control Using Altium Documentation Modified by Rob Evans on Apr 11, 2017 RELATED INFORMATION

More information

Attaching a Datasheet to a Component Item in the Vaults Panel

Attaching a Datasheet to a Component Item in the Vaults Panel Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > Storing Component Datasheets in an Altium Vault Using Altium Documentation Modified by Jason Howie on

More information

Accessing the Vault. Parent article: Altium Vault Technology. Mod. ifi. Adm. Sep 13,

Accessing the Vault. Parent article: Altium Vault Technology. Mod. ifi. Adm. Sep 13, Frozen Content Mod ifi ed by Adm in on Sep 13, 201 7 Parent article: Altium Vault Technology This page contains information regarding browser-based access to the legacy Altium Vault Server. For browser-based

More information

Creating a Database Library from an Integrated Library

Creating a Database Library from an Integrated Library Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > Database Library Migration Tools Using Altium Documentation Modified by Jason Howie on Apr 11, 2017 Parent

More information

Installing SOLIDWORKS PCB

Installing SOLIDWORKS PCB Installing SOLIDWORKS PCB Modified by on 24-Oct-2017 Parent page: Installation Overview Installation of any software application should be straightforward, intuitive and, perhaps above all, fast. Furthermore,

More information

A Suggested Methodology for Vault-Driven Electronics Design

A Suggested Methodology for Vault-Driven Electronics Design A Suggested Methodology for Vault-Driven Electronics Design Frozen Content Modified by Jason Howie on 31-May-2017 Additional Resources An Introduction to Vault-Driven Electronics Design Getting Started

More information

Accessing the Interface

Accessing the Interface Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Главная > Browser-based Access & Management Using Altium Documentation Modified by Jason Howie on Jun 28, 2018

More information

Published on Online Documentation for Altium Products (

Published on Online Documentation for Altium Products ( Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Главная > Working with the Explorer Panel - Feature How-Tos Using Altium Documentation Modified by Jason Howie

More information

Published on Online Documentation for Altium Products (https://www.altium.com/documentation)

Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Главная > Офлайн-установка Altium Designer Using Altium Documentation Modified by Pavel Demidov on Apr 11, 2017

More information

Component Management in SOLIDWORKS PCB

Component Management in SOLIDWORKS PCB Component Management in SOLIDWORKS PCB Modified by Jason Howie on Oct 24, 2017 Parent page: Exploring SOLIDWORKS PCB A component is the general name given to a part that can be placed into an electronic

More information

Class Structure in the PCB

Class Structure in the PCB Class Structure in the PCB Old Content - visit altium.com/documentation Modified by on 13-Sep-2017 Related Videos Structured Classes in the PCB Editor Altium Designer already provided high-quality, robust

More information

Fitted with modified component parameters, such as the component's value.

Fitted with modified component parameters, such as the component's value. Variants Modified by Susan Riege on Sep 4, 2018 Parent page: Exploring CircuitStudio The ability to create variations of the same base design is a real strength of CircuitStudio, and a tremendous productivity

More information

Published on Online Documentation for Altium Products (

Published on Online Documentation for Altium Products ( Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Главная > Working with the Vaults Panel - Feature How-Tos Using Altium Documentation Modified by Jason Howie

More information

Published on Online Documentation for Altium Products (

Published on Online Documentation for Altium Products ( Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Главная > Установка, лицензирование и управление системой Using Altium Documentation Modified by Jason Howie

More information

PCB 3D Video. Making a PCB 3D Video. Modified by Admin on Sep 13, D PCB 'flyovers'

PCB 3D Video. Making a PCB 3D Video. Modified by Admin on Sep 13, D PCB 'flyovers' PCB 3D Video Old Content - visit altium.com/documentation Modified by Admin on Sep 13, 2017 Related Videos 3D PCB 'flyovers' If a picture can 'tell a thousand words', it stands to reason that a series of

More information

Releasing a PCB 2D-3D Model to a Vault

Releasing a PCB 2D-3D Model to a Vault Releasing a PCB 2D-3D Model to a Vault Old Content - see latest equivalent Modified by Jason Howie on 31-May-2017 Parent article: Vault-Based Domain Models From a designer's perspective, a vault-based

More information

System Installation, Licensing & Management

System Installation, Licensing & Management System Installation, Licensing & Management Old Content - visit altium.com/documentation Modified by on 13-Sep-2017 Installation of any software application should be straightforward, intuitive and, perhaps

More information

This document provides detailed information on placing components from a database using Altium Designer's SVN Database Library feature.

This document provides detailed information on placing components from a database using Altium Designer's SVN Database Library feature. Old Content - visit altium.com/documentation Mod ifi ed by on 13- Sep -20 17 This document provides detailed information on placing components from a database using Altium Designer's SVN Database Library

More information

Published on Online Documentation for Altium Products (http://www.altium.com/documentation)

Published on Online Documentation for Altium Products (http://www.altium.com/documentation) Published on Online Documentation for Altium Products (http://www.altium.com/documentation) Home > Managed Projects Usability Improvements A New Era for Documentation Modified by Rob Evans on Apr 11, 2017

More information

Browser-based Access and Management

Browser-based Access and Management Browser-based Access and Management Old Content - see latest equivalent Modified by on 13-Sep-2017 In addition to connecting to an Altium Vault through Altium Designer, and interfacing to it through the

More information

Working with Version-Controlled Database Libraries. Contents

Working with Version-Controlled Database Libraries. Contents Working with Version-Controlled Database Libraries Contents Librarian or Designer? Working as a Librarian The Source Control Repository Using the Library Splitter Wizard Creating the SVN Database Library

More information

Component Management in CircuitMaker

Component Management in CircuitMaker Component Management in CircuitMaker Modified by Rob Evans on 14-Oct-2015 Related pages Driving a PCB Design through CircuitMaker Project Management Parent page: Exploring CircuitMaker A component is the

More information

Support for 3D Models. Folder Type. Modified by Jason Howie on May 31, 2017

Support for 3D Models. Folder Type. Modified by Jason Howie on May 31, 2017 Support for 3D Models Old Content - see latest equivalent Modified by Jason Howie on May 31, 2017 The Altium Vault 2.5 release, in conjunction with Altium Designer 15.1, brings support for vault-based

More information

Folder Type. Parent page: Managed Domain Models

Folder Type. Parent page: Managed Domain Models Published on Online Documentation for Altium Products (https://www.altium.com/documentation) 主页 > Managed Simulation Models Using Altium Documentation Modified by Jason Howie on Jun 22, 2018 Parent page:

More information

Preparing the Board for Design Transfer. Creating and Modifying the Board Shape. Modified by Phil Loughhead on 15-Aug-2016

Preparing the Board for Design Transfer. Creating and Modifying the Board Shape. Modified by Phil Loughhead on 15-Aug-2016 Preparing the Board for Design Transfer Old Content - visit altium.com/documentation Modified by Phil Loughhead on 15-Aug-2016 This article describes how to prepare the new PCB file so that it is ready to

More information

AltiumLive - Dashboard

AltiumLive - Dashboard AltiumLive - Dashboard Frozen Content Modified by on 13-Sep-2017 Additional Resources FAQs Glossary When we purchase something, we like to (quite rightly) take ownership of, and control how, that something

More information

Storage Manager. Summary. Panel access. Modified by on 10-Jan-2014

Storage Manager. Summary. Panel access. Modified by on 10-Jan-2014 Storage Manager Old Content - visit altium.com/documentation Modified by on 10-Jan-2014 Related panel: Differences Panel Related documents: Version Control and Altium Designer Version Control Terminology

More information

to be handled, tracked and verified, otherwise the components' designators and other design data can become out of sync.

to be handled, tracked and verified, otherwise the components' designators and other design data can become out of sync. Understanding Design Annotation Old Content - visit altium.com/documentation Modified by Admin on Nov 6, 2013 This document explores the process of annotation in Altium Designer - from understanding Schematic,

More information

Published on Online Documentation for Altium Products (

Published on Online Documentation for Altium Products ( Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > Storage Manager Using Altium Documentation Modified by Jason Howie on Jun 16, 2017 Parent page: System

More information

Published on Online Documentation for Altium Products (

Published on Online Documentation for Altium Products ( Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > Understanding Models, Components and Libraries Using Altium Documentation Modified by Phil Loughhead on

More information

Releasing a Component Definition to a Vault

Releasing a Component Definition to a Vault Releasing a Component Definition to a Vault Old Content - see latest equivalent Mod ifi ed by Jas on How ie on 31May -20 17 Parent article: Vault-Based Components Once all prerequisite domain models have

More information

Item Revision Naming Schemes. Revision Naming Terminology. Default Revision Naming Schemes. Modified by Jason Howie on 31-May-2017

Item Revision Naming Schemes. Revision Naming Terminology. Default Revision Naming Schemes. Modified by Jason Howie on 31-May-2017 Item Revision Naming Schemes Old Content - see latest equivalent Modified by Jason Howie on 31-May-2017 Parent article: Items and Item Revisions Each Item in an Altium Vault is comprised of a series of

More information

ActiveBOM - BOM Components

ActiveBOM - BOM Components ActiveBOM - BOM Components Old Content - visit altium.com/documentation Modified by on 13-Sep-2017 Parent article: ActiveBOM The BOM Components tab is a constituent part of the BOM document (*.BomDoc),

More information

Information for IT Departments

Information for IT Departments Information for IT Departments Frozen Content Modified by Admin on Sep 13, 2017 This page contains information regarding legacy Altium Vault Technologies - namely the Altium Vault Server and Altium Personal

More information

To create a few test accounts during the evaluation period, use the Manually Add Users steps.

To create a few test accounts during the evaluation period, use the Manually Add Users steps. Once you complete the Essentials for Office 365 Wizard, the Essentials page displays in Barracuda Cloud Control. Click Set up additional domains to go to the Barracuda Email Security Service Domains page,

More information

Automatic Firmware Update Wizard

Automatic Firmware Update Wizard Automatic Firmware Update Wizard Frozen Content Modified by on 13-Sep-2017 Main article: NanoBoard 3000 - Firmware Updates The Automatic Firmware Update wizard. The Automatic Firmware Update wizard is used

More information

Altium Vault Licensing

Altium Vault Licensing Altium Vault Licensing Old Content - see latest equivalent Modified by Jason Howie on May 31, 2017 Previous incarnations of Altium Vault Technologies saw support for several differing types of vault, each

More information

Generating a Custom Bill of Materials

Generating a Custom Bill of Materials Generating a Custom Bill of Materials Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 This tutorial describes how to use the Report Manager to set up a Bill of Materials (BOM) report.

More information

Component Templates. The Component Template Item Type. Modified by Jason Howie on 31-May-2017

Component Templates. The Component Template Item Type. Modified by Jason Howie on 31-May-2017 Component Templates Old Content - see latest equivalent Modified by Jason Howie on 31-May-2017 Altium Vault 2.5, in conjunction with Altium Designer 15.1, brings support for creating and defining Component

More information

Altium Vault - Details for IT Departments

Altium Vault - Details for IT Departments - Details for IT Departments Old Content - see latest equivalent Modified by Admin on Sep 13, 2017 While installation and use of Technology in the form of an and its related services is detailed across

More information

Published on Online Documentation for Altium Products (

Published on Online Documentation for Altium Products ( Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > Schematic Symbol Generation Tool Using Altium Documentation Modified by Jason Howie on Apr 11, 2017 Parent

More information

Altium Vault Technology. Contents

Altium Vault Technology. Contents Altium Vault Technology Contents Which Vault is for Me? Altium Vault Server Installing the Altium Vault Server Verifying the Altium Vault Server is Running Licensing Altium Personal Vault Installing the

More information

Defining Net Classes by Area on a Schematic. Creating a Net Class from a Blanket Directive. Modified by Admin on Sep 13, Blankets in Schematic

Defining Net Classes by Area on a Schematic. Creating a Net Class from a Blanket Directive. Modified by Admin on Sep 13, Blankets in Schematic Defining Net Classes by Area on a Schematic Old Content - visit altium.com/documentation Modified by Admin on Sep 13, 2017 Related Video Blankets in Schematic Altium Designer already allows you to create

More information

PCB. Modified by Rob Evans on 28-May Parent page: PCB Panels

PCB. Modified by Rob Evans on 28-May Parent page: PCB Panels PCB Modified by Rob Evans on 28-May-2015 Parent page: PCB Panels The PCB panel gives you full acces to board objects, items and classes via a filtered browser. Summary The PCB panel allows you to browse

More information

Published on Online Documentation for Altium Products (https://www.altium.com/documentation)

Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > Support for Parameters in PCB Footprints Using Altium Documentation Modified by Jason Howie on Apr 11,

More information

Obtaining the LDAP Search string (Distinguished Name)?

Obtaining the LDAP Search string (Distinguished Name)? How to Configure LDAP Sync with the Altium Vault Old Content - see latest equivalent Modified by Jason Howie on 31-May-2017 An LDAP Sync allows the administrator of an Altium Vault to leverage the network

More information

Libraries. Modified by Rob Evans on 15-Oct Related pages: Component Management in CircuitMaker

Libraries. Modified by Rob Evans on 15-Oct Related pages: Component Management in CircuitMaker Libraries Modified by Rob Evans on 15-Oct-2015 Related pages: Component Management in CircuitMaker From Idea to Manufacture - Driving a PCB Design through CircuitMaker Parent page: Panels Use the Libraries

More information

University of North Carolina at Charlotte

University of North Carolina at Charlotte University of North Carolina at Charlotte Facilities Management Procedures Manual v1.0 Delivered by PMOLink, LLC December 15-16, 2009 2009 All rights reserved. No part of this publication may be reproduced

More information

Altium Designer Viewer. Contents

Altium Designer Viewer. Contents Altium Designer Viewer Contents What You can do Key Features at-a-glance Supported Output Generation Viewer Environment Viewing Schematic Documents Viewing PCB Documents Searching Live Supplier Data Using

More information

Published on Online Documentation for Altium Products (

Published on Online Documentation for Altium Products ( Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > PCB - From-To Editor Using Altium Documentation Modified by Admin on Apr 11, 2017 Parent page: PCB Panels

More information

There are several ways to begin a presentation. Where are you starting from?

There are several ways to begin a presentation. Where are you starting from? Portal > Knowledgebase > ESP Web > ESP Presentations ESP Presentations Jennifer S - 2019-02-08 - in ESP Web The ESP Presentation tool allows you to quickly and easily build sales presentations that are

More information

If you are new to version control systems and are wondering where to start, read the article Version Control and Altium Designer.

If you are new to version control systems and are wondering where to start, read the article Version Control and Altium Designer. Tutorial - Using Version Control in Altium Designer Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 Altium Designer supports Subversion (SVN) and Concurrent Versions System (CVS).

More information

Configuration Starting the CoDaBix Compact Application General... 2 (1) CoDaBix CompactToolbar... 2 Licence Dialog... 3

Configuration Starting the CoDaBix Compact Application General... 2 (1) CoDaBix CompactToolbar... 2 Licence Dialog... 3 1/2 Table of Contents... 1 Starting the CoDaBix Compact Application... 1 Configuration... 1 General... 2 (1) CoDaBix CompactToolbar... 2 Licence Dialog... 3 About... 3 (2) Working Area... 4 (3) Title Bar...

More information

Published on Online Documentation for Altium Products (https://www.altium.com/documentation)

Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > Installing the Altium NEXUS Server Using Altium Documentation Modified by Jason Howie on May 1, 2018

More information

AltiumLive - Content Store

AltiumLive - Content Store AltiumLive - Content Store Frozen Content Modified by on 13-Sep-2017 Introducing the AltiumLive Content Store. The Content Store is an area in AltiumLive dedicated to content - content that is invaluable

More information

Apache Subversion Tutorial

Apache Subversion Tutorial Apache Subversion Tutorial Computer Science Standard C-6.C Diana Machado Raul Garcia Dr. Shu-Ching Chen Florida International University Computer Science 2/22/2014 What is Subversion (SVN)? A free and

More information

Installing the Altium Vault

Installing the Altium Vault Installing the Altium Vault Old Content - see latest equivalent Modified by Admin on Sep 13, 2017 Parent article: Altium Vault The Altium Vault is a full-blown engineering content management solution that

More information

From Idea to Manufacture - Driving a PCB Design through CircuitStudio

From Idea to Manufacture - Driving a PCB Design through CircuitStudio From Idea to Manufacture - Driving a PCB Design through CircuitStudio Modified by Susan Riege on 13-Sep-2018 Welcome to the world of electronic product development in Altium's world-class electronic design

More information

Using the SVN Database Library Conversion Wizard

Using the SVN Database Library Conversion Wizard Published on Online Documentation for Altium Products (https://www.altium.com/documentation) 主页 > SVN Database Library Conversion Wizard Using Altium Documentation Modified by Rob Evans on Jun 19, 2017

More information

Generating Output for an Assembly Variant. Selecting the Variant. Modified by on 6-Nov-2013

Generating Output for an Assembly Variant. Selecting the Variant. Modified by on 6-Nov-2013 Generating Output for an Assembly Variant Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 Assembly and/or report-based output for a variant is typically generated using an Output

More information

Schematic Libraries, Models and Integrated Libraries

Schematic Libraries, Models and Integrated Libraries Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Главная > A Look at Creating Library Components Using Altium Documentation Modified by Jason Howie on Apr 11,

More information

Using Components Directly from Your Company Database

Using Components Directly from Your Company Database Using Components Directly from Your Company Database Old Content - visit altium.com/documentation Modified by Phil Loughhead on 18-May-2016 This document provides detailed information on using components

More information

ALTIUM VAULT IMPLEMENTATION GUIDE

ALTIUM VAULT IMPLEMENTATION GUIDE TABLE OF CONTENTS FIRST-TIME SETUP FOR ALTIUM VAULT SOFTWARE INSTALLATION RUNNING THE SETUP WIZARD LICENSE AGREEMENT SELECT DESTINATION LOCATION SELECT ALTIUM VAULT DATA DIRECTORY ALTIUM VAULT CONFIGURATION

More information

Database Library Migration Tools. Contents

Database Library Migration Tools. Contents Database Library Migration Tools Contents Creating a Database Library from an Integrated Library Converting to a DBLib Specifying the Target Database Specifying the Target Database Library Choosing the

More information

Installing the ECAD-MCAD Project Collaboration Server

Installing the ECAD-MCAD Project Collaboration Server Installing the ECAD-MCAD Project Collaboration Server Modified by on 24-Oct-2017 Parent page: Installation Overview In order to use SOLIDWORKS PCB, in collaboration with SOLIDWORKS, you must also have

More information

From Idea to Manufacture - Driving a PCB Design through SOLIDWORKS PCB

From Idea to Manufacture - Driving a PCB Design through SOLIDWORKS PCB From Idea to Manufacture - Driving a PCB Design through SOLIDWORKS PCB Modified by Jason Howie on 24-Oct-2017 Welcome to the world of electronic product development in Altium's world-class electronic design

More information

PCB. Summary. Modified by Rob Evans on 8-Oct Parent page: PCB Panels

PCB. Summary. Modified by Rob Evans on 8-Oct Parent page: PCB Panels PCB Modified by Rob Evans on 8-Oct-2016 Parent page: PCB Panels The PCB panel gives you full access to board objects and items via a filtered browser. Summary The PCB panel allows you to browse the current

More information

Customer Attributes. Creating New Customer Attributes. For more details see the Customer Attributes extension page.

Customer Attributes. Creating New Customer Attributes. For more details see the Customer Attributes extension page. For more details see the Customer Attributes extension page. Customer Attributes Customer Attributes Magento extension enables you to get extra information from your customers. Provide additional field

More information

5 WAYS TO CUSTOMIZE ALTIUM DESIGNER FOR BETTER EFFICIENCY

5 WAYS TO CUSTOMIZE ALTIUM DESIGNER FOR BETTER EFFICIENCY Menu items, shortcut keys, and toolbar icons are the three ways of accessing features within the Altium Designer environment. All of these are customizable and may enhance the user experience with Altium

More information

Accessing the Dashboard

Accessing the Dashboard Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > Altium Dashboard Using Altium Documentation Modified by Jason Howie on Jul 13, 2017 If you are an administrator

More information

Generating Output for an Assembly Variant. Contents

Generating Output for an Assembly Variant. Contents Generating Output for an Assembly Variant Contents Selecting the Variant Using an Output Job file Schematic prints Labeling the print with the variant name PCB assembly drawings Direct report generation

More information

Tutorial - Getting Started with PCB Design

Tutorial - Getting Started with PCB Design Tutorial - Getting Started with PCB Design Old Content - visit altium.com/documentation Modified by Phil Loughhead on 3-Aug-2016 Welcome to the world of electronic product development environment in Altium

More information

Introduction to Autodesk VaultChapter1:

Introduction to Autodesk VaultChapter1: Introduction to Autodesk VaultChapter1: Chapter 1 This chapter provides an overview of Autodesk Vault features and functionality. You learn how to use Autodesk Vault to manage engineering design data in

More information

Published on Online Documentation for Altium Products (

Published on Online Documentation for Altium Products ( Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > Managing Users Using Altium Documentation Modified by Jason Howie on May 8, 2017 Parent page: Browser-based

More information

Getting Started. i-net Designer

Getting Started. i-net Designer i-net Designer 1 Introduction to i-net Designer... 2 2 Obtaining and installing i-net Designer... 3 2.1 Where to find i-net Clear Reports and i-net Designer... 3 2.2 System Requirements... 3 2.3 Installing

More information

Installing the ECAD-MCAD Project Collaboration Server

Installing the ECAD-MCAD Project Collaboration Server Installing the ECAD-MCAD Project Collaboration Server Old Content - visit altium.com/documentation Modified by on 13-Sep-2017 Parent article: MCAD Co-Designer - SolidWorks This documentation is now considered

More information

Extensions Management Interface. Parent page: System Installation, Licensing & Management

Extensions Management Interface. Parent page: System Installation, Licensing & Management Published on Online Documentation for Altium Products (https://www.altium.com/documentation) 主页 > 扩展Altium Designer Using Altium Documentation Modified by Jun Chu on Jan 29, 2018 Parent page: System Installation,

More information

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution User Guide Kronodoc 3.0 Intelligent methods for process improvement and project execution 2003 Kronodoc Oy 2 Table of Contents 1 User Guide 5 2 Information Structure in Kronodoc 6 3 Entering and Exiting

More information

Component, Model and Library Concepts

Component, Model and Library Concepts Component, Model and Library Concepts Old Content - visit altium.com/documentation Modified by Susan Riege on 6-Aug-2016 Related Resources Net Ties and How to Use Them (PDF) This article explains Altium

More information

Altium Designer Viewer - Viewing PCB Documents

Altium Designer Viewer - Viewing PCB Documents Altium Designer Viewer - Viewing PCB Documents Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 In Altium Designer Viewer PCB documents are opened in the PCB Editor. The tools and

More information

Amazon WorkDocs. User Guide

Amazon WorkDocs. User Guide Amazon WorkDocs User Guide Amazon WorkDocs: User Guide Copyright 2017 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection

More information

A Walk Through...Altium's Vault-Driven Electronics Design Methodology. Contents

A Walk Through...Altium's Vault-Driven Electronics Design Methodology. Contents A Walk Through...Altium's Vault-Driven Electronics Design Methodology Contents Setting up Version Control Components Folder Structure Design Content Folder Structure Hardware Design Folder Structure Using

More information

Exploring CircuitMaker

Exploring CircuitMaker Exploring CircuitMaker Modified by Phil Loughhead on 2-Jun-2015 Getting Started Driving a PCB Design through CircuitMaker Project Management Component Management Variants Parent page: CircuitMaker Documentation

More information

Step 3 - Deploy Advanced Security and Compliance for Exchange Server

Step 3 - Deploy Advanced  Security and Compliance for Exchange Server Step 3 - Deploy Advanced Email Security and Compliance for Exchange Server Use this article to deploy the Barracuda Cloud Archiving Service component for Exchange Server 2007 and 2010 in your environment.

More information

PCB Layer Stack Management

PCB Layer Stack Management PCB Layer Stack Management Old Content - visit altium.com/documentation Modified by on 29-Nov-2016 Related Videos Define New Layer Stacks Layer Stack Regions A printed circuit board, or PCB, is used to mechanically

More information

Automation Engine 16 Chapter 'CDI Platemaking

Automation Engine 16 Chapter 'CDI Platemaking 16 Chapter 'CDI Platemaking Workflow' 11-017 Contents 1. Intro...3 1.1 Terminology... 3 1. Manual Workflow (DFS only)... 4 1.3 Automatic workflow (using AE)... 5 1.4 1.5 1.6 1.7 1.8 Semi-Automatic Workflow

More information