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

Size: px
Start display at page:

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

Transcription

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

2 Setting up Version Control Components Folder Structure Design Content Folder Structure Hardware Design Folder Structure Using Templates to Speed Design Project Creation Linked Output Job Configuration Files Keeping Panels and Designs Separate Setting up an Altium Vault Vault Structure Vault Item IDs Revision Naming and Lifecycle Management Schemes Managing Vault Users and Permissions If it's not in a Vault - Create and Release! Models Schematic Symbol PCB 2D/3D Component Model Generic Models Components Sourcing Component Models Managed Sheets Naming Convention Design Standards Configuring and Releasing Designs Using Standard Configurations The Release Process Controlling Data Access for Fabrication and Assembly

3

4 Additional Resources Designing with Altium mini-site An Introduction to Vault-Driven Electronics Design Getting Started with the Vault-driven Methodology Parent article: Vault-Driven Electronics Design Using its own unified electronic product development software Altium Designer in concert with its suite of advanced design data management features and Vault Technology, Altium continues to forge a new, streamlined methodology for designing electronics. This methodology essentially optimizing the design flow by using the tools and technologies in the manner in which they were designed to be used is centered around the concept of designing for reuse, and that all elements of design (models, components, schematic sheets, design modules, etc) have been released into, and therefore can be sourced from, an Altium Vault. As such, this evolving methodology is known as Vault-Driven Electronics Design. The benefits of adopting this design methodology include the enhanced quality of the designs created, since all design elements are managed in the vault and ratified for use, and the inherent high-productivity gains of being able to quickly create designs using an ever-expanding repository of design 'building blocks'. In this article, we will take a look at the Vault-Driven Electronics Design methodology, as it is currently defined and implemented by the Hardware Team at Altium today. Tutorial-like, but not rigidly so, think of this article as more of a conversational 'walk through' of the methodology - providing an overview of its key elements and how various aspects of Altium Designer and Altium Vault Technology are being used to streamline design. This walk through does not not attempt to re-iterate or describe each and every feature and technology of Altium's Design Data Management System. Rather, it aims to impart information on how these can be used to their best potential. Links to more detailed information are included where appropriate. It is highly recommended that, if you haven't done so already, you browse the various sub-articles of the main Vault-Driven Electronics Design article, to familiarize yourself with the features and technologies available, and how they are used in general.

5 SVN or CVS version control providers are supported by the system. For this walk through, only SVN will be considered, but the processes involved when using CVS are similar. Before getting started, you should install TortoiseSVN or a similar Subversion browser interface. TortoiseSVN can be downloaded from rtoisesvn.net/downloads. Setting up Version Control Related article: Design Repositories Version control and Altium Vault Technology are essentially symbiotic partners in the design dance. While Vaults offer a secure repository for the released data, and are the source from which all elements in a new design project are placed, it is a version control repository known within Altium's Design Data Management system as a version-controlled Design Repository that stores the design-side source itself, the source that gets incrementally changed by a design team on a day-by-day basis, and released (and re-released) into a vault as a series of evolutionary revisions of linked design items. So the source design project lives and breathes within a version control repository. The electronics - the features and functionality - are implemented in the design using vault-based components, managed sheets, and higher level assemblies (such as module boards), the design-side source for which is also stored within the version control repository. Changes are made by any member of the design team and recorded the instant they check in a change to the SVN or CVS repository. At all times the process is fully auditable - who changed what, in which document, and when. The design project, at the appropriate stage, will then be released into the vault itself, along with the generation of all applicable data required to fabricate and assemble that board downstream. The Altium design methodology also relies heavily on version control as the dwelling place of design templates and to implement the concept of common files that are shared by design projects. So a structure of project template files and applicable linked source documents. The designer comes to the version control repository to checkout these files locally, and use the project templates as a means to get the ball rolling for any new design project that comes along. Altium Designer supports version-controlled Design Repositories using either Subversion (SVN) or Concurrent Versions System (CVS) as the service provider. Subversion is the preferred provider and Altium Designer, true to its unified nature, comes with Subversion capabilities built-in. To quickly create a new folder-based SVN Design Repository: 1. Open the Preferences dialog 2. On the Data Management Version Control page, you will see that SVN - Subversion is an enabled version control provider, and that the built-in Subversion is enabled for use by default. 3. On the Data Management Design Repositories page, click the Create New button and choose the SVN e ntry on the associated drop-down menu. Use the Create SVN Design Repository dialog that appears to give the vault a meaningful name and specify the location for the repository. If a folder is specified that does not currently exist, it will be created for you.

6 Example newly created SVN Design Repository, appearing within Altium Designer as Main Design Repository. In a collaborative environment, one or more Design Repositories may already have been created in a location accessible by multiple users. In this case, you do not need to create a new repository re-inventing the wheel as it were rather you simply need to connect to the required existing repository. From the Data Management Design Repositories page, simply use the C onnect To button and choose the type of repository you wish to connect to. In the connection dialog that appears, simply enter a name by which to refer to the repository from within Altium Designer, and specify the repository access method and path to the root folder of the repository. 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.

7 By creating (or connecting to) a repository in this way you are, in effect, registering that repository with the system telling Altium Designer of its existence as it were. Furthermore, there is no manual specification of paths to unofficial or 'rogue' repositories. Through Altium Designer, you can only interact with those VCS-based Design Repositories you have purposefully connected to the system. To have even better separation and easier-implemented control over just who has access to which area of design, it is recommended to set up three distinct folders within the repository: One for Components. One for Design Content (managed sheets). One for the actual Hardware Designs (including any modular design building blocks, production designs, and manufacturing panels). Then use folder-level permissions to determine who has access to which area. Browsing an example SVN version control repository containing separate folders for each of the three areas. The following sections take a closer look at the structure in-place for each of these folders, including certain source design documents that play a vital role in the design methodology. Not only does this structure need to exist prior to lifting a design finger as it were, this structure is also largely reflected (or mirrored) in the target Altium Vault, giving a 1-to-1 relationship that makes finding the source for a released item, and vice-versa, straightforward. Components Folder Structure

8 Component folder structure in the SVN repository. The Components folder contains three sub-folders: Components - Generic:components that can be highly parameterized, such as resistors, capacitors and inductors. Each component type is further categorized as necessary, depending on its parametric nature. So in the image below, Capacitors are further divided by material, then size, then voltage. Notice that there is no Models folder. Since these components are generic, they make use of generic schematic symbol and PCB 2D/3D component models. Generic Models: these are models that can be reused across vendors and also for generic components (where multiple components change in some parametric way rather than in their domain model representation). For almost all vendor components, the PCB 2D/3D models are specific and will therefore be local to those components. There will therefore be very few of these. It is more the schematic symbols that come into play here.

9 Vendor: components from a third party manufacturer, organized by vendor and further categorized by family. So in the example image below, there is a folder for the vendor Bosch, and then sub-folders for the families D igital Acceleration Sensors and MEMS Pressure Sensors. These family names are generally taken directly from the vendor's website. A separate folder is used to store the specific models for these components further sub-divided into folders for the schematic symbols and PCB 2D/3D component models. Design Content Folder Structure

10 Design Content folder structure in the SVN repository. The Design Content folder contains a sub-folder of schematics that are the source for Managed Sheet items in the vault. A Managed Sheet is an Altium Designer schematic sheet containing components (sourced from a vault) and wiring, that is then released to an Altium Vault, so it can be re-used in other designs. The Managed Sheet concept is not limited to a single schematic sheet either, you can place a Managed Sheet in your design that is the top of a tree of other Managed Sheets. These source schematics are structured by functional class and sub-class (where appropriate). At the component-level, grouping together by vendor and component families makes sense, but at this managed sheet level, where a sheet can contain components from different vendors, it's more appropriate to talk about what the sheet contains, or rather the functionality that it offers the designer. In the vault especially, this will enable a designer to quickly flick through and browse to the sheet required, based on the functionality it offers. This ability to use components to build larger design building blocks enables the design-flow to become streamlined. The designer, just like picking parts off a shelf, simply reuses these managed sheets of design functionality in the bigger design project. Hardware Design Folder Structure

11 Hardware Design folder structure in the SVN repository. The Hardware Design folder essentially contains the following five sub-folders: Common this folder contains documents that are common to design or panel projects. There is a folder of pre-configured Output Job Configuration files, that are used in all design projects. There is also a folder of PCB panel documents, which are used in panel projects. Hardware Building Blocks this folder is used as the location for design projects which themselves will become modular design elements that can be reused in other 'parent' designs. Altium's Hardware Team for example, design module boards. These boards can go for manufacture themselves in their own right, but are also used as satellite boards that attach to parent 'carrier' boards. When it comes time to manufacture and assemble the parent board, a module board is picked and placed as though it were a component. Hardware Panels this folder is used as the location for panel projects, keeping panels distinctly separate from the boards they will ultimately contain for fabrication. Hardware Products this folder is used as the location for full product designs that will be used as products in their own right out in the real world. Templates this folder contains template project and document files used to streamline the start of new designs. While your organization of design and panel projects can be different, for example you may not design modular board 'building blocks', the use of Common and Template folders/documents is a key part of the design methodology. Using Templates to Speed Design Project Creation An important part of Altium s design methodology is the ability for a designer to get going on a new design quickly, and in a streamlined way. To support this, the idea of using templates and common files naturally evolved. This involves templating as much of the design-side source as possible, giving a designer all the bits and pieces they need to get started with that next big design. For Altium's Hardware Team, developing module boards, this meant creating a range of PCB project templates to cater for different board form factors and layers, with links to the relevant schematic and PCB document templates.

12 All of these template files are created and stored in their respective locations under the \Hardware Design\Templates folder. So to run through how the Hardware Team are using templates, let's first look at the structure beneath the Templates folder. Templates folder structure, as implemented by Altium's Hardware Team. Templates are divided into Projects, and their constituent Documents. There are both board-level and panel-level project templates (more on why these are separated later). The Team currently have project templates defined for the module boards they are working on, and these are parked under the aptly-named Projects\Board Level\Building Blocks sub-folder. Likewise, related panel project templates are stored under the Projects\ Panel Level\Building Blocks sub-folder. In terms of board-level project templates, there are separate folders for each of the various board dimension/layer configuration combinations. For the panel projects, there is a folder for each panel dimension/layer configuration combination. Project templates in the SVN repository.

13 Each project template folder contains a single project file. Both are identically named. The naming incorporates as much information as necessary for a designer to instantly see which project template they need to use, based on the next design they have to work on. So in this case, looking at board-level project template MBxxxx_16-M9X9_L2_200 reflects a 16-pin module with dimensions 9mmx9mm, is a 2-layer board configuration and has 2mm relative pin spacing. Here, the MBxxxx is an identifier for the board itself that gets filled in later. Now, running with a board-level project template, this references, or links to, required schematic and PCB document templates. These are stored in the Documents\SCH Documents and Documents\PCB Documents folders respectively. Links from the main project file to any constituent documents are always kept relative. The following image shows the schematic document templates used by the Hardware Team. An example of defined Schematic document templates (as used by the Hardware Team). Two template documents (*.SchDot) have been defined for A3 and A4 sheet sizes respectively from which a set of top-level schematic document templates have then been created, for use across the range of Altium's module board designs. Each document is named to indicate which of the standard Altium module sizes it can be used for. For example the document MBxxxx_Top_P016-M9X9_A4.SchDoc is the top-level sheet containing the necessary vault-managed component for a 16-pad, 9x9mm module. As such, it would be the sheet used (linked into) any of the three template projects for this module board size. A blank, generic devices template document has also been created ( MBxxxx_Devices.SchDoc), which serves two uses as the head document in a hierarchy of managed sheets in a module design project, and as the blank canvas for building a functional sub-circuit, to be released and reused as a managed sheet. The following image shows the PCB document templates used by the Hardware Team. Notice that the PCB document naming is identical to that of the project itself, making it easy for a designer to verify they have the right document in the right project.

14 An example of defined PCB document templates (as used by the Hardware Team). Each PCB document template contains the same set of design rules, which have been considered and honed in consultation with the PCB Fabricator. This allows the templates to be used in designs without worrying about performance or manufacturing yield. The result of using this template-driven approach is that the designer can simply browse through project templates, choose the one that matches the requirements of their next design project and, quite literally in a single click, open a new project in Altium Designer with all base-level design documents brought-in. They are no longer distracted with having to set up these documents, they are right there from the start. Although double-clicking on a template project within Windows Explorer will open it in Altium Designer directly, you do need to remember to save the project with a new name as required. To prevent inadvertently overwriting the actual working copy of the template itself, it is better to open a new design project based on the template (essentially creating a copy of it). Do this by clicking the PCB Projects entry, in the New from template region of the Files panel. Then browse to the checked-out working copy of the required project template.

15 Start a new design and have all the right documents in place, ready to go, simply by clicking on a board project template. Notice in the image above that Output Job Configuration files are also linked and brought in to the project. These are not defined as template files, but rather as a set of common files, as discussed in the next section... Linked Output Job Configuration Files Further streamlining the design flow, a set of pre-configured Output Job Configuration files are available for use by design projects - defined so that the correct output files are generated each and every time across all designs that use them, without the designer having to touch or modify them in any way. The standard set includes separate files for Fabrication, Assembly and Documentation outputs, as well as a file to cover Validation reports. This latter file is used only for board-level designs, and is used by the Validation stage of the board release process. To cater for board designs with different layer configurations, specific Fabrication Output Job files are used so one specific to a 2-layer board, one for a 4-layer board and one for a 6-layer board. So a set of Output Job files to cover the needs of all potential design projects. In the SVN folder structure, these files are stored in the \Hardware Design\Common\Output Jobs folder.

16 An example of defined common Output Job files (as used by the Hardware Team). Each of the template projects simply links-in the required set of files from this common folder. The relevant common Output Job files are linked to the project templates. When a designer clicks to use a project, the Output Job files are brought into the project - one less worry for the designer! As an indication of the outputs defined within each of the specific OutJobs, the Hardware Team use the following: Fabrication.OutJob/ Fabrication-L2.OutJob/ Fabrication-L4.OutJob/ Fabrication-L6.OutJ

17 ob ODB++ Files, Gerber Files, NC Drill Files. Assembly.OutJob Test Point Report, Generates pick and place files, Bill of Materials. Documentation.OutJob PCB 3D Print, Schematic Prints, Bill of Materials. Validation.OutJob Design Rules Check, Electrical Rules Check. For fabrication, to ensure no layers are missed, all layers are included when generating ODB++ and Gerber output. It is then left to the Fabrication House to discard those that do not contain useful design information. In all Output Job files, the Output Containers used are all set to be [Release Managed], which means that the Design Data Management system will handle the base path automatically. The base path will depend on how you are using the PCB Release view. In Design Mode, the base path will be the \<Projec tname>\<configurationname> folder, within your local working sandbox. In Release Mode, the base path will be the root folder of the Altium Vault referenced by the project configuration. A designer shouldn't need to change these files. They are configured to produce the right manufacturing information from the start. But, should a file need to be modified in any way, its storage within the SVN Design Repository comes into play. Since the board release process releasing a configuration of a board design to a new revision of a linked Item in a target vault checks out and works with the HEAD revision of the source project from the Design Repository, a file must be checked back in for any change to 'take effect'. The instant a file is checked in, it is stamped with who modified it, and when. So there is full accountability, no circumventing the system! Keeping Panels and Designs Separate Another aspect of the design methodology is that panel files are not stored as part of the board-level design projects. Rather separate panel projects are used. The reason being that a panel is rarely ever used to fabricate a single board and one panel may be used to fabricate a number of different boards. So a panel is conceptually very different to a standard board-level design, in terms of what is ultimately being manufactured, and is therefore released to the vault as a distinct item in its own right. So, as we saw previously, there are template projects in place for each of the panel dimension/layer configuration combinations. Each project references an identically-named PCB document, which is stored as part of a set of common panel PCB documents, in the \Hardware Design\Common\Panel folder. The project also references the relevant Output Job files, from the common set. The exception is the Validation.OutJob file. This is not required, since it is assumed that all validation is performed at the board design level, and so everything should be valid by the panelization stage.

18 Start a new panel and have all the right documents in place, ready to go, simply by clicking on a panel project template. Setting up an Altium Vault Related article: Altium Vaults The Altium Vault Server plays a fundamental role in Altium s design methodology, as coined by the catchphrase Vault-driven Electronics Design. The vault is THE destination for all elements of design. It provides a single location

19 that designers company-wide can go to, to source the required building blocks for their next design projects. Or, from another perspective, the vault is a single repository for storing the collective design intelligence of an Organization s engineering community. At any time, a designer in that Organization can come to leverage existing design items for reuse in their own designs, off-the-shelf as it were. Altium s Vault Technology provides the security and data management features to ensure that designers can be confident in the integrity and state of any item in the vault that they wish to use in their designs. The integrity comes through the process of releasing the design-side source data into the vault as a locked-down, non-editable revision of that particular item. Lifecycle management reflects what the item can then be safely used for, for example prototyping, production, and so on. In other words, the designers work only with design items that have been approved for use in designs by company management. They simply need to come into the vault and cherry pick the bits and pieces they need to speed the creation of a new design. And the term vault-driven really reflects a key aspect of the design methodology, and that is that ONLY items from a vault can be used in a design. So first look in the vault for existing components, managed sheets of specific circuit functionality and any higher-level design assemblies. If a design element does not exist in the vault, create it and release it as a new design item into the vault first, before reusing it in a design. To connect to an Altium Vault: 1. On the Data Management Vaults page of the Preferences dialog, click the Add Vault button the Connec t To Vault dialog will appear. Enter the URL for the vault you wish to connect to in the Vault Server Address field. An Altium Vault that has been installed on your Local Area Network can be quickly discovered by clicking the Find Vaults on LAN link. As well as the address of the vault server you must also enter a username and password. These will be checked by the authentication server (providing the Identity Service), to ensure you have rights to access that vault. Altium Designer can recognize that the vault server uses AltiumLive authentication by querying the vault server. Your standard AltiumLive credentials will be pre-filled and used. Should you wish to access the vault using alternate valid credentials, you can do so by enabling the Use Alternative Credentials option and entering those credentials accordingly. 2. You can test whether a connection is successful prior to adding it, by using the Test Connection button. With a successful connection, you can go ahead and click OK. A connection to the vault from Altium Designer is made, provided you have access rights and your login details are authenticated as being valid. An entry will appear for it in the listing of vaults back on the Data Management Vaults page of the Preferences dialog. The vault will be enabled by default ready for use. The name of the vault listed on the Data Management Vaults page of the Preferences dialog is initially provided by the vault. This name can be changed by right-clicking on the vault entry and selecting Edit Vault Properties from the context menu. In the dialog that appears, simply change the name as required.

20 Example of a connected Altium Vault, appearing within Altium Designer as Company Satellite Vault. Should you wish to quickly add connections to vaults that are part of the AltiumLive ecosystem, and to which you have authenticated access to (i.e. you have a licensed instance of Altium Designer and valid Altium Subscription), you can do so by clicking the Add Content Services button. This will give you access to the Available Vault Services dialog. The dialog presents Altium's own vaults, running within AltiumLive. To connect to one of these vaults, simply enable the Click to Connect option beneath the vault's icon, which will change to Connect. Clicking OK will add that vault to the list of vaults back on the Data Management Vaults page.

21 Access and connect to Altium's own vaults and the considerable design content they contain. This direct connection enables you to access and place content from these vaults directly into your designs, through the Vault Explorer panel. These vaults can also be browsed from within the AltiumLive community through the Conte nt Store: The Unified Components section contains items available through Altium's Hobart Vault. The Template Designs section contains items available through Altium's Shanghai Vault. Vault Structure A sense of logical order is brought to a vault by creating a tree of folders for the various Items stored in that vault. This is primarily performed from within the Vault Explorer panel. A number of folder types are available, use these to categorize the vault content. Best practice is to have a 1-to-1 match between the structure in the SVN Design Repository and that in the Altium Vault. This keeps a direct (and clean) relationship between source in VCS and the corresponding linked managed items in the vault, making it easy for anyone in the design team to move between the two and find what they need.

22 The same storage structure is used in the Altium Vault and the SVN Design Repository, making it easy for a designer to find what they need on both sides of the link. For information on the features available for defining vault structure, see Organizing the Vault. Vault Item IDs Each distinct design-side source element (models, components, schematic sheets, project configurations) is released to the vault as revisions of a linked design item. Each item has its own unique Item ID. The design methodology includes the following scheme for how these IDs should be named. Design Item Item ID Scheme "xxxx" Assignment Convention

23 Models SYM-xxxx-{00000} PCC-xxxx-{00000} the xxxx part of the ID should be a number that is assigned to a vendor beforehand and recorded somewhere for easy look-up. Mode ls under the same vendor should have the same number. Considering the vendor Maxim for example, and allocating the number 0093 for models from this vendor, the resulting Item IDs would be: SY M , SYM and PCC , PCC Components CMP-xxxx-{00000} the xxxx part of the ID should be a number that is assigned to each product family beforehand and reco rded somewhere for easy look-up. Components under the same family should have the same number. Keeping with Maxim, and considering a couple of families of components: Class D Amplifiers allocating the number 5142 would result in component item IDs of CMP , CMP , and so on. RS-485 Line Driver-Receivers a llocating the number 5174 would result in component item IDs of C MP , CMP , and so on.

24 Managed Sheets SCH-xxxx-{00000} the xxxx part of the ID should be the same number as that used in the model ID of the Vendor from which the key component on the sheet comes from. Consider, for example, a managed sheet that provides RS-485 communications functionality and features a MAX3062EEKA device as its key (or primary) component. Maxim models have been allocated the number 0093 and this same number is now used in the ID for the managed sheet, which therefore becomes SCH-0093-nnnnn. nnnn n will be the next available number in the series (e.g. SCH , if SCH to SCH are taken). Design Projects PAS-xxxx-{00000} PBL-xxxx-{00000} PDE-xxxx-{00000} the xxxx part of the ID should be a number that is assigned to a class of board/product beforehand and recorded somewhere for easy look-up. For example, the Hardware Team use 0001 for Module Boards, 0005 for NanoBoards, and so on, resulting in Item IDs: PAS , PBL , PDE , PAS , PBL , PDE , etc... PAS , PBL , PDE , PAS , PBL , PDE , etc... In each case, the first stage of the ID is the default code for the content type of the Item being created. For the release of many design elements, this can be defined at the folder level by using the prefix $CONTENT_T YPE_CODE (e.g. $CONTENT_TYPE_CODE-0001-{00000} for a folder in which Module Boards are to be released). This enables Items to be created quickly within that folder, while adhering to the correct ID naming scheme. Revision Naming and Lifecycle Management Schemes Related articles: Item Revision Naming Schemes, Item Lifecycle Management Altium's design methodology uses the following Item Revision Naming schemes and Lifecycle Definitions for the various design items that can be released to a vault.

25 Design Item Revision Naming Scheme Lifecycle Definition Models 1-Level (e.g. 1) Basic Lifecycle Components 1-Level (e.g. 1) Component Lifecycle Managed Sheets 2-Level (e.g. A.1) Component Lifecycle Design Projects 3-Level (e.g. 01.A.1) Structured Lifecycle With Approvals Observing standard revision naming schemes and lifecycle definitions, across the various types of design item in a vault ensures smooth, consistent management of those items. So at the lowest level, models use 1-level revision naming with basic lifecycle management (they re either ready for design reuse or not!). Components and managed sheets use the same component lifecycle management, but differ in their revision naming schemes, using 1- and 2-level schemes respectively. For a model or component, any change is going to be significant, but for a managed sheet, a 2-level scheme suits minor revisions (text changes for example) and major revisions - something that changes the circuit or functionality of that circuit substantially. Managing Vault Users and Permissions Related articles: Vault Sharing Control, Sharing Vault Folders An Altium Vault provides secure handling of data with high integrity, while providing both design team and supply chain access to that data as needed. This latter aspect, of who can access a vault, and more importantly what data they are allowed to access, is determined by configuring that vault's Sharing Control. Vault sharing is defined as part of the vault's properties, and can be accessed and changed at any time, both by the local administrator of the vault (signed in on the computer hosting the vault server software) and by Group Administrators for the Organization's Altium Account (through the AltiumLive Dashboard). There are essentially two modes of sharing: Workgroup Sharing in this mode, ALL USERS within your Altium account will have full read/write access rights to your vault. They will be able to create folders and items, and modify the editable attributes of any vault folders. They will be able to release item data into vault folders. Specific folder sharing is not available in this mode, and it is not possible to share a folder outside of the organization. Full Enterprise Security in this mode the local vault administrator and Group Administrators within an Organization's Altium account will have full read/write access to the vault. Other users will be able to access the vault based on configured folder-level sharing options. Folders may be shared with specific individuals (based on address), or entire organizations, and can be configured to be read-only, or read/write. It is important (and reassuring) to note here that a Vault Server can always be accessed by opening Altium Designer and connecting to it on the same physical computer on which it is installed and running. This can be done by different users. When a different user signs in to Altium Designer on the same computer, and connects to the vault, they become a local administrator of that Vault Server instance. This means that if the previous owner leaves the organization, or there is a disconnection from the Internet (and hence, connection to Altium s Identity Service), then the vault can still be used and accessed at least at a local level. Regardless of permitted access, users other than the local administrator of the vault must be using a licensed installation of Altium Designer, and have current Altium Subscription for that license, in order to connect to the vault.

26 A folder in a vault can be shared on a number of different levels, in effect defining both the level of visibility of that folder, and the level of security for access to it. This can range from being strictly private access by specified individuals or organizations, through levels for allowing anyone in your own organization to view or change content respectively, and on to public access, where anyone on the internet can find and view the folder and its content therein. In all but the public access level, sign-in to an AltiumLive account is required. By careful configuration of vault sharing and folder-level access permissions, you can fully control who is able to see what content in your vault, and whether they can simply view a folder and its content, or also edit it (effectively releasing design data into it). A single vault can be partitioned into various effective 'zones' of content, but with controlled permissions, you can selectively make visible, or hide, that content as you wish giving the right people, the right access, to the right data. If it's not in a Vault - Create and Release! The very essence of vault-driven design is that every design element used in a design must be sourced from an Altium Vault. Plain and simple if a component, managed sheet or full design module sub-assembly is required to be used in a design, and that item is not currently found in any connected vault, then said item must be built/created and released into the vault. This paves the way to another equally important concept of the vault-driven design methodology, and that is the philosophy of designing for reuse. So creating and releasing design elements into a vault that will, in turn, be available for use again as source design items in future designs. And by adopting the mantra of 'designing for reuse', your engineering team will not only nurture and grow an impressive repository of reusable design elements, but also benefit from the ability to build future designs expediently through their availability. And safe in the knowledge that all of these design reusables are securely managed, audited and ratified for use. In fact, Altium's Hardware Team never kick-off a new design without first scoping everything that is needed in that design. So what circuits are required, what components. They then trawl their Altium Vault to see which of those design elements already exist and can be quickly reused in their new designs. And if they find something is not there, they build and release it so that it IS there. All this work is performed prior to selecting a project template and entering the 'design arena'. The following sections take a look at aspects of the design methodology in relation to the design-side source when building and releasing models, components and managed sheets. The actual mechanics of releasing are not covered here, but can be found in the indicated related articles for each section. Models Related article: Vault-Based Domain Models Before you can delve into the process of defining design components and releasing them to a vault, you must first ensure that all the models themselves representing those components across the various required design domains have been created and released to the vault. For board-level components this will generally be a case of schematic symbol and PCB 2D/3D component models. Although a single library can contain multiple models, from a version control perspective it is best practice to have one model per library file. This allows you to check out and modify just the models you need to modify, without registering a version change to an entire, single source. The design methodology therefore adheres to one schematic symbol per Schematic Library file (*.SchLib), and one PCB 2D/3D Component model per PCB Footprint Library file (*.PcbLib).

27 Schematic Symbol A drawn schematic symbol within a Schematic Library document (*.SchLib) on the design side is mapped to a Schematic Symbol Item in an Altium Vault. Each release of the library stores the symbol model data into a new revision of that Item. In terms of naming, each Schematic Library file is named according to the following format: < Vendor Code>-< Part Name>-< Package Name> where, Vendor Code is a unique identifier that is used to associate the model file with a specific vendor (e.g. RBOS f or Bosch, HON for Honeywell, MCHP for Microchip, and so on). Part Name is a short name that uniquely identifies the part that the symbol represents. This is typically the vendor's specific order code for the part, without the packaging info (e.g. BMP085 for the BMP05 Digital Barometric Pressure Sensor, from Bosch; HMC5843 for the HMC axis Digital Compass, from Honeywell; MCP4141 for the MCP4141 7/8-bit Single SPI Digital POT, from Microchip). Package Name is the package name for the associated footprint, since the same symbol could be used for a component, in association with a range of different package styles. This name is taken directly from the package specifications that the vendor puts up on their website through data sheets, package documents, or the like (e.g. LCC-8 (from Bosch), LPCC-20 (from Honeywell), DFN8 (from Microchip)). So full example file names based on this scheme are: RBOS-BMP085-LCC-8.SchLib HON-HMC5843-LPCC-20.SchLib MCHP-MCP4141-DFN8.SchLib Delivering consistency, the actual symbol within a file uses the exact same name as that file. The same naming is used for the file and the symbol within that file. The symbol itself is created within the Schematic Library Editor. One important thing to observe here is that you are creating purely a schematic symbol the representation of the higher-level vault-based component within the

28 schematic editing domain. It is not a 'schematic component' as defined for use in integrated libraries, where other models and parameters are defined as part of that schematic component. A vault-based component needs only the graphical depiction of the symbol. It will include links to the required domain models, as well as a listing of parameters, as part of its own definition within a Component Library file (*.CmpLib). A symbol should always have a description, which is inherited by the corresponding Item's Description field an invaluable aid when searching the vault for a particular Schematic Symbol Item. When released into a vault, the name of the source symbol appears as the Schematic Symbol Item's Comment. Coupled with using the same storage structure in both Design Repository and Altium Vault, a designer can quickly browse between the two and find either the design-side source or released design item. And having the symbol name appear as an Item's comment enables quick identification of which symbol is which, without having to remember any Item IDs! The source symbol name is reflected in the Schematic Symbol Item's Comment field. PCB 2D/3D Component Model A PCB 2D/3D component model within a PCB Library document (*.PcbLib) on the design side is mapped to a PCB Component Item in an Altium Vault. Each release of the library stores the model data into a new revision of that Item. In terms of naming, each PCB Library file is named according to the following format: < Vendor Code>-< Package Name>

29 where, Vendor Code is a unique identifier that is used to associate the model file with a specific vendor (e.g. RBOS f or Bosch, HON for Honeywell, MCHP for Microchip, and so on). Package Name is the package name for the footprint, taken directly from the package specifications that the vendor puts up on their website through data sheets, package documents, or the like (e.g. LCC-8 (from Bosch), LPCC-20 (from Honeywell), DFN8 (from Microchip)). So full example file names based on this scheme are: RBOS-LCC-8.PcbLib HON-LPCC-20.PcbLib MCHP-DFN8.PcbLib Delivering consistency, the actual model within a file uses the exact same name as that file. The same naming is used for the file and the model within that file. The model itself is created within the PCB Library Editor, drawing the 2D footprint and adding any additional 3D body information as applicable. A model should always have a description, which is inherited by the corresponding Item's Description field an invaluable aid when searching the vault for a particular PCB Component Item. When released into a vault, the name of the source model appears as the PCB Component Item's. Comment Coupled with using the same storage structure in both Design Repository and Altium Vault, a designer can quickly browse between the two and find either the design-side source or released design item. And having the model name appear as an Item's comment enables quick identification of which model is which, without having to remember any Item IDs!

30 The source model name is reflected in the PCB Component Item's Comment field. Generic Models When creating generic models, for use by components across vendors, the naming scheme used is slightly different. And we are talking here about schematic symbols, since footprints are rarely generic. So when creating a generic schematic symbol, the Schematic Library file (and also symbol therein!) is typically named according to the following format: < Symbol Type>_< Pin Naming>-< Pin Count> where, Symbol Type is an identifier to the functionality or type of component that is being represented by the symbol. Pin Naming is the encoded pin assignment (the functionality of each pin of the device). Pin Count is, as its name suggests, the number of pins the component, which this symbol represents, possesses. So example filenames are: NPN_B1E2C3-3. SchLib containing the symbol for a 3-pin NPN transistor, with Base=pin1, Emitter=pin 2 and Collector=pin 3. DSKY_K1A2-2.SchLib containing the symbol for a 2-pin Schottky Diode, with cathode=pin1 and anode=pin2.

31 LED_RGB_K1A2K3K4-4.SchLib containing the symbol for a 4-pin RGB LED, with cathode1=pin1, common anode=pin2, cathode2=pin3 and cathode3=pin4. Since the symbol name is reflected in a Schematic Symbol Item's comment field, when released into a vault, having this pin assignment encoded means that a designer can browse through the symbols available in the vault and readily identify which one they need to link-in to a component they are creating. The designer has all the information they need to know exactly how the symbol is used, without having pin assignments explicitly drawn as part of the symbol. Inheriting the symbol name, symbol items in a vault can be browsed quickly by their comment field, with the encoded pin information quickly revealing how a particular component is configured. Components Related articles: Vault-Based Components, Component Libraries and Component Definitions In accordance with the design methodology, any component used in a design must be sourced from a vault. So if a component you need does not currently exist in a vault, it needs to be defined and released. Under no circumstances should a non-vault component be used in design. On the design-side, this means creating a Compon ent Definition. A component definition is simply just that a definition of a particular design component. A definition that ties together the required models and parameters for that component in a clean and ordered fashion. Each component definition on the design-side maps to an Item a Component Item in a target Altium Vault. To put this another

32 way, you are defining the source definitions that will, when released, provide a set of components which you can re-use again and again in your designs. A component definition is created and managed within a dedicated Component Library file (*.CmpLib), and the design methodology adheres to the use of one component definition per Component Library file. Example component definition. In terms of naming, each Component Library file is named according to the following format: < Vendor Code>-< Complete Part Order Code> where, Vendor Code is a unique identifier that is used to associate the component with a specific vendor (e.g. RBOS for Bosch, HON for Honeywell, MCHP for Microchip, and so on). Complete Part Order Code is the full name of the item when ordering it from a vendor. So full example file names based on this scheme are: RBOS-BMP085.CmpLib HON-HMC5843-TR.CmpLib MCHP-MCP EMF.CmpLib Define the component as required, linking-in the required models, defining parameters and entering their values, and so on. With respect to the definition itself, there are some key aspects of the design methodology to observe here:

33 The entries for Lifecycle Definition and Revision Scheme, in the Vault Settings region, are set in accordance with the schemes employed for this type of design element Component Lifecycle and 1-L evel Revision Scheme respectively. The models required to represent the component in its various design domains need to exist already in a vault. If not, they need to be! Remember the spiral nature of designing for reuse where each subsequent design element must be created and released into the vault, ready to be used in the next higher-level design element. The source vault is typically the same, but may be different, especially if using models sourced from an alternate vault (such as Altium's Hobart Vault). The name and comment for the component are kept the same and this is simply the <Complete Part Order Code> part of the filename. So for a file named RBOS-BMP085.CmpLib, the name and comment entries will be BMP085. For a file named ABRA-ABS KHZ-T.CmpLib, the name and comment entries will be ABS KHZ-T, and so on. It is the comment entry that is important here, since this is the entry that will appear in the vault and enables the functionality of each component to be readily identified at-a-glance. The scheme for the Item ID is specified in the ID field for the top-level group. By defining the ID scheme here, the software will automatically assign the next available unique ID to the component definition (through value inheritance), based on that scheme, having scanned the entire target vault and identifiers of existing Items. The ID entry is made in accordance with the methodology's Item ID scheme for components (CMP-xxxx-{00 000}, where xxxx is the number assigned to the product family). The released component definition, now a vault-based component. Subsequent mapping of the component to real-world manufactured parts through the use of Part Choices can make it a truly unified component.

34 Altium's Content Team provide a wide range of vault-based unified components, available through connection to the Altium Hobart Vault. This content can also be browsed from within the Unified Components section of the Content Store, on the AltiumLive community site. Check here for models and components that may already exist. Sourcing Component Models To make component creation as simple and as streamlined as possible, link to existing domain models (schematic symbol, PCB 2D/3D component model) where possible: See if a required model already exists within the various vendor models in a vault. See if a generic model exists that can be used (in the Generic Models folder). Browse not only your own collection of reusable design content, but also connect to, and link to models in, Altium's own vault (Altium Hobart Vault). Managed Sheets Related articles: Managed Schematic Sheets A certain area of functionality within a design is typically implemented through a single key component, along with other minor peripheral components and related wiring. By capturing that whole implementation at the schematic level, a far more modularized approach to design can be used. And that s where Managed Sheets reusable sheets of circuit functionality come into play, eliminating the repetition of design effort while adding to the level of design content that can be reused in future designs. And this is a key part of the overall design methodology, to capture a new design using virtually nothing but managed sheets. Sure, there will be non-managed schematic sheets required a sheet to handle termination resistors for example and also one or more top-level sheets that 'tie' managed sheets together, but in general, the aim is to design using managed sheets as much as possible. The ability to use vault-based components to build larger design building blocks enables the design-flow to become ever-more streamlined, and at a higher level of abstraction. The designer, just like picking parts off a shelf, simply reuses these managed sheets of design functionality as constituent components of the bigger design project. And the more managed sheets of such circuitry have been created and released into the vault, the more functionality the designer has access to, which in turn boosts productivity for subsequent designs. When it comes to the design of a managed sheet, the application of tuned standards not only aid in readability of the sheet, but bring a strong level of design consistency and uniformity. So not only a consistency presentation-wise, but also adherence to certain best-practice design principles. The following sections take a closer look at the naming convention for managed sheets, as well as some of the key standards that are followed in their design. Naming Convention In terms of naming, each managed sheet is named according to the primary, or key component that it features. This name is the part's order code (the code used when ordering it from a vendor). Example managed sheet file names are: MAX3062EEKA.SchDoc featuring a MAX3062EEKA 20Mbps RS-485 Transceiver, from Maxim. BMP085.SchDoc featuring a BMP085 Digital Barometric Pressure Sensor, from Bosch. RTL8201CL.SchDoc featuring an RTL8201CL Single-Port 10/100M Fast Ethernet PHYceiver, from Realtek.

35 The sheet title is used to concisely describe the functionality of the circuit captured by the sheet. Typically, the key component name will also be included in this title. Example managed sheet, featuring a BMP085 component. The filename is entered into the managed sheet Item's Comment field, while the sheet title is entered into its Descri ption field when creating the Item prior to release of the sheet itself. Coupled with using the same storage structure in both SVN and vault, a designer can quickly browse between the two and find either the design-side source or released design item. And having the filename appear as the Item's comment enables quick identification of what that managed sheet offers, in terms of key component and therefore circuit functionality.

36 The schematic sheet's filename is used for the managed sheet item's comment, while the sheet title is used for the item's description. Design Standards When it comes to populating a blank schematic sheet, designers are rather chef-like in nature, each has their own signature way of doing things. Presentation-wise, for example, different designers will adopt different styles, layout preferences, use of color, and so on. After all, if all designers across the planet presented schematic circuitry in the exact same fashion, the design world would take on a mundane monochromatic-like appearance! So we will not look closely at the various presentation techniques implemented by the Team. The key is to adopt a method of capture and presentation that is consistent across your own design teams. Now, in saying that, there are some key design principals that, when adopted, really do aid not only the consistency of the managed sheets produced, but are fundamental to the concept of design for reuse itself. The Hardware Team crank out managed sheets of reusable design circuitry, while adhering to the following overriding principles: Each managed sheet features a single or small group of key components focusing on a specific function. All possible supporting circuitry will be included in the sheet. Parts of the design that can be configured in multiple ways can be refactored to parent or sub-sheet within reason, allowing the sub-sheet behavior to be configured from the parent without adding unnecessary structural overhead. Multi-purpose signals are passed to parent sheets using reasonable and generic signal naming, allowing them to be re-mapped to their specific purpose. Ensure readability of the single standalone managed sheet is preserved, while allowing a designer to easily understand how it would be implemented as an element in their design. Use of consistent naming, presentation and design standards.

37 In terms of designing for reuse, the following items are implemented that are particularly relevant and important to capture at the managed sheet level: The use of signal harnesses where possible, since the standard harness is itself a reusable design element. No labeling of local nets so avoiding the use of Net Labels since doing so actually makes it harder to manage connectivity through the design in which the managed sheet is used. The most common exception to this however, is the requirement of such labeling when creating buses. All power ports connected to a port sheet interface and passed to the parent sheet local power ports are avoided to prevent confusion. Port direction and I/O type is strictly set according to the signal direction with the exception of Power nets (these will be unspecified). Where signal direction is not specified, Bidirectional is used. Using a standard set of signal names, using generic names where possible (e.g. 5V0 instead of 5.0V/ 5V/ 5Vo lts). There is a certain degree of flexibility here as well, since connections are explicit through the use of strict hierarchy across all design projects. This allows names to be defined differently for any two connected objects, at different levels of the design hierarchy, because their connection is explicit. Using a standard set of sheet-level parameters. Another addition to a managed sheet is that of a section to highlight the key component on the sheet, in terms of its manufacturer, and an at-a-glance listing of its key features. This can prove invaluable to a designer when assessing its merit for inclusion into a new design.

38 Features of the key component listed alongside the design circuitry. Configuring and Releasing Designs Related article: A Walk Through...the Board Design Release Process Once a design is considered ready for flight into the wider world, it needs to be released. Accommodating this, Altium Designer provides powerful, high-integrity board design release management, as part of Altium s wider Design Data Management System. The board design release process is automated, enabling you to release

39 configurations of your board design projects (and panel projects) without the risks associated with manual release procedures. When a particular project configuration is released, a snapshot of the design source is taken and archived along with any generated output. Release data is stored as revisions of a specific Item the entity within a target Altium Vault, and which represents a tangible product that is made from that design project and sold by the company. Using Standard Configurations Related article: PCB Project Configurations As part of the design methodology, a standard set of three configurations are predefined at the project template level for both standard board and panel projects one for fabrication, one for assembly and one to essentially gather together all documentation. For each configuration, the relevant common output job configuration files are enabled for inclusion. The vault side of each configuration is left undefined. This further streamlines and reduces design effort, since the right configurations are in place for any future design project right from the start. Default configurations defined as part of each template project ensure that correct (and consistent) output will be generated across any future design. The Release Process Related article: PCB Release View The release process itself is performed using Altium Designer's PCB Process Manager, the user-interface to which

40 is provided courtesy of a dedicated view the PCB Release view. Initiating the release is an automated affair, kicked off by pressing a single button. The process consists of several stages run in sequence a process flow if you like. All stages in the process flow must run successfully, otherwise the release will fail and no data will be committed to the new Item Revision in the vault. 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 set for use by the supply chain is exactly what it needs to be, to produce the product exactly as you designed it Successful release of a configuration of a design project using the PCB Release view! The release data (snapshot + outputs) is committed to the target vault, stored in the revision of the targeted Item. The overall result is the highest-integrity board design release management possible. Not only is your actual design project tightly monitored, backed-up and managed in a version-controlled Design Repository, but also too, the releases of its configurations in a similar manner within the target Altium Vault robust, safe, secure. And if the design itself is a satellite board to be used as part of a larger, parent design, then it exists in the vault ready to be used again and again the very definition of designing for reuse!

41 Browsing the released board design item in the vault, courtesy of the Vault Explorer panel. Controlling Data Access for Fabrication and Assembly Related articles: Publishing Destinations, Vault Sharing Control Through careful configuration of vault sharing and folder-level access permissions, you can fully control who is able to see what content in your vault. However, this 'direct access' would typically be reserved for relevant key parties on the design-side, including members of the design team (local, or remote via VPN), and engineering managers. When it comes to making the data available to the Supply Chain notably for fabrication and assembly a slightly different method of access is needed. The reason is that direct folder-level access to vault data does not control which elements of the release data are accessible. So both the design snapshot and the generated data are available. When interfacing to the manufacturer, only the fabrication and assembly "instructions" need to be shared, keeping the valuable design IP 'under wraps' as it were. The solution is to Publish only the data required by the Fabrication and Assembly Houses to fabricate and assemble the board respectively. For released data generated from a board design project, an Altium Vault supports the ability to publish those released documents generated output from Output Job files assigned to the released project configuration for any Item Revision. Publication is to a storage space, such as Amazon S3, FTP and Box.net, or even a simple folder location on a shared network. In terms of distribution and collaboration, this provides an unparalleled advantage in a

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

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

A Walk Through the Board Design Release Process

A Walk Through the Board Design Release Process 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

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

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

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

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

Next Generation Component Management

Next Generation Component Management Next Generation Component Management Summary This document provides a conceptual walkthrough of Altium's nextgeneration component management model. The traditional model of a design component faithfully

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

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

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

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

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

Linking a Simulation Model to a Schematic Component

Linking a Simulation Model to a Schematic Component Linking a Simulation Model to a Schematic Component Old Content - visit altium.com/documentation Modified by on 13-Sep-2017 Altium Designer provides a powerful mixed-signal circuit simulator, enabling

More information

AltiumLive 2017: ANNUAL PCB DESIGN SUMMIT

AltiumLive 2017: ANNUAL PCB DESIGN SUMMIT AltiumLive 2017: ANNUAL PCB DESIGN SUMMIT Ed Weaver Lifecycle Management San Diego, CA October 2017 Goals Background Designed schematics Created layouts Build PCB Assemblies Designed System Test Prototypes

More information

Moving to Altium Designer from PADS Layout and OrCAD capture. Contents

Moving to Altium Designer from PADS Layout and OrCAD capture. Contents Moving to Altium Designer from PADS Layout and OrCAD capture Contents Getting Started - Transferring Your PADS Layout Designs Using the Import Wizard for PADS Layout Files Layer Mapping for PADS PCB ASCII

More information

Moving to Altium Designer From P-CAD. Contents

Moving to Altium Designer From P-CAD. Contents Moving to Altium Designer From P-CAD Contents File Translation Translation Overview Using the Import Wizard for P-CAD Files Working with Documents The Schematic Symbol Is the Component... P-CAD Components

More information

Linking a Simulation Model to a Schematic Component. Contents

Linking a Simulation Model to a Schematic Component. Contents Linking a Simulation Model to a Schematic Component Contents Model Conversion Creating the Schematic Component Adding the Link Configuring the Link Specifying Model Type Linking to a SPICE 3f5 Model The

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

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

How to Simplify PCB Design

How to Simplify PCB Design How to Simplify PCB Design 1. 2. 3. 4. HOW TO SIMPLIFY AND AUTOMATE YOUR PCB ECO WORKFLOW HOW TO SIMPLIFY ROUTING WITH PIN SWAPPING HOW TO SIMPLIFY OUTPUT GENERATION WORKFLOW HOW TO SIMPLIFY CIRCUIT REPLICATION

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

Moving to Altium Designer from Pads Logic and PADS Layout

Moving to Altium Designer from Pads Logic and PADS Layout Moving to Altium Designer from Pads Logic and PADS Layout Old Content - visit altium.com/documentation Modified by on 13-Sep-2017 Translating complete PADS Logic and PADS Layout designs, including PCB,

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

Adding a Simulation Model to a Component Definition

Adding a Simulation Model to a Component Definition Adding a Simulation Model to a Component Definition Old Content - see latest equivalent Modified by on 13-Sep-2017 Parent article: Releasing a Component Definition to a Vault On the design side, each design

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

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

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

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

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

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

Moving to Altium Designer from Protel 99 SE. Contents

Moving to Altium Designer from Protel 99 SE. Contents Moving to Altium Designer from Protel 99 SE Contents Design Database Become a Design Workspace & Projects Importing a 99 SE Design Database Creating the Altium Designer Project(s) Manually Adding and Removing

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

Function. Description

Function. Description Function Check In Get / Checkout Description Checking in a file uploads the file from the user s hard drive into the vault and creates a new file version with any changes to the file that have been saved.

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

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

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

NEW USER S GUIDE TO DEFINING A LIBRARY METHODOLOGY

NEW USER S GUIDE TO DEFINING A LIBRARY METHODOLOGY When choosing a PCB library methodology, there is no one universal solution for all users. While some small business users may require only a bare essential yet the extremely flexible representation of

More information

AutoCAD/SMARTEAM - DESIGN &PRODUCT LIFE CYCLE MANAGEMENT SOFTWARE. Smarteam User Guide

AutoCAD/SMARTEAM - DESIGN &PRODUCT LIFE CYCLE MANAGEMENT SOFTWARE. Smarteam User Guide AutoCAD/SMARTEAM - DESIGN &PRODUCT LIFE CYCLE MANAGEMENT SOFTWARE Smarteam User Guide 1 Conventions used in Document Text in Bold Indicates a button or option to be selected 2 Contents Connecting to SmarTeam

More information

OutputJob Editor Reference

OutputJob Editor Reference OutputJob Editor Reference Summary This reference provides information on the OutputJob Editor which is used to configure various output types including Assembly Outputs, BOMs, Gerber, NC Drill, Netlists,

More information

Migrating from a Personal Vault to an Altium Vault Server

Migrating from a Personal Vault to an Altium Vault Server Migrating from a Personal Vault to an Altium Vault Server Frozen Content Modified by on 13-Sep-2017 This article features migration to an Altium Vault Server as the target vault. This is now considered

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

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

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

Editing Multiple Objects. Contents

Editing Multiple Objects. Contents Editing Multiple Objects Contents Selecting Multiple Objects Inspecting the Objects Editing the Objects Editing Group Objects Step 1. Selecting the Capacitors Step 2. Changing the Comment String Step 3.

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

Building an Integrated Library

Building an Integrated Library Building an Integrated Library Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 Integrated libraries combine schematic libraries with their related PCB footprints and/or SPICE and

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

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

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

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

Figure 1. Output jobs are configured as an OutJob file, giving you full control over print-based output.

Figure 1. Output jobs are configured as an OutJob file, giving you full control over print-based output. PCB Printout Output Options Old Content - visit altium.com/documentation Modified by Admin on Sep 13, 2017 Print-based Output Print-based output for your PCB project in Altium Designer is available through

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

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

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

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

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

This page contains information regarding legacy Altium Vault Technologies. For the latest technology available, see Altium Vault.

This page contains information regarding legacy Altium Vault Technologies. For the latest technology available, see Altium Vault. Altium Personal Vault Frozen Content Modified by on 13-Sep-2017 This page contains information regarding legacy Altium Vault Technologies. For the latest technology available, see Altium Vault. The Altium

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

WORKING IN TEAMS WITH CASECOMPLETE AND SUBVERSION. Contents

WORKING IN TEAMS WITH CASECOMPLETE AND SUBVERSION. Contents WORKING IN TEAMS WITH CASECOMPLETE AND SUBVERSION Contents Working in Teams with CaseComplete... 3 Need an introduction to how version control works?... 3 Exclusive Checkout... 4 Multiple Checkout... 4

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

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

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 > Configuring PCB Printouts Using Altium Documentation Modified by Jason Howie on Apr 20, 2017 Print-based

More information

Alfresco Alfresco Explorer QuickStart

Alfresco Alfresco Explorer QuickStart Alfresco 4.2.0 Contents... 3 Important notes...3 Starting with Explorer... 3 Toolbar... 4 Sidebar... 4 Working area...4 Logging in... 5 Adding new users...5 Creating spaces and content... 7 Creating a

More information

Source control with Subversion A user perspective

Source control with Subversion A user perspective http://svnbook.red-bean.com/ Source control with Subversion A user perspective Aaron Ponti What is Subversion? } It is a free and open-source version control system } It manages files and directories,

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

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

Altium Designer Functional Areas

Altium Designer Functional Areas Altium Designer Functional Areas Why Data Management The Idea behind Altium Designer Copyright 2013 Altium Limited Functional units of AD JK, v 2.3 2 ONE Tool for each Electronic Design Engineer What exactly

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

1 Dashboards Administrator's Guide

1 Dashboards Administrator's Guide 1 Dashboards Administrator's Guide Page 1 2 Dashboards Administrator's Guide Table of Contents FAQs... 4 Q: Why does my browser tell me Microsoft Silverlight is required when I am trying to view a Visualization?

More information

Content Sharing and Reuse in PTC Integrity Lifecycle Manager

Content Sharing and Reuse in PTC Integrity Lifecycle Manager Content Sharing and Reuse in PTC Integrity Lifecycle Manager Author: Scott Milton 1 P age Table of Contents 1. Abstract... 3 2. Introduction... 4 3. Document Model... 5 3.1. Reference Modes... 6 4. Reusing

More information

Specifying the PCB Design Rules and Resolving Violations

Specifying the PCB Design Rules and Resolving Violations Specifying the PCB Design Rules and Resolving Violations Summary This article introduces the PCB Design Rules System, in particular how rules are created and applied to objects in a design. It also describes

More information

Moving to Altium Designer From OrCAD. Contents

Moving to Altium Designer From OrCAD. Contents Moving to Altium Designer From OrCAD Contents File Translation OrCAD Capture 10.x *.DSN Files and the Unrecognized Project File Version Error Default Layer Mapping for PCB Using the Import Wizard for OrCAD

More information

Altium I (Circuit Design & Simulation)

Altium I (Circuit Design & Simulation) Altium I (Circuit Design & Simulation) ELEC391 PCB Design support for ELEC391: Altium 2014, 150 licenses Lecture talks: Jan 22 Altium I (Circuit Design + Simulation) Feb 1 Altium II (PCB Layout) TBA Guest

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

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

Publish Joomla! Article

Publish Joomla! Article Enterprise Architect User Guide Series Publish Joomla! Article Sparx Systems Enterprise Architect supports publishing an entire model, or part of the model, in a local Joomla! Repository as Articles (HTML

More information

Mirroring - Configuration and Operation

Mirroring - Configuration and Operation Mirroring - Configuration and Operation Product version: 4.60 Document version: 1.0 Document creation date: 31-03-2006 Purpose This document contains a description of content mirroring and explains how

More information

Publish Joomla! Article

Publish Joomla! Article Enterprise Architect User Guide Series Publish Joomla! Article Author: Sparx Systems Date: 10/05/2018 Version: 1.0 CREATED WITH Table of Contents Publish Joomla! Article 3 Install Joomla! Locally 4 Set

More information

SharePoint Online 101

SharePoint Online 101 Work Smart by Microsoft IT SharePoint Online 101 Customization note: This document contains guidance and/or step-by-step installation instructions that can be reused, customized, or deleted entirely if

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

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

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

Summary. Access. The dialog is accessed from the PCB Editor, by selecting Design» Rules from the toolbar.

Summary. Access. The dialog is accessed from the PCB Editor, by selecting Design» Rules from the toolbar. Published on Online Documentation for Altium Products (http://www.altium.com/documentation) 主页 > PCB Rules and Constraints Editor Altium 技术文档新纪元 Modified by Phil Loughhead on Jun 19, 2017 The PCB Rules

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

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

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

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

AltiumLive. Contents

AltiumLive. Contents AltiumLive Contents AltiumLive Services at-a-glance Organizational Presence Becoming a Member of the Community Signing In Managing Your AltiumLive Profile Exploring AltiumLive Services Wall Content Store

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

Refer to the EULA for the definition and scope of the network, as regards use of Private Server licensing.

Refer to the EULA for the definition and scope of the network, as regards use of Private Server licensing. Using a Private Server License Old Content - visit altium.com/documentation Modified by Jason Howie on 27-Apr-2016 Altium Designer's Private Server licensing offers you floating license capability through

More information

Team Project Management

Team Project Management TEAM PROJECT MANAGEMENT 149 Team Project Management Tasks of the Project Administrator When working in teams, one person should be the designated administrator. Sets up the Project The project administrator

More information

AADL Graphical Editor Design

AADL Graphical Editor Design AADL Graphical Editor Design Peter Feiler Software Engineering Institute phf@sei.cmu.edu Introduction An AADL specification is a set of component type and implementation declarations. They are organized

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

Nine Dot Connects PCB-Centric Training Courses & Schedule

Nine Dot Connects PCB-Centric Training Courses & Schedule What s stopping you from designing hardware? In the world of PCB design, more than cursory knowledge of the PCB process and circuit theory is required. There are dozens of processes, hundreds of tasks,

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

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