Protel Dxp Introductory Tutorial.pdf
(
2674 KB
)
Pobierz
Microsoft Word - DXP Intro Tutorial_RC4.doc
Introducing
Tutorial
A step-by-step introduction to
Altium’s complete board-level design system
Table of Contents
Welcome to Protel DXP ..................................................................................................................................................... 3
The Protel DXP Design Explorer ....................................................................................................................................... 3
How the design documents are stored ........................................................................................................................ 4
Creating a new project ....................................................................................................................................................... 4
Creating a new schematic sheet ................................................................................................................................. 5
Adding the schematic sheet to the project................................................................................................................... 6
Setting the schematic options...................................................................................................................................... 6
Drawing the schematic ................................................................................................................................................ 6
Locating the component and loading the libraries ....................................................................................................... 7
Placing the components on your schematic ................................................................................................................ 8
Wiring up the circuit ................................................................................................................................................... 11
Setting up Project Options ............................................................................................................................................... 12
Checking the electrical properties of your schematic ................................................................................................ 13
Compiling the project ....................................................................................................................................................... 15
Creating a new PCB document........................................................................................................................................ 16
Adding the new PCB to the project............................................................................................................................ 17
Transferring the design .................................................................................................................................................... 17
Updating the PCB...................................................................................................................................................... 17
Designing the PCB........................................................................................................................................................... 18
Setting up the PCB workspace.................................................................................................................................. 18
Defining the layer stack and other non-electrical layers ............................................................................................ 19
Setting up new design rules ...................................................................................................................................... 20
Positioning the components on the PCB ................................................................................................................... 23
Manually routing the board ........................................................................................................................................ 25
Automatically routing the board ................................................................................................................................. 27
Verifying your board design....................................................................................................................................... 28
Setting up the Project Outputs ......................................................................................................................................... 30
Printing to a Windows printing device........................................................................................................................ 30
Manufacturing output files ......................................................................................................................................... 31
Simulating the design....................................................................................................................................................... 33
Setting up for simulation ............................................................................................................................................ 33
Running a transient analysis ..................................................................................................................................... 34
Further explorations ......................................................................................................................................................... 36
Add-ons ..................................................................................................................................................................... 36
Shortcut keys ................................................................................................................................................................... 37
Design Explorer Shortcuts......................................................................................................................................... 37
Schematic Shortcuts.................................................................................................................................................. 38
Common Schematic and PCB Shortcuts................................................................................................................... 37
PCB Shortcuts ........................................................................................................................................................... 38
2
Welcome to Protel DXP
Welcome to the world of Protel DXP – a complete 32- bit electronic design system for Windows NT/XP.
Protel DXP provides a completely integrated suite of design tools that lets you easily take your designs
from concept through to final board layout.
All Protel DXP tools run within a single application environment – the
Design Explorer
. Start Protel DXP
and the Design Explorer opens, putting all your design tools at your fingertips. You benefit from a
single, consistent, customizable user environment.
This tutorial is designed to give you an overview of how to create a schematic, update the design
information to a PCB and generate manufacturing output files. It also investigates the concept of
projects, integrated libraries and circuit simulation.
The Protel DXP Design Explorer
The Design Explorer is your interface to your designs and the design tools. To start Protel DXP and
open the Design Explorer, select
Programs » Altium » Protel DXP
from the Windows Start menu. When
you open Protel DXP, the most common initial tasks are displayed for easy selection.
System Menu
Click the down-arrow
icon to display the
System menu and set
up the system
preferences. All other
menus and toolbars
automatically change
to suit the document
being edited.
Workspace panels
More pop out panels
are displayed by
clicking on these
tabs. These panels
can also be moved,
docked or clipped.
Workspace panels
These include Files,
Projects and Help
Advisor panels.
These panels can be
moved, docked or
clipped by clicking on
the panel title and
dragging it to a new
location.
Click on the tab at the
bottom of the panel to
display its contents.
Workspace
Common tasks
are listed to get
started quickly.
Panel Control
Editor specific
and shared
panels can be
chosen from the
Panel Control list.
Help Advisor
Use the natural
language help
system to quickly
find the answer to
your question.
As you create your design documents, you can easily switch between editors, for example, the
Schematic Editor and the PCB Editor. The Design Explorer will change toolbars and menus according
to the editor you are currently working in. The name of some workspace panels will initially be
displayed down the right side of the workspace. Click on these names to pop out the panels, which
then can be moved, docked or clipped to suit your work environment.
The following diagram shows the Design Explorer when several documents and editors are open at
the same time and the windows have been tiled.
3
Document tabs
Each open document
has its own tab at the
top of the design
window. Right-click
on a tab to close,
split or tile the open
windows.
Design Window
Displays the documents
that are currently open in
this design.
Workspace panels
Click on these
buttons to display
the associated
workspace panel.
Schematic Editor
Graphical and List views
You can choose between
showing your documents
in a graphical view in the
design window, or as a list
of objects with their
properties in the List view
(
View » Workspace
Panels > List
), or both.
PCB Editor
Mask Level button
Allows you to change
the level of dimming of
unmasked objects.
Click
Clear
to clear
the current mask.
Layer tabs
Each PCB layer
has its own tab.
Workspace panels
Click on these
buttons to display
the associated
workspace panel.
How the design documents are stored
Protel DXP stores all the design documents and output files on your hard disk as individual files. You
can use the Windows Explorer to search for them. Project files can be created that contain links to the
design documents and are necessary for design verification and synchronization.
Creating a new project
A project in Protel DXP consists of links to all documents and setups related to a design. A project file,
e.g.
xxx.PrjPCB
, is an ASCII text file that lists which documents are in the project and related output
setups, e.g. for printing and CAM. Documents that are not associated with a project are called ‘free
documents’. Links to schematic sheets and a target output, e.g. PCB, FPGA, embedded (VHDL) or
library package, are added to a project. Once the project is compiled, design verification,
synchronization and comparison can take place. Any changes to the original schematics or PCB, for
example, are updated in the project when compiled.
The process of creating a new project is the same for all project types. We will use the PCB project as
an example. We will create the project file first and then create the blank schematic sheet to add the
new empty project. Later in this tutorial we will create a blank PCB and add it to the project as well.
To start the tutorial, create a new PCB project:
1. Click on
Create a new Board Level Design Project
in the
Pick a Task
section of the design window.
4
Alternatively, you could click on
Blank Project (PCB)
in the
New
section of the
Files
panel. If this
panel is not displayed, select
File » New
, or click on the
Files
tab at the bottom of the
Design
Manager panel.
2. The
Projects
panel displays. The new project file,
PCB Project1.PrjPCB
, is listed here with no
documents added.
3. Rename the new project file (with a
.PrjPCB
extension) by selecting
File » Save Project As
.
Navigate to a location where you would like to store the project on your hard disk, type the name
Multivibrator.PrjPCB
in the File Name
field and click on
Save
.
Next we will create a schematic to add to the empty project file. The schematic will be for an astable
multivibrator circuit.
Creating a new schematic sheet
Create a new schematic sheet by completing the following steps:
1. Select
File » New
and click on
Schematic Sheet
in the
New
section of the
Files
panel. A blank
schematic sheet named
Sheet1.SchDoc
displays in the design window and the schematic
document is automatically added (linked) to the project. The schematic sheet is now listed under
Schematic Sheets
beneath the project name in the
Projects
tab.
2. Rename the new schematic file (with a
.SchDoc
extension) by selecting
File » Save As
. Navigate to
a location where you would like to store the schematic on your hard disk, type the name
Multivibrator.SchDoc
in the File Name
field and click on
Save
.
5
Plik z chomika:
pi-vo
Inne pliki z tego folderu:
(Ebook - Electronics) - Analysis And Design Of Analog Integrated Circuits (Gray Mayer Et Al 4Th Ed 200.pdf
(42883 KB)
(Ebook) - Engineering - Lessons in Electronic Circuits III - semiconductors.pdf
(1871 KB)
Altium Protel DXP Manual.pdf
(9886 KB)
Audio - Tube - How To Build A Junkbox Guitar Amplifier(1939).pdf
(353 KB)
Digital Electronics.pdf
(342 KB)
Inne foldery tego chomika:
3 phase LFO
6LU8 i 6T10
Amaterskie Radio
Elektor
FM nadajnik
Zgłoś jeśli
naruszono regulamin