Altium Designer Tips Part 1

I start with Altium Designer 14. Try to play with it. Watched some official videos for starter. And a good tutorial from Michael V. Stapleton (links here https://www.ece.ufl.edu/content/altium-designer-video-tutorials ) and more on Youtube.
I will go with what I come up with and the solution I found hope it is somewhat intuitive and straight forward.

  • I want to define my own schematic symbol and footprint.
    Very easy to google for a good tutorial. I will not do that. Tips only!
    1. Open the correct panel/Toolbar!!! Altium is smart or not so smart in change the menu and toolbars with context or mode. Because the menu and toolbar change automatically but some time not so smart as it seems to be. Look around right bottom corner is generally a good practice when you don't have what you expected. For example SCH/schematic library, System/message, and so on.
    2. you can copy the footprint from the libraries provided by Altium. Then modify for your own use.
  • I want to redefine the board shape. But couldn't have the same menu as in the tutorials.
    That's because it is not in the right MODE.
    1. Altium 14 has different Modes, press 1, 2, or 3 to change between them. Or do it in the View menu.
    2. In Board planning mode, you will be able to do the board shape change. (shortcut: press 1)
    3. press 2 for normal editing mode, and press 3 for 3D mode.
  • I want to do polygon pour on the PCB.
    But got nothing done after close the polygon I have drawn. What THE FXXX.
    1. remember to check the polygon pour popup and check the "is poured" check box.
    2. Or you can selected polygon you want to pour on and change the property "is poured" to true.
    3.Polygon Pour Manager is also your friend: Tools » Polygon Pours » Polygon Manager


More tips from http://www.johnstowers.co.nz/blog/pages/altium-designer-tips.html

Altium Designer Tips by John Stowers.

Note [PCB+SCH] means command is available in PCB and Schematic mode, [PCB] means it is only available in the PCB editor. View » Desktop Layouts » descrives navigating the _Viewmenu.

You Favorite Keyboard Shortcuts

  • [PCB+SCH] Space to rotate components, change routing orientation
  • [PCB+SCH] Tab to change properties of the component you are placing
  • [PCB+SCH] Page Up/Down zooms in and out of the design
  • [PCB+SCH] Ctrl+Mousewheel zooms in/out
  • [PCB+SCH] Shift+Mousewheel pans left/right
  • [PCB+SCH] Hold Shift while dragging, makes Altium pan faster.
  • [PCB] Ctrl+D Snaps components to the grid, making it easier to align them. If you move multiple components at once, the will probbably result in the being all off the grid.
  • [PCB] Ctrl+Click on a net highlights everything connected to that net
  • [PCB] Q switches between metric and imperial units
  • [PCB] P open the place menu, P __» __T starts the interactive routing tool
  • [PCB] +/- change the routing layer, inserting a via in accordance with your current design rules.
  • [PCB] Ctrl+M measures the distance between two points
  • [PCB] L brings up the layer dialog for showing and hiding the different board layers

General Environment Tips

  • You can reposition all of the Altium panels, windows, etc. After you have it the way you like save it. View » Desktop Layouts » Save Layout. If you mess it up, reset to the default layoutView » Desktop Layouts » Default
  • Learn the keyboard shortcuts.
  • Cross probing is the process of selecting a component in either the schematic, or PCB editor and Altium will locate and/or select their PCB or Schematic counterparts. The easiest way to do this is to use Tools » Cross Probe and select the relevant component.
  • The inspector is the way to edit the same parameters on multiple components simultaneously, for example, you would use the inspector to change the footprint on all your resistors.
    • Ensure the inspector panel is visible in SCH/PCB. View » Workspace Panels » SCH/PCB »SCH/PCB Inspector
  • The inspector requires the components you wish to modify be selected. The easiest way to select multiple components is to start by Finding Similar objects.
    • Right click on one of the components you wish to modify, select Find Similar
    • In the window which pops up, change Any to Same on fields describing those components you wish to select.
    • Ensure Run Inspector is ticked and click OK.
    • The Inspector panel will now feature a number of fields which you may edit. Changes to these fields will be applied to all selected components.
  • Use The Help
    • [PCB] Ctrl + F1 while moving/routing a component will show you relevant key strokes
    • [PCB+SCH] F1 over an object/panel will show you relevant help
  • Use The Design Rules
    • From the PCB select Design » Rules. You should set rules in accordance with the capabilities of the manufacturer who will be making the PCB. At a minimum, ensure there are sensible values for the Routing » Width and Electrical » Clearance rules.

PCB Routing Tips

  • If you are overwhelmed by the number of connections when routing a PCB, and you intend to pour a ground plane, you should hide the GND net. View » Connections » Hide Net
  • If your board features a few polygon planes, such as ground planes, it is easier to manage them through Tools » Polygon Pours » Polygon Manager. Multiple pours on many layers slow down Altium and make routing hard. Shelve polygons to alleviate this.
  • If you become overwhelmed by the complexity of components on multiple layers, try single layer mode, Shift+S (which hides everything except that on the current layer).

Schematic Tips

  • Give the nets meaningful names (these names will appear in the PCB document and this will aid placement and routing)
  • When you add a new component, give it a designator that is not currently in use. The easiest way to do this is use the Tools » Annotate » Update Changes List » Accept and Create ECO. However be careful, if you are deleting one component, and adding another, with the same designator Altium can get confused.
  • When a component pin, port or power port is butted up to a pin of another component it makes an electrical connection. Using the command Edit » Move » Drag, or holding Ctrl when clicking and dragging, and moving either of the objects a wire is automatically placed between the objects

Those Oh My God What Have I Done Moments

  • OMG I can't click on anything and all the components are grayed out You probably have a mask set. Clear the mask by selecting Clear in the bottom right corner of the window.
  • The most common reason for being unable to import changes from the schematic editor to the PCB is because you have forgotten to give components a valid designator (i.e. it still is suffixed with a ?), or the footprint for a component can not be found.
  • When you import changes from the schematic editor to the PCB you will often see Failed to Match .... Components Using Unique Identifiers. Normally this is because you have copy and pasted components, moving them between sheets for example. In this case the warning is harmless (you should make it go away by matching the SCH and PCB components in Project »Component Links window). It can however be a sign that you have made a mistake in the schematic (see explanation above).

[+/-] Read More...