KiCad Example Schematic ( ) Wien Bridge Oscillator

Size: px
Start display at page:

Download "KiCad Example Schematic ( ) Wien Bridge Oscillator"

Transcription

1 KiCad Example Schematic ( ) Wien Bridge Oscillator University of Hartford College of Engineering, Technology, and Architecture The following tutorial in that it walks you through steps to use KiCad to produce the schematic for a Wien Bridge type oscillator. This is also one of several documents that together provide a complete end to end example use of KiCad. This document makes use of the KiCad Schematic Symbol Editor document, please have that document on hand as you proceed with this one. These tutorials are written in a way to provide you with a quick start in using KiCad, assuming that KiCad is already installed on your computer. This document is not comprehensive, as providing an excess of details would be distracting the mission of this document. With regard to being comprehensive, the reader is referred to the help documentation installed with KiCad which serves as a better example. This document corresponds to KiCad version ( BZR 2356)-stable. Please review the at the end of this document the author information, copyright notice, and version date. Preparing for the Layout It important to prepare for a layout. Be sure to set aside space for all the data sheets that you will collect. Having all the data sheets on hand will save you much stress later on. The point of breadboarding is to construct a circuit quickly, with little or modest effort. There are numerous reasons for breadboarding. While it can be used to verify that an experimental circuit works, the Wien Bridge oscillator show below, that we will produce a layout for, is well known. Example of the Wien Bridge Oscillator Rather, here we are interested in the layout, the actual components, and the correct behavior. Analog electronics in particular is well known to be sensitive to layout, so much so that chip manufacturers often provide recommended patterns for layout. With all the data sheets and actual experience with the

2 components you are bound to produce a better layout. The following lists the components used in the schematic. The actual part designators may vary. C1, C2 0.1uF ceramic disk capacitor C3, C4 1uF electrolytic capacitor D1, D2 1N914 small signal diode K1 CONN_3 P1 CONN_2 R1, R3 1.6K ¼ Watt carbon film resistor R2 1K ¼ Watt carbon film resistor R4 2.2K ¼ Watt carbon film resistor R5 6.2K ¼ Watt carbon film resistor U1 MC33171 single low power operational amplifier in DIP package The connectors selected are familiar parts and with only a modest risk, can be omitted from the breadboard circuit. This circuit can work with the +3V and 3V power supplies, or higher but is otherwise limited by the capability of the operational amplifier. The capacitor Voltage rating is not critical to the design. Figure 1: Breadboard with Wien Bridge oscillator circuit In the figure, the tubular components above the breadboard are capacitors C3 and C4. The green wire between the capacitors connects to ground. The black wire leading to the left is negative power. The red wire leading to the right is the positive power. Finally, the white wire leading to the right is the signal output. The figure below shows an oscilloscope with the resulting waveform. The vertical axis is 0.2 Volts per division or 0.04 Volts per tick, so that the amplitude is approximatley 0.76 Volts peak, or 1.52 Volts peak to peak. The horizontal axis is 0.2 msec per division so that the period is approximately 1ms, which corresponds with a frequency of 1kHz.

3 Oscilloscope display of resulting waveform Be sure to notes to summarize your observations. Your instructor may have homework exercises to help you in this regard. Also consider the size and shape of a PC board that would be appropriate as well as changes that would be needed for a smaller PC board. Let's get started with KiCad. Start KiCad and Create a New Project Start up KiCad. If you are using a Windows operating system, go to the start menus: Start => Programs => KiCad => KiCad Next, create a new project. In the KiCad project window use the mouse to select the following File => New I am using a memory stick mounted as the D: drive on my laptop computer. With regards to disk use, KiCad is fairly light and works well with a memory stick. At one time KiCad required the project folder name to be the same as the project file. Regardless, we follow this tradition. In the 'Create new Project' window, navigate and click the 'New Folder' icon. Create a folder named 'KiCad', containing a folder named 'wbridge'. Navigate inside the sub-folder and in the 'File name field', enter the name 'wbridge.pro' and click 'Save'. The following path should now be visible in the title bar: D:\KiCad\wbridge\wbridge.pro Create the Root Schematic In the KiCad project manager window, left click the EESchema icon to start the schematic capture tool. Floating the cursor above a button will cause a pop-up hint to appear. 'EESchema' icon Click-p (that is click the button under your pointer finger ) on the schematic capture tool button and a few moments later the schematic capture tool reports that the corresponding schematic wasn't found,

4 which is correct. Click-p (under pointer finger) on 'OK'. Note that KiCad has already named the new schematic wbridge.sch. This new schematic is referred to as the 'root' schematic as it will represent the top of the hierarchy. Before anything else happens, save the new schematic. File => Save Whole Schematic Project Next, it is a good idea to set the page size. Click the Page Settings icon 'Page Settings' icon Do the following in the 'Page Settings' popup window Select 'Size A' which is a good choice for such a smallish schematic In the 'Title' field enter 'Wien Bridge Oscillator' In the 'Company' field enter your name. Click-p on 'OK'. Finally save your work. In the schematic capture window select: File => Save Whole Schematic Project Symbol Editor KiCad projects tend to make use of the symbol editor, either to tweak a symbol or make a new symbol. While the use such a tool may seem uncalled for, you will quickly find the symbol editor to be practical and useful with your projects. This tutorial considers for two custom symbols. The X suffix is used as most likely KiCad does not already have these component installed. Polarized capacitor (CPX) Low power operational amplifier (MC33171X) Custom CPX symbol Custom MC33171X symbol

5 Symbol Library Browser To examine the contents of the libraries, in the schematic capture tool click-p (click the button under your pointer finger) on the 'Library browser' button (upper middle left). If you leave the cursor hovering above a button, a text 'hint' appears. Choices can also be made with the pull-down menus or with hot-key combinations that you can learn as you get to know KiCad. 'Library browser' button In the 'Library Browswer' left pane, click-p on 'device' to refer to the device library and in the middle pane click-p on 'C' so the corresponding symbol appears in the right pane, as in the following: Library Browser displaying the non-polarized capacitor symbol Take a moment to select other components and other libraries as well and look about. The CP symbol in the component library is the polarized capacitor included in the KiCad installation. To close the Library Browser, either click the 'X' symbol to the upper right of the window or click the window icon in the upper left and in the pop-up menu then click-p on 'close'. Opening a Symbol Library Component To produce the CPX symbol, we will modify the C symbol shown above. Start by using the symbol editor to open the C symbol from the component library. Starting in the schematic capture tool, click-p on the 'Library editor' button 'Library editor' button In the 'Component Library Editor' window, click-p on the 'Select working library' button and in the 'Select Library' pop-up window click-p on 'Device' and click-p on 'OK'. 'Select working library' button

6 In the 'Component Library Editor' window, click-p on the 'Select component to edit' button and in the 'Select Component' window, click-p on 'C' and click-p on 'OK'. 'Select component to edit' button Double click-p on the lower 'C' and in the 'Edit field' pop-up window change the 'Component name/ Value' entry from 'C' to 'CPX' and click 'OK'. Saving the Symbol in a New Library At this point the new CPX component is open in the symbol editor, having just changed it's symbol name to CPX. Next, decide where to save this new symbol. While saving to the 'device' library may be simple enough, there are reasons why it's better to save to a project library, that is a library file located in your project folder, rather than into a library stored in the installation directory. Perhaps you are experimenting or practicing with KiCad. Such extra symbols are distracting. Adding new symbols to a project library, which only involves the current project, will not clog the the installed libraries. Perhaps you want to test your new symbol and don't want the symbol to be permanent in an installed library. This is solved by saving the symbol in such a project library. Perhaps you use KiCad with multiple computers and cannot update the installed libraries on all the computers. A project library stays with the project. Perhaps your are concerned with maintenance when you upgrade to a newer version of KiCad. Having custom components mixed in with installed components such maintenance a nightmare. Until you become a KiCad master, it is better to use custom project libraries. In the component library editor, click the 'Save current component to new library' button and in the pop-up folder browser enter a name such as 'custom.lib' and click 'Save'. A pop-up 'Info' window appears stating that the new library will not be available until it is loaded into the schematic capture tool, EESchema. Click-p on 'OK'. 'Save current component in new library' button Click-p on the schematic capture toolbar and then click to open the library preferences window. Preferences => Library In the library preferences window do the following: In the Current Selection Path list, click-p to select the path to the current project D:\KiCad\wbridge

7 To the right of the 'Component library files' pane Click-p the 'Add' button In the navigation window click-p on 'custom' and click-p on 'Open' At the bottom of the library preferences window click, 'OK' In the 'Save Project Settings' window, click-p on 'Save'. Finally, back in the symbol editor window, click the 'Select working library' button and select the 'custom' library. 'Select working library' button The symbol editor title bar will now refer to the new library, 'custom.lib'. At this point you have saved a component to a new project library, loaded the new library, and then switched the working library. To use the custom library in an entirely new project just copy the custom.lib file into the project folder and add the library to the project as you did above. The next step is modifying the rest of the new symbol and updating the new library. Modifying the Rest of the New Symbol If you haven't already changed the component name to CPX, made a new project library, and switched the working library, go back a page or two and then come back here. There are three types of objects in a symbol: Attributes provide KiCad with important information about the symbol. Given that this symbol is copied from a similar one, all the needed attributes such as the reference designator and symbol name are already present. Pins provide a means for KiCad to connect wires to a symbol. As with the attributes, all the needed pins are already present. Artwork is what you otherwise see, that makes the symbol recognizable to us. We will be changing the artwork. Other than the pins, symbol artwork looks better in a 10.0 mil grid. So while it is helpful to change the grid size, remember the following WARNING: It is important that pins remain on the 50.0 mil grid. Hence, before saving a finished symbol, be sure to switch back to a 50.0 mil grid and examine the pins to make sure they are on grid. In the symbol editor click-r (button under ring finger) and in the pop-up menu click-p (button under pointer finger) on 'Grid Select' and then click on the desired grid spacing. Okay now, change to the 10.0 mil grid and make a mental note to not move the pins and check later to make sure that the pins remain on grid.

8 In the symbol editor, do the following: Point the cursor at the lower horizontal line in the symbol and press the delete key on your keyboard to delete the line. Click-r on the 'Add arc' button Move the cursor to the spot below the left end of the upper line that is also four grids below the top of the lower pin and click-p. Move the cursor to the corresponding spot below the right end of the upper line. Now the cursor acts like the center of the arc rotation, so move the cursor down the lower pin until the top of the arc touches the top of the pin and click-r. To make the arc thicker, either press the escape key or click the 'Deselect current tool' button and then double click-p on the arc. In the pop-up window change the width to 'Deselect current tool' button If you are not satisfied with the artwork, just click the undo button and try again. 'Undo last command' button The '+' symbol can be drawn with two lines. Click-p on the 'Add lines and polygons' button and just above the upper line and to the left of the pin, click-p to start each line, then click-r and select 'line-end' to end each line. To reduce the thickness of a line, first deselect the tool, point at the line, double click-p, and reduce the extra width value to Add lines and polygons' button Check the Pins and Save Your Work As before, change the grid size, but this time back to 50.0 mil spacing and look at the pin ends. The small circle end of each pin should be on a grid dot. Having the pin ends on-grid will make it easier to use your new symbol in an actual schematic, so be sure to move the pins if they are not on-grid. And finally, do the following: Click-p on the 'Update current component in current library' button and in the confirmation window 'Yes'. 'Update current component in current library' button Click-p on the 'Save current library to disk' button and in the confirmation window, click 'Yes'. 'Save current library to disk' button At this moment you have a new symbol that is stored in a new project library. Follow these steps to make the MC33171X symbol by modifying the LM741 symbol in the linear library. This time it is only necessary to change the name to make the new symbol. Next, change the working library to

9 custom.lib and save the new symbol by updating the component in the library and then writing the library to disk. Inserting Components KiCad works with several so-called modes, each of which has a unique cursor shape and provides unique functionality. If you have been experimenting, you may no longer be in the normal mode. Pressing the escape key usually returns KiCad to the normal mode, but you can also press the arrow icon, which is in the upper right corner of the schematic editor window. Arrow icon In the following you will insert gates in a manner like the the following figure. Schematic with parts To insert the components, start by clicking the 'Place a component' 'Place a component' icon In the 'component selection' window, click 'Select by Browser'. In the 'Library Browser' left pane, click to select 'custom' and in the device pane scroll and select the MC33171 device. The library browser will show the corresponding symbol. Click the 'Insert component in schematic' button and move the cursor position the component symbol then click left to actually place the component. Insert component in schematic

10 Repeat the above process to insert a resistor R symbol from the 'device' library. Once a component symbol is placed in the schematic the symbol placement can be adjusted. To rotate, copy, or move a component, use the cursor to point at a component and press the corresponding 'Hot-Key' on the keyboard. R rotate clockwise by ninety degrees C copy, attaches a new copy to the cursor. Click left to place the component. M move, attaches the component to the cursor. Click left to place the component. For a larger list of choices, use the cursor to point at a component and right click for a pop-up menu. Also note that when you place the next component, the 'select component' dialog window keeps a list of the prior components that were inserted, making it easy to insert the component again. The remaining components are in the corresponding libraries C capacitor 'device' library CPX polarized capacitor 'custom' library, otherwise use the CP symbol in the device libary DIODE diode 'device' library CONN_2 two pin connector 'conn' library CONN_3 three pin connector 'conn' library Power, Ground, No-Connect, and Wiring the Components The next step is inserting power, ground, and no-connect symbols along with wires to connect the components. Starting with the operational amplifier, this part will look similar to the following. Operational amplifier with other symbols Click the 'Place a power port' icon; this is a short-cut to the 'power' library. Next, left click in the schematic editor window to open the 'Component selection' window. Click left on 'List All', scroll to find and select 'VCC', click 'OK' and as before, in the schematic editor window place the new symbol above the operational amplifier. Likewise, place a 'VDD' symbol below the operational amplifier and then rotate the symbol twice. Once done, press escape to return to the normal mode. To insert a first wire, point the cursor at the lowest part of the VCC symbol, press the 'W' key on the keyboard, move the cursor to the tip of pin 7 on the operational amplifier, and click left to end the wire.

11 Likewise, insert a wire from the VDD symbol to pin 4. The no-connect symbol informs the rules checker that the corresponding pins will intentionally left unconnected. To place the no-connect symbols, click the 'Place no-connect flag' icon and in the editor window click left at the end of pins 1 and 5. 'Place no-connect flag' icon Continuing with the three pin connector, this part of the schematic will look like the following. The rules checker needs to be informed which networks carry power. One approach involves changing the properties of the connector to indicate the pins that convey power. However, here we use PWR_FLAG symbols to indicate that the connected networks carry power. Three pin connector with other symbols and capacitors The PWR_FLAG and GND symbol are with the other power related symbols. To assign the capacitor values, either double click on the CPX name and change the value or double click on a component and use the component editor window. Add wires as you did before. Completing the Schematic Use the complete schematic below to assign part values and insert the remaining wires. Note that to perform further processing, each component much be assigned a designator or part number. Even if you assign part numbers as you go along, you will probably have to use the annotation tool. Left click the 'Annotate Schematic' icon. 'Annotate Schematic' icon In the pop-up window, click the 'Annotation' button, click 'OK' and then click 'Close.' To perform a rules check, click on the 'Schematic Electric Rules Check' button, and in the pop-up window click the 'Test Erc' button. 'Schematic rules check' icon

12 If an error should appear, double click on the error report item to find the corresponding area in the actual schematic. Note that you may need to run the Annotate Schematic tool even if you manually assign all the part designators. Typically an error indicates that an unnamed component needs to be assigned a part designator. If you see this error, run the Annotate Schematic tool. Complete Wien Bridge oscillator schematic The following lists all the components used in this schematic. The actual part designators may vary. C1, C2 0.1uF C3, C4 1uF D1, D2 1N914 K1 CONN_3 P1 CONN_2 R1, R3 1.6K R2 1K R4 2.2K R5 6.2K U1 MC33171X At this point you have completed the schematic for the Wien Bridge oscillator. Be sure to save the schematic project File => Save whole schematic project The file menu also has selections for printing out your schematic as well. If you performed this as a class assignment, before printing out your work, make sure that you have entered you name and project name into the page settings. The next two documents outline how to select component footprints, produce a layout, and how to use a milling machine to produce an actual PC board.

13 Author Information Dr. Jonathan Hill (jmhill at hartford dot edu) is an associate professor in Electrical and Computer Engineering at the University of Hartford College of Engineering, Technology, and Architecture. His interests involve embedded microprocessor based systems. This document was written in haste so please help with constructive criticism and/or send a thank-you for the effort. Copyright Notice Copyright (C) 2010, by Jonathan Hill Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. Modified versions of this document will include the current version date and all the prior version dates on which the document is based, immediately following the copyright notice. A copy of the license is available from the GNU project website at the following URL. Publication Date: Jan 17, 2011 by Jonathan Hill Previous Version: There is no pior published version of this document

Using KiCad with AimSpice Doc 0.2 CETA - Univ. Hartford, Connecticut, USA

Using KiCad with AimSpice Doc 0.2 CETA - Univ. Hartford, Connecticut, USA Using KiCad with AimSpice Doc 0.2 CETA - Univ. Hartford, Connecticut, USA KiCad is a open source software package for schematic capture and PC board layout. KiCad also provides some capability in producing

More information

TUTORIAL SESSION Technical Group Hoda Najafi & Sunita Bhide

TUTORIAL SESSION Technical Group Hoda Najafi & Sunita Bhide TUTORIAL SESSION 2014 Technical Group Hoda Najafi & Sunita Bhide SETUP PROCEDURE Start the Altium Designer Software. (Figure 1) Ensure that the Files and Projects tabs are located somewhere on the screen.

More information

EE 210 Lab Assignment #2: Intro to PSPICE

EE 210 Lab Assignment #2: Intro to PSPICE EE 210 Lab Assignment #2: Intro to PSPICE ITEMS REQUIRED None Non-formal Report due at the ASSIGNMENT beginning of the next lab no conclusion required Answers and results from all of the numbered, bolded

More information

- create new schematic to the new project, PCB design begins with a schematic diagram, which present how components are connected

- create new schematic to the new project, PCB design begins with a schematic diagram, which present how components are connected Eagle 8.x tutorial - create a new project, Eagle designs are organized as projects - create new schematic to the new project, PCB design begins with a schematic diagram, which present how components are

More information

University of Kansas EECS Circuit Board Fabrication Tutorial for 212 Lab

University of Kansas EECS Circuit Board Fabrication Tutorial for 212 Lab University of Kansas EECS Circuit Board Fabrication Tutorial for 212 Lab Preparing For Export... 1 Assigning Footprints... 1 Recommended Footprints... 2 No Connects... 3 Design Rules Check... 3 Create

More information

Complete Tutorial (Includes Schematic & Layout)

Complete Tutorial (Includes Schematic & Layout) Complete Tutorial (Includes Schematic & Layout) Download 1. Go to the "Download Free PCB123 Software" button or click here. 2. Enter your e-mail address and for your primary interest in the product. (Your

More information

Lesson 17: Building a Hierarchical Design

Lesson 17: Building a Hierarchical Design Lesson 17: Building a Hierarchical Design Lesson Objectives After you complete this lesson you will be able to: Explore the structure of a hierarchical design Editing the Training Root Schematic Making

More information

Introduction to NI Multisim & Ultiboard

Introduction to NI Multisim & Ultiboard George Washington University School of Engineering and Applied Science Electrical and Computer Engineering Department Introduction to NI Multisim & Ultiboard Dr. Amir Aslani 8/20/2017 2 Outline Design

More information

Exercise 1. Section 2. Working in Capture

Exercise 1. Section 2. Working in Capture Exercise 1 Section 1. Introduction In this exercise, a simple circuit will be drawn in OrCAD Capture and a netlist file will be generated. Then the netlist file will be read into OrCAD Layout. In Layout,

More information

Tutorial : First board in CircuitMaker.

Tutorial : First board in CircuitMaker. Tutorial : First board in CircuitMaker. Objectives 1. Create a new project in CircuitMaker. 2. Design electronic circuit in CircuitMaker schematic editor. 3. Design a pcb board for your circuit in CircuitMaker

More information

Tutorial 3: Using the Waveform Viewer Introduces the basics of using the waveform viewer. Read Tutorial SIMPLIS Tutorials SIMPLIS provide a range of t

Tutorial 3: Using the Waveform Viewer Introduces the basics of using the waveform viewer. Read Tutorial SIMPLIS Tutorials SIMPLIS provide a range of t Tutorials Introductory Tutorials These tutorials are designed to give new users a basic understanding of how to use SIMetrix and SIMetrix/SIMPLIS. Tutorial 1: Getting Started Guides you through getting

More information

Electronics Design - Eagle

Electronics Design - Eagle Back to tutorial index Electronics Design - Eagle This week's assignment is to: add a button and LED to the echo hello-world board, check the design rules, and make it. Review Neil's class page: http://academy.cba.mit.edu/classes/electronics_design/index.html

More information

SolidWorks Intro Part 1b

SolidWorks Intro Part 1b SolidWorks Intro Part 1b Dave Touretzky and Susan Finger 1. Create a new part We ll create a CAD model of the 2 ½ D key fob below to make on the laser cutter. Select File New Templates IPSpart If the SolidWorks

More information

Orcad Tutorial: Oscillator design and Simulation Schematic Design and Simulation in Orcad Capture CIS Full Version

Orcad Tutorial: Oscillator design and Simulation Schematic Design and Simulation in Orcad Capture CIS Full Version Orcad Tutorial: Oscillator design and Simulation Prof. Law Schematic Design and Simulation in Orcad Capture CIS Full Version Notation: To simplify what one should click to perform a task, the following

More information

2008 년안산일대디지털정보통신학과 CAD 강의용자료 PADS 2007

2008 년안산일대디지털정보통신학과 CAD 강의용자료 PADS 2007 2008 년안산일대디지털정보통신학과 CAD 강의용자료 PADS 2007 1 Learning the PADS User Interface What you will learn: Modeless Commands Panning & Zooming Object Selection Methods Note: This tutorial will use PADS Layout to

More information

Lesson 5: Board Design Files

Lesson 5: Board Design Files 5 Lesson 5: Board Design Files Learning Objectives In this lesson you will: Use the Mechanical Symbol Editor to create a mechanical board symbol Use the PCB Design Editor to create a master board design

More information

Schematic Editing Essentials

Schematic Editing Essentials Summary Application Note AP0109 (v2.0) March 24, 2005 This application note looks at the placement and editing of schematic objects in Altium Designer. This application note provides a general overview

More information

CADSOFT EAGLE TUTORIAL

CADSOFT EAGLE TUTORIAL CADSOFT EAGLE TUTORIAL IEEE OPS 2013-2014 By Shubham Gandhi, Kamal Kajouke 1 Table of Contents 1. Introduction 1.1 Getting Started 1.2 Eagle Schematic Editor 1.3 The Toolbar and Command Bar 1.4 Importing

More information

ELEC451 Integrated Circuit Engineering Using Cadence's Virtuoso Layout Editing Tool

ELEC451 Integrated Circuit Engineering Using Cadence's Virtuoso Layout Editing Tool ELEC451 Integrated Circuit Engineering Using Cadence's Virtuoso Layout Editing Tool Contents Contents 1. General 2. Creating and Working On a Layout o 2.1 Undoing/Re-doing an Action o 2.2 Display Options

More information

SCHEMATIC1 SCHEMATIC2 SCHEMATIC1 SCHEMATIC2 SCHEMATIC3 PAGE1 PAGE2 PAGE3 PAGE1 PAGE1 PAGE2 PAGE1 PAGE1 PAGE2

SCHEMATIC1 SCHEMATIC2 SCHEMATIC1 SCHEMATIC2 SCHEMATIC3 PAGE1 PAGE2 PAGE3 PAGE1 PAGE1 PAGE2 PAGE1 PAGE1 PAGE2 An OrCAD Tutorial Dr. S.S.Limaye 1. Introduction OrCAD is a suite of tools from Cadence company for the design and layout of printed circuit boards (PCBs). This is the most popular tool in the industry.

More information

University of California at Berkeley College of Engineering Department of Electrical Engineering and Computer Science. EECS 150 Spring 2000

University of California at Berkeley College of Engineering Department of Electrical Engineering and Computer Science. EECS 150 Spring 2000 University of California at Berkeley College of Engineering Department of Electrical Engineering and Computer Science EECS 150 Spring 2000 Lab 1 Introduction to Xilinx Design Software 1 Objectives In this

More information

SolidWorks 2½D Parts

SolidWorks 2½D Parts SolidWorks 2½D Parts IDeATe Laser Micro Part 1b Dave Touretzky and Susan Finger 1. Create a new part In this lab, you ll create a CAD model of the 2 ½ D key fob below to make on the laser cutter. Select

More information

Experiment 1 Electrical Circuits Simulation using Multisim Electronics Workbench: An Introduction

Experiment 1 Electrical Circuits Simulation using Multisim Electronics Workbench: An Introduction Experiment 1 Electrical Circuits Simulation using Multisim Electronics Workbench: An Introduction Simulation is a mathematical way of emulating the behavior of a circuit. With simulation, you can determine

More information

Lesson 18: Creating a Hierarchical Block

Lesson 18: Creating a Hierarchical Block Lesson 18: Creating a Hierarchical Block Lesson Objectives After you complete this lesson you will be able to: Create hierarchical blocks Copying Schematics between Projects You can copy and paste between

More information

Cadence Tutorial A: Schematic Entry and Functional Simulation Created for the MSU VLSI program by Andrew Mason and the AMSaC lab group.

Cadence Tutorial A: Schematic Entry and Functional Simulation Created for the MSU VLSI program by Andrew Mason and the AMSaC lab group. Cadence Tutorial A: Schematic Entry and Functional Simulation Created for the MSU VLSI program by Andrew Mason and the AMSaC lab group. Revision Notes: Aug. 2003 update and edit A. Mason add intro/revision/contents

More information

Autodesk Inventor Design Exercise 2: F1 Team Challenge Car Developed by Tim Varner Synergis Technologies

Autodesk Inventor Design Exercise 2: F1 Team Challenge Car Developed by Tim Varner Synergis Technologies Autodesk Inventor Design Exercise 2: F1 Team Challenge Car Developed by Tim Varner Synergis Technologies Tim Varner - 2004 The Inventor User Interface Command Panel Lists the commands that are currently

More information

EE115C Digital Electronic Circuits. Tutorial 4: Schematic-driven Layout (Virtuoso XL)

EE115C Digital Electronic Circuits. Tutorial 4: Schematic-driven Layout (Virtuoso XL) EE115C Digital Electronic Circuits Tutorial 4: Schematic-driven Layout (Virtuoso XL) This tutorial will demonstrate schematic-driven layout on the example of a 2-input NAND gate. Simple Layout (that won

More information

Using EAGLE: Schematic a learn.sparkfun.com

Using EAGLE: Schematic a learn.sparkfun.com Using EAGLE: Schematic a learn.sparkfun.com tutorial Available online at: http://sfe.io/t109 Contents Introduction Create a Project Adding Parts to a Schematic Wiring Up the Schematic Tips and Tricks Resources

More information

Let s Make a Front Panel using FrontCAD

Let s Make a Front Panel using FrontCAD Let s Make a Front Panel using FrontCAD By Jim Patchell FrontCad is meant to be a simple, easy to use CAD program for creating front panel designs and artwork. It is a free, open source program, with the

More information

Department of Electrical and Electronics Engineering SSN College of Engineering

Department of Electrical and Electronics Engineering SSN College of Engineering 1 Department of Electrical and Electronics Engineering SSN College of Engineering 2 TABLE OF CONTENTS EAGLE CADSOFT Professional 2 Getting Started 3 Toolbar quick reference 5 Creating the Schematic 6 Creating

More information

Revision Notes: July2004 Generate tutorial for single transistor analysis. Based on existing schematic entry tutorial developed for ECE410

Revision Notes: July2004 Generate tutorial for single transistor analysis. Based on existing schematic entry tutorial developed for ECE410 Cadence Analog Tutorial 1: Schematic Entry and Transistor Characterization Created for the MSU VLSI program by Professor A. Mason and the AMSaC lab group. Revision Notes: July2004 Generate tutorial for

More information

How to Get Started. Figure 3

How to Get Started. Figure 3 Tutorial PSpice How to Get Started To start a simulation, begin by going to the Start button on the Windows toolbar, then select Engineering Tools, then OrCAD Demo. From now on the document menu selection

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

HW #2 - Eagle Tutorial

HW #2 - Eagle Tutorial HW #2 - Eagle Tutorial The goal of this homework is to teach the user the basic steps of producing a switching power supply schematic and a printed circuit board using the Eagle Application. While tutorial

More information

End User Guide. 2.1 Getting Started Toolbar Right-click Contextual Menu Navigation Panels... 2

End User Guide. 2.1 Getting Started Toolbar Right-click Contextual Menu Navigation Panels... 2 TABLE OF CONTENTS 1 OVERVIEW...1 2 WEB VIEWER DEMO ON DESKTOP...1 2.1 Getting Started... 1 2.1.1 Toolbar... 1 2.1.2 Right-click Contextual Menu... 2 2.1.3 Navigation Panels... 2 2.1.4 Floating Toolbar...

More information

Introduction to Computer Engineering (E114)

Introduction to Computer Engineering (E114) Introduction to Computer Engineering (E114) Lab 1: Full Adder Introduction In this lab you will design a simple digital circuit called a full adder. You will then use logic gates to draw a schematic for

More information

VLSI Lab Tutorial 1. Cadence Virtuoso Schematic Composer Introduction

VLSI Lab Tutorial 1. Cadence Virtuoso Schematic Composer Introduction VLSI Lab Tutorial 1 Cadence Virtuoso Schematic Composer Introduction 1.0 Introduction The purpose of the first lab tutorial is to help you become familiar with the schematic editor, Virtuoso Schematic

More information

PCB Design utilizing Cadence Software. Application Note

PCB Design utilizing Cadence Software. Application Note PCB Design utilizing Cadence Software Application Note Kyle Schultz 11-9-11 ECE 480 Design Team 5 Keywords: Schematic, PCB, Fabrication, Cadence, Design Entry CIS, Allegro Table of Contents Abstract 1

More information

SciGraphica. Tutorial Manual - Tutorials 1and 2 Version 0.8.0

SciGraphica. Tutorial Manual - Tutorials 1and 2 Version 0.8.0 SciGraphica Tutorial Manual - Tutorials 1and 2 Version 0.8.0 Copyright (c) 2001 the SciGraphica documentation group Permission is granted to copy, distribute and/or modify this document under the terms

More information

Lesson 9: Processing a Schematic Design

Lesson 9: Processing a Schematic Design Lesson 9: Processing a Schematic Design Lesson Objectives After you complete this lab you will be able to: Assign reference designators Check the design for errors Create a netlist for OrCAD and Allegro

More information

Creating Vector Shapes Week 2 Assignment 1. Illustrator Defaults

Creating Vector Shapes Week 2 Assignment 1. Illustrator Defaults Illustrator Defaults Before we begin, we are going to make sure that all of us are using the same settings within our application. For this class, we will always want to make sure that our application

More information

Lesson 1: Getting Started with OrCAD Capture

Lesson 1: Getting Started with OrCAD Capture 1 Lesson 1: Getting Started with OrCAD Capture Lesson Objectives Discuss design flow using OrCAD Capture Learn how to start OrCAD Capture The OrCAD Capture Start Page Open an existing Project Explore the

More information

DesignWorks for Windows Hands-On Demo Guide

DesignWorks for Windows Hands-On Demo Guide DesignWorks for Windows Hands-On Demo Guide Schematic and Simulation Version 3.1.1 August 1994 406-960 Quayside Drive New Westminster, B.C., Canada, V3M 6G2 1994 Capilano Computing Systems Ltd. (604) 522-6200

More information

EE115C Digital Electronic Circuits. Tutorial 2: Hierarchical Schematic and Simulation

EE115C Digital Electronic Circuits. Tutorial 2: Hierarchical Schematic and Simulation EE115C Digital Electronic Circuits Tutorial 2: Hierarchical Schematic and Simulation The objectives are to become familiar with Virtuoso schematic editor, learn how to create the symbol view of basic primitives,

More information

Creating a PCB Design with OrCAD PCB Editor

Creating a PCB Design with OrCAD PCB Editor Creating a PCB Design with OrCAD PCB Editor This guide is focused on learning how to create a PCB (Printed Circuit board) design. The guide will make use of the PCB Flow menu that is part of this workshop

More information

Introduction to PCB Design with EAGLE. Jianan Li

Introduction to PCB Design with EAGLE. Jianan Li Introduction to PCB Design with EAGLE Jianan Li Install EAGLE Download EAGLE: http://www.cadsoftusa.com/download-eagle/ Choose Run as Freeware during installation Create a New Project Launch EAGLE and

More information

PSpice Tutorial. Physics 160 Spring 2006

PSpice Tutorial. Physics 160 Spring 2006 PSpice Tutorial This is a tutorial designed to guide you through the simulation assignment included in the first homework set. You may either use the program as installed in the lab, or you may install

More information

Pl_Editor. August 24, 2017

Pl_Editor. August 24, 2017 Pl_Editor Pl_Editor ii August 24, 2017 Pl_Editor iii Contents 1 Introduction to Pl_Editor 2 2 Pl_Editor files 2 2.1 Input file and default title block........................................ 2 2.2 Output

More information

Experiment 0: Introduction to Cadence

Experiment 0: Introduction to Cadence UNIVERSITY OF CALIFORNIA AT BERKELEY College of Engineering Department of Electrical Engineering and Computer Sciences EE105 Lab Experiments Experiment 0: Introduction to Cadence Contents 1. Introduction...

More information

EECS 211 CAD Tutorial. 1. Introduction

EECS 211 CAD Tutorial. 1. Introduction EECS 211 CAD Tutorial 1. Introduction This tutorial has been devised to run through all the steps involved in the design and simulation of an audio tone control amplifier using the Mentor Graphics CAD

More information

University of Florida EEL 3701 Dr. Eric M. Schwartz Department of Electrical & Computer Engineering Revision 0 12-Jun-16

University of Florida EEL 3701 Dr. Eric M. Schwartz Department of Electrical & Computer Engineering Revision 0 12-Jun-16 Page 1/14 Quartus Tutorial with Basic Graphical Gate Entry and Simulation Example Problem Given the logic equation Y = A*/B + /C, implement this equation using a two input AND gate, a two input OR gate

More information

Getting Started with PCB Design

Getting Started with PCB Design Getting Started with PCB Design Summary Tutorial TU0117 (v1.2) April 13, 2005 This introductory tutorial is designed to give you an overview of how to create a schematic, update the design information

More information

solidthinking Inspired Tutorials 2009 solidthinking, Inc. for Mac

solidthinking Inspired Tutorials 2009 solidthinking, Inc. for Mac solidthinking Inspired Tutorials 2009 solidthinking, Inc. for Mac Table of Contents Quick Start Tutorials 3 Tutorial 11: Simple... Bridge 4 Tutorial 22: Desk... 12 Tutorial 33: Bookcase... 35 2 1 Quick

More information

SOUTHERN POLYTECHNIC S. U.

SOUTHERN POLYTECHNIC S. U. SOUTHERN POLYTECHNIC S. U. ECET 1012 Laboratory Exercise #4 ELECTRICAL & COMPUTER ENGINEERING TECHNOLOGY Introduction to PSpice Name Lab Section Date Overview: This laboratory experiment introduces the

More information

Tricking it Out: Tricks to personalize and customize your graphs.

Tricking it Out: Tricks to personalize and customize your graphs. Tricking it Out: Tricks to personalize and customize your graphs. Graphing templates may be used online without downloading them onto your own computer. However, if you would like to use the templates

More information

GETTING STARTED WITH ADS

GETTING STARTED WITH ADS ADS Startup Tutorial v2 Page 1 of 17 GETTING STARTED WITH ADS Advanced Design System (ADS) from Agilent Technologies is an extremely powerful design tool for many aspects of electrical and computer engineering

More information

Fall Leaves Andrea Mattina

Fall Leaves Andrea Mattina Fall Leaves Andrea Mattina Before starting this project, we need to make sure we are working in millimeters. To change to millimeters, select View from the menu bar and scroll down to View Preferences.

More information

User Guide. BlackBerry Workspaces for Windows. Version 5.5

User Guide. BlackBerry Workspaces for Windows. Version 5.5 User Guide BlackBerry Workspaces for Windows Version 5.5 Published: 2017-03-30 SWD-20170330110027321 Contents Introducing BlackBerry Workspaces for Windows... 6 Getting Started... 7 Setting up and installing

More information

Window Designer. Opening Screen: When you start Window Designer, you will see the Opening Screen. Here you will be choosing from 4 options:

Window Designer. Opening Screen: When you start Window Designer, you will see the Opening Screen. Here you will be choosing from 4 options: Window Designer Opening Screen: When you start Window Designer, you will see the Opening Screen. Here you will be choosing from 4 options: New Design: Use this option when no pre-built templates are available

More information

InDesign Part II. Create a Library by selecting File, New, Library. Save the library with a unique file name.

InDesign Part II. Create a Library by selecting File, New, Library. Save the library with a unique file name. InDesign Part II Library A library is a file and holds a collection of commonly used objects. A library is a file (extension.indl) and it is stored on disk. A library file can be open at any time while

More information

Lesson 9: Advanced Placement Techniques

Lesson 9: Advanced Placement Techniques 9 Lesson 9: Advanced Placement Techniques Learning Objectives In this lesson you will: Turn ratsnests on and off to selectively place components Use interactive swapping for pins and gates Apply advanced

More information

EE261 Computer Project 1: Using Mentor Graphics for Digital Simulation

EE261 Computer Project 1: Using Mentor Graphics for Digital Simulation EE261 Computer Project 1: Using Mentor Graphics for Digital Simulation Introduction In this project, you will begin to explore the digital simulation tools of the Mentor Graphics package available on the

More information

Simulation examples Chapter overview

Simulation examples Chapter overview Simulation examples 2 Chapter overview The examples in this chapter provide an introduction to the methods and tools for creating circuit designs, running simulations, and analyzing simulation results.

More information

Intro to Multisim & Ultiboard

Intro to Multisim & Ultiboard Intro to Multisim & Ultiboard (Lab by Wayne Stanton) Note: This document was written for version 13.0 of Multisim and Ultiboard. Note: A grade for this lab will be applied upon receipt of the project file.

More information

One possible window configuration preferences for debug cycles

One possible window configuration preferences for debug cycles NEW USER S TUTORIAL Welcome to ICAP/4, Intusoft s suite of analog and mixed-signal simulation products. There is also a New User s Tutorial 2 as follow-on to this tutorial for non-icap/4rx products. Let

More information

Using OrCAD Layout Plus A Simple Guide

Using OrCAD Layout Plus A Simple Guide Using OrCAD Layout Plus A Simple Guide Written by Jose Cabral September 2006 Revised by Nithin Raghunathan 1 SKETCH THE CIRCUIT YOU WISH TO LAYOUT SKETCH THE LAYOUT COM J1 OUTPUT +12 COM -12 COM INPUT

More information

PHYC 500: Introduction to LabView. Exercise 1 (v 1.3) M.P. Hasselbeck, University of New Mexico

PHYC 500: Introduction to LabView. Exercise 1 (v 1.3) M.P. Hasselbeck, University of New Mexico PHYC 500: Introduction to LabView M.P. Hasselbeck, University of New Mexico Exercise 1 (v 1.3) Setup The user interface of LabView is highly customizable. How this is done is a personal preference. For

More information

Microsoft. An Introduction

Microsoft. An Introduction Microsoft Amarillo College Revision Date: February 7, 2011 Table of Contents SLIDE MASTER... 2 ACCESSING THE SLIDE MASTER... 2 BACKGROUNDS... 2 FONT COLOR OF SLIDE TITLES... 3 FONT COLOR OF BULLET LEVELS...

More information

A Guide to Autodesk Maya 2015

A Guide to Autodesk Maya 2015 A Guide to Autodesk Maya 2015 Written by Mitchell Youngerman Table of Contents Layout of Toolbars...pg 1 Creating Objects...pg 2 Selecting & Deselecting Objects...pg 3 Changing Perspective... pg 4 Transforming

More information

Chapter 4 Determining Cell Size

Chapter 4 Determining Cell Size Chapter 4 Determining Cell Size Chapter 4 Determining Cell Size The third tutorial is designed to give you a demonstration in using the Cell Size Calculator to obtain the optimal cell size for your circuit

More information

Lesson 5: Creating Heterogeneous Parts

Lesson 5: Creating Heterogeneous Parts Lesson 5: Creating Heterogeneous Parts Lesson Objectives After you complete this lesson you will be able to: Create a Heterogeneous part Annotate a Heterogeneous part (Optional) Heterogeneous Parts A heterogeneous

More information

Vectorworks Essential Tutorial Manual by Jonathan Pickup. Sample

Vectorworks Essential Tutorial Manual by Jonathan Pickup. Sample Vectorworks Essential Tutorial Manual by Jonathan Pickup Table of Contents 0.0 Introduction... iii 0.1 How to Use this Manual... iv 0.2 Real World Sizes... iv 0.3 New Ways of Drawing... v 1.0 Introduction

More information

Lab 1: Analysis of DC and AC circuits using PSPICE

Lab 1: Analysis of DC and AC circuits using PSPICE Lab 1: Analysis of DC and AC circuits using PSPICE 1. Objectives. 1) Familiarize yourself with PSPICE simulation software environment. 2) Obtain confidence in performing DC and AC circuit simulation. 2.

More information

The Department of Construction Management and Civil Engineering Technology CMCE-1110 Construction Drawings 1 Lecture Introduction to AutoCAD What is

The Department of Construction Management and Civil Engineering Technology CMCE-1110 Construction Drawings 1 Lecture Introduction to AutoCAD What is The Department of Construction Management and Civil Engineering Technology CMCE-1110 Construction Drawings 1 Lecture Introduction to AutoCAD What is AutoCAD? The term CAD (Computer Aided Design /Drafting)

More information

Guide to WB Annotations

Guide to WB Annotations Guide to WB Annotations 04 May 2016 Annotations are a powerful new feature added to Workbench v1.2.0 (Released May 2016) for placing text and symbols within wb_view tabs and windows. They enable generation

More information

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Lab 02: Introduction to Photoshop Part 1

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Lab 02: Introduction to Photoshop Part 1 CS 1033 Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Lab 02: Introduction to Photoshop Part 1 Upon completion of this lab, you should be able to: Open, create new, save

More information

EAGLE 3.5 Schematic - Layout - Autorouter Tutorial Copyright 1999 CadSoft Computer, Inc.

EAGLE 3.5 Schematic - Layout - Autorouter Tutorial Copyright 1999 CadSoft Computer, Inc. EAGLE 3.5 Schematic - Layout - Autorouter Tutorial Copyright 1999 CadSoft Computer, Inc. www.cadsoftusa.com Windows is a registered trademark of Microsoft Corporation 1 What to expect from this Manual

More information

1. Working with PSpice:

1. Working with PSpice: Applied Electronics, Southwest Texas State University, 1, 13 1. Working with PSpice: PSpice is a circuit simulator. It uses the Kirchhoff s laws and the iv-relation of the used components to calculate

More information

Computer Essentials Session 1 Lesson Plan

Computer Essentials Session 1 Lesson Plan Note: Completing the Mouse Tutorial and Mousercise exercise which are available on the Class Resources webpage constitutes the first part of this lesson. ABOUT PROGRAMS AND OPERATING SYSTEMS Any time a

More information

EMT1250 LABORATORY EXPERIMENT. EXPERIMENT # 6: Quartus II Tutorial and Practice. Name: Date:

EMT1250 LABORATORY EXPERIMENT. EXPERIMENT # 6: Quartus II Tutorial and Practice. Name: Date: EXPERIMENT # 6: Quartus II Tutorial and Practice Name: Date: Equipment/Parts Needed: Quartus II R Web Edition V9.1 SP2 software by Altera Corporation USB drive to save your files Objective: Learn how to

More information

Physics 120/220 Lab Equipment, Hints & Tips

Physics 120/220 Lab Equipment, Hints & Tips Physics 120/220 Lab Equipment, Hints & Tips Solderless Breadboard... 2 Power supply... 4 Multimeters... 5 Function generator... 5 Oscilloscope... 6 10X probe... 7 Resistor color code... 7 Components...

More information

Publishing Electronic Portfolios using Adobe Acrobat 5.0

Publishing Electronic Portfolios using Adobe Acrobat 5.0 Step-by-Step Publishing Electronic Portfolios using Adobe Acrobat 5.0 2002, Helen C. Barrett Here is the process we will use to publish a digital portfolio using Adobe Acrobat. The portfolio will include

More information

University of Florida EEL 3701 Dr. Eric M. Schwartz Madison Emas, TA Department of Electrical & Computer Engineering Revision 1 5-Jun-17

University of Florida EEL 3701 Dr. Eric M. Schwartz Madison Emas, TA Department of Electrical & Computer Engineering Revision 1 5-Jun-17 Page 1/14 Example Problem Given the logic equation Y = A*/B + /C, implement this equation using a two input AND gate, a two input OR gate and two inverters under the Quartus environment. Upon completion

More information

Design rule illustrations for the AMI C5N process can be found at:

Design rule illustrations for the AMI C5N process can be found at: Cadence Tutorial B: Layout, DRC, Extraction, and LVS Created for the MSU VLSI program by Professor A. Mason and the AMSaC lab group. Revised by C Young & Waqar A Qureshi -FS08 Document Contents Introduction

More information

Setting up an initial ".tcshrc" file

Setting up an initial .tcshrc file ECE445 Fall 2005 Introduction to SaberSketch The SABER simulator is a tool for computer simulation of analog systems, digital systems and mixed signal systems. SaberDesigner consists of the three tools,

More information

Feature-based CAM software for mills, multi-tasking lathes and wire EDM. Getting Started

Feature-based CAM software for mills, multi-tasking lathes and wire EDM.  Getting Started Feature-based CAM software for mills, multi-tasking lathes and wire EDM www.featurecam.com Getting Started FeatureCAM 2015 R3 Getting Started FeatureCAM Copyright 1995-2015 Delcam Ltd. All rights reserved.

More information

University of California at Berkeley College of Engineering Department of Electrical Engineering and Computer Science

University of California at Berkeley College of Engineering Department of Electrical Engineering and Computer Science University of California at Berkeley College of Engineering Department of Electrical Engineering and Computer Science EECS 150 Fall 2000 Original Lab By: J.Wawrzynek and N. Weaver Edited by B. Choi, R.

More information

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Intro to FrontPage OVERVIEW: This handout provides a general overview of Microsoft FrontPage. AUDIENCE: All Instructional

More information

Adobe illustrator Introduction

Adobe illustrator Introduction Adobe illustrator Introduction This document was prepared by Luke Easterbrook 2013 1 Summary This document is an introduction to using adobe illustrator for scientific illustration. The document is a filleable

More information

Copyright 2008 Linear Technology. All rights reserved. Getting Started

Copyright 2008 Linear Technology. All rights reserved. Getting Started Copyright. All rights reserved. Getting Started Copyright. All rights reserved. Draft a Design Using the Schematic Editor 14 Start with a New Schematic New Schematic Left click on the New Schematic symbol

More information

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41 Table of Contents 1. ebook Basics 1 2. Create a new ebook 20 3. Make Changes to the ebook 31 4. Populate the ebook 41 5. Share the ebook 63 ekaizen 1 2 1 1 3 4 2 2 5 The ebook is a tabbed electronic book

More information

Introduction to SolidWorks Basics Materials Tech. Wood

Introduction to SolidWorks Basics Materials Tech. Wood Introduction to SolidWorks Basics Materials Tech. Wood Table of Contents Table of Contents... 1 Book End... 2 Introduction... 2 Learning Intentions... 2 Modelling the Base... 3 Modelling the Front... 10

More information

Randy H. Shih. Jack Zecher PUBLICATIONS

Randy H. Shih. Jack Zecher   PUBLICATIONS Randy H. Shih Jack Zecher PUBLICATIONS WWW.SDCACAD.COM AutoCAD LT 2000 MultiMedia Tutorial 1-1 Lesson 1 Geometric Construction Basics! " # 1-2 AutoCAD LT 2000 MultiMedia Tutorial Introduction Learning

More information

Background on Kingdom Suite for the Imperial Barrel Competition 3D Horizon/Fault Interpretation Parts 1 & 2 - Fault Interpretation and Correlation

Background on Kingdom Suite for the Imperial Barrel Competition 3D Horizon/Fault Interpretation Parts 1 & 2 - Fault Interpretation and Correlation Background on Kingdom Suite for the Imperial Barrel Competition 3D Horizon/Fault Interpretation Parts 1 & 2 - Fault Interpretation and Correlation Wilson (2010) 1 Fault/Horizon Interpretation Using Seismic

More information

Introduction to PowerPoint 2007

Introduction to PowerPoint 2007 Introduction to PowerPoint 2007 PowerPoint is one of the programs included in the Microsoft Office suite. It s used to create presentations, also called slide shows, that are typically displayed via a

More information

Boot Camp-Special Ops Challenge Quiz

Boot Camp-Special Ops Challenge Quiz 1. What s the key difference between a panel and dialog window? a. There is none b. Panels must be closed in order to continue editing, whereas dialogs can be left open c. Dialogs must be closed in order

More information

SOUND BROWSER SYSTEM PROTOTYPES SOUND FILE WINDOW. Click to update the list when files or directories have been added or removed by other programs.

SOUND BROWSER SYSTEM PROTOTYPES SOUND FILE WINDOW. Click to update the list when files or directories have been added or removed by other programs. Each Sound in the list that is preceded by a cyan arrow (->) performs processing on an input (the replaceable input). These Sounds come with a default input, but a replacement input can be substituted

More information

SILVACO. An Intuitive Front-End to Effective and Efficient Schematic Capture Design INSIDE. Introduction. Concepts of Scholar Schematic Capture

SILVACO. An Intuitive Front-End to Effective and Efficient Schematic Capture Design INSIDE. Introduction. Concepts of Scholar Schematic Capture TCAD Driven CAD A Journal for CAD/CAE Engineers Introduction In our previous publication ("Scholar: An Enhanced Multi-Platform Schematic Capture", Simulation Standard, Vol.10, Number 9, September 1999)

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Lesson 8: Component Placement

Lesson 8: Component Placement 8 Lesson 8: Component Placement Learning Objectives In this lesson you will: Using floorplanning to organize the placement of components with the same ROOM property Assign reference designators to preplaced

More information