Printed Circuit Boards Parts Grading PCB Layout

Total Page:16

File Type:pdf, Size:1020Kb

Printed Circuit Boards Parts Grading PCB Layout UC Berkeley, EECS Department B. E. Boser EECS 40 Lab LAB5: PCB Layout Enter the names and SIDs for you and your lab partner into the boxes below. Name 1 SID 1 Name 2 SID 2 Printed Circuit Boards The advantage of prototyping boards is flexibility: we can quickly wire up and test a circuit, and easily make changes if something does not work as expected. But flexibility comes with several drawbacks. Circuits built with prototyping boards easily stop working because of a wire or component falling out. Prototyping boards are also large, and time consuming to assemble. You certainly would not start production using prototyping boards. Printed circuit boards (PCBs) such our microprocessor development system overcome these problems. The loose wires are replaced with copper traces. Solder joints ensure reliable electrical conduction between the leads of the components and the PCB copper traces and mechanically hold the components in place. In this lab we design a custom PCB for the solar meter prototyped previously. Fabricating the boards will take a few weeks (express service takes as little as a day, at extra cost). When they are back we will solder the components to the PCB and test the circuit. Parts Table 1 on page 3 shows a list of parts used for the project. In addition to a description of each part, the table shows the part names used for simulation in LT Spice and Eagle Layout, the PCB layout tool we are using. Both programs are available on the instructional cluster and also as free downloads from • http://www.linear.com/designtools/software/ltspice.jsp and • http://www.cadsoft.de Grading The capability to design, build and implement functional electronic circuits is the ultimate proof that you suc- ceeded in EE40. In this project you will get a lot of guidance to help maximize your chances for success. Never- theless, you will have to make many decisions and work carefully to get everything working. You will be graded by your results in each step, and the final result. Despite best efforts, you may make mistakes. A non-working board does not automatically mean a bad grade. If something goes wrong and your design does not work you will be asked to find the error and repair it if possible or document it otherwise. PCB Layout After verifying your circuit design in a prior lab, you are ready to layout the printed circuit board. We use a tool called Eagle CAD for this task (http://www.cadsoft.de). You can either use the tool on the instructional cluster or on your own computer. Use the instructional setup if you run into problems. First we learn how to layout a PCB. A good source are the Sparkfun tutorials, available at http://www.sparkfun.com (click “Tutorials” in the header and then choose “Beginning Embedded Electronics”). Although we won’t be ready to solder for a couple of weeks, start with Tutorial 6, The basics of through hole soldering. The pictures of PCBs in the tutorial give you a good idea of the final result. Although you do not need all the information presented in the tutorials to complete this lab, the material gives you a much better understanding of the process that will help you better understand elements of the design and manage your own projects. 1 Figure 1 Touch sensor interface. The touch sensor behaves electrically like a capacitor. When a finger is placed over it, its capacitance increases. The micro- controller detects this capacitance by measuring the RC charging and discharging delay. Schematic Capture PCB layout starts from the circuit schematic. Unfortunately Eagle cannot read the schematics from LT Spice1. Our first step is therefore to enter the schematic of our design into Eagle. Sparkfun Tutorial 8, Getting started with Eagle PCB and capturing a schematic, explains how. In the Tutorial you learned that you need a parts library with symbols and footprints for all components we are using. For your convenience and to minimize the chances for errors we have collected these devices in a library, ee40.lbr, which you can download from the course website. Make sure to use the parts from this library when entering the schematic to be sure that the PCB will match the physical shapes of the components we are using. The opamp component is bit special: inserting it into the schematic adds three symbols, one for each opamp and one for the power connection. Left click three times to place opamp A, B, and the Vdd and ground connections in your schematic. Then wire all three of them. Ground the inputs of the unused opamp. Our design is based on the solar meter designed and tested in a prior lab. On the board, power comes from single CR2032 Lithium battery. We also need to add a power switch. Of course many mechanical switches are available, but to add a special design feature, we use a capacitive touch sensor instead. The sensor consists of a few copper traces on the PCB (preferably placed near the edge where a finger can easily get to) and a resistor. The rest of the magic happens inside the microcontroller. Figure 1 shows the circuit including the opamp which is powered from port P2.7. We will write the program code after the boards are back from fabrication. Enter the complete circuit including the microcontroller, display with series resistors, light sensor and ampli- fier, and the touch sensor with charging & discharging resistor. In addition add the following elements to your schematic: a)A FRAME-LETTER. This is for annotation only: add your names, the project title, and the revision number and date to the text block in the lower right corner of the page. b)A BOARD3X3 pseudo device. Place this component anywhere in the schematic. When you layout the PCB, this components sets the dimensions of the board to 3 in by 3 in, the size we will be using for this project. The component also includes mounting holes and adds descriptive text to the board. c) BS-7 holder for the CR2032 battery. d) Two 100 nF ceramic and one 100 mF electrolytic decoupling capacitor between Vcc and ground. In the PCB layout these capacitors will be placed as closely as possible (to minimize parasitic series inductance) between the supply pins of the microcontroller (the electrolytic and one ceramic capac- itor) and the opamp (the other ceramic capacitor). Remember to connect the opamp supply (and its decoupling capacitor) to P2.6 rather than Vcc. e) To aid debugging, place a 3-pin header like the one found in the lower right corner of the micro- processor development system close to the edge of the board. Tie the leads to Vcc and ground. The header is convenient for debugging the board (e.g. connecting an oscilloscope probe) or to power the circuit from an external supply rather than the battery. f) Ground the inputs of the unused opamp. Some components draw excessive current from the supply when their inputs are left floating. 1Advanced layout tools are available that integrate schematic capture, simulation, and PCB layout. Unfortunately these tools have a steep learning curve. 2 Description Part LT Spice Eagle Layout MSP430G2231 MSP430G2231 (socketed) N/A MSP430G2231 CR2032 Battery CR2032 battery voltage N/A CR2032 Holder BS-7 N/A BS-7 Power header N/A HEAD3 Opamp LMC6482 opamp2 LMC6482 Photo Diode (Solar Cell) Osram BPW34 current source BPW34 100 nF capacitor (2x) capacitor CAP01 100 mF elco capacitor ELC01 Resistors 1/4 Watt resistors resistor RES04 Touch sensor N/A capacitor TOUCH 7-segment display 7 diodes SEG7 Table 1 Part list and names in LT Spice simulator and Eagle PCB layout tool. Once you have entered the complete schematic into Eagle, run the electrical design rule checker (ERC). You will be getting a warning, POWER pin OP1PWR VDD connected to P2.6 (or similar). You should not be getting other warnings and no errors. Check that all required components are in the schematic and properly connected. If you work in a team of two it is a good idea to have your partner do the check. Ask the instructor if you are unsure about anything. Then check one more time: an extra hour spent here can save you hours debugging and repairing a faulty PCB. Show printouts of your LT Spice and Eagle schematics to the instructor. Board Layout Work through Sparkfun Tutorial 9, Eagle PCB Layout to learn how to layout the board and hand a printout of your layout to the instructor at the beginning of the lab. Use 0.05 in wide traces for power and ground, and 0.016 in wide traces for signals. Leave a 0.1 in margin at the border. This is to make it easier to cut the boards, which are fabricated in large panels, apart. The auto router can be a mixed blessing. While it can speed up work, in some situations it generates poor layouts with longer connections than necessary or extra vias (connections between the top and bottom layer of the board). The resulting extra parasitic series resistance and inductance of the copper traces can cause demanding circuits to malfunction. Check the result from the auto router and rework poorly routed connections. Often components can be rearranged or reoriented to improve the layout. Sometimes it is faster to just layout the board manually and not use the auto router at all. Now layout your board. Delete the automatically generated board outline and move the lower left corner of the BOARD3X3 outline with the mounting holes in the corners to coordinates 0,0.
Recommended publications
  • DC/DC CONTROLLER Selection Guide
    DC/DC CONTROLLER Selection Guide Visit analog.com 2 DC/DC Controller Contents ADI provides complete power solutions with a full lineup of power management products. This brochure shows an overview of our high performance DC/DC switching regulator controllers for applications including industrial, datacom, telecom, automotive, computing infrastructure, and consumer electronics. We make power design easier with our LTpowerCAD® and LTspice® simulation programs and our industry-leading field application engineering support. A broad selection of demonstration boards are available which includes layout and bill of material files, application notes and comprehensive technical documentation. LTpowerCAD . 3 LED Drivers . 15. LTpowerCAD Power Supply Design Tool Bidirectional . 16 LTspice . .4 . Benefits of Using LTspice SEPIC . 18 . LTspice Demo Circuits Inverter . 19 Single Output Buck . 5 Switching Surge Stoppers . 20 . VIN Up to 22 V, Down to 2.2 V. 5 VIN Up to 38 V . 6 Isolated Forward, Half-Bridge, Full-Bridge, and Push-Pull . .21 . VIN Up to 60 V . 7 VIN Up to 150 V. .8 Flyback . 22. Hybrid . 9 Multiple Topology . 23 Multiphase Single Output Buck . 10. DDR/QDR Memory Termination . 24. Multiple Output Buck . 11 . MOSFET Drivers . 25 Boost. .12 . Digital . Power System Management . 26. Buck-Boost . 13. LTpowerPlay . 27. Buck/Buck/Boost—Ideal for Automotive Start-Stop Systems. .14 . Visit analog.com 3 LTpowerCAD LTpowerCAD is an easy-to-use power supply design tool with a user-friendly and load transient performances. Once a circuit design is completed, graphical user interface and power design features. It supports many power it can be easily exported to the LTspice simulation platform.
    [Show full text]
  • Alexis Rodriguez Jr
    Alexis Rodriguez Jr. 701 SW 62nd Blvd - Apt 104 - Gainesville - FL - 32604 Cell: 305-370-8334 Email: [email protected] ​ Education: University of Florida Gainesville, FL Current M.S. Computer and Electrical Engineering University of Florida Gainesville, FL 2018 B.S. Electrical Engineering - Cum Laude Miami Dade College Miami, FL 2013 A.A. Engineering - Computer Projects: FPGA Networking Research Current Nallatech 385a Communication Research Current Glove Controlled Drone Design 2 Fall 2017 32-bit ARM Cortex (TI MSP432) used to interpret hand gestures via sensors for drone flight, transmit user intended controls to the drone via RF communication, and detect and display communication errors and react accordingly for safety 32-bit MIPS Emulated Processor Digital Design Spring 2017 Altera Cyclone-III FPGA used to emulate MIPS processor via VHDL Guitar Tuner Design 1 Spring 2017 Microchip PIC18F4620 microcontroller and discrete analog components used to determine correct input frequency via analog filtering and DSP techniques Employment: University of Florida - ARC Lab Gainesville, FL Current Research Assistant - FPGA ❖ Research systems integration of Nallatech 385a FPGA card and its components including the Intel Arria 10 FPGA, Intel’s Avalon bus, and PCIe communication via Linux ❖ Create partial reconfiguration region for Nallatech 385a for general use in research lab ❖ Research cloud and network implementations of FPGAs Intel San Jose, CA Summer 2019/2020 Programmable Solutions Group Intern ❖ Assisted with Agilex Linux driver development ❖ ITU G spec testing compliance and characterization for IEEE 1588 on Intel N3000 ❖ Developed automated tools for ITU network timestamp testing ❖ System validation of IEEE 1588 for Wireless 5G technology and communicated need and data across many teams ❖ Developed Arduino workshop for hobbyists Alexis Rodriguez Jr.
    [Show full text]
  • Experiences in Using Open Source Software for Teaching Electronic Engineering CAD
    Experiences in Using Open Source Software for Teaching Electronic Engineering CAD Dr Simon Busbridge1 & Dr Deshinder Singh Gill School of Computing, Engineering and Mathematics, University of Brighton, Brighton BN2 4GJ [email protected] Abstract Embedded systems and simulation distinguish modern professional electronic engineering from that learnt at school. First year undergraduates typically have little appreciation of engineering software capabilities and file handling beyond elementary word processing. This year we expedited blended teaching through the experiential based learning process via open source engineering software. Students engaged with the entire electronic engineering product creation process from inception, performance simulation, printed circuit board design, manufacture and assembly, to cabinet design and complete finished product. Currently students learn software skills using a mixture of electronic and mechanical engineering software packages. Although these have professional capability they are not available off-campus and are sometimes surprisingly poor in simulating real world devices. In this paper we report use of LTspice, FreePCB and OpenSCAD for the learning and teaching of analogue electronics simulation and manufacture. Comparison of the software options, the type of tasks undertaken, examples of student assignments and outputs, and learning achieved are presented. Examples of assignment based learning, integration between the open source packages and difficulties encountered are discussed. Evaluation of student attitudes and responses to this method of learning and teaching are also discussed, and the educational advantages of using this approach compared to the use of commercial packages is highlighted. Introduction Most educational establishments use software for simulating or designing engineering. Most commercial packages come with an academic licence which restricts access to on-site computers.
    [Show full text]
  • LT Spice – Getting Started Very Quickly – Part II Single Supply AC
    LT Spice – Getting Started Very Quickly – Part II Single Supply AC Coupled Inverting OpAmp Experimentation 1. Starting with the typical dc coupled inverting opamp circuit created earlier in Part I., we simply have to move the input voltage source to the left and insert a 1uF cap Between the voltage source a series input resistor. 2. Right click over the capacitor and type in a value of 1u for 1 micro-farad. Units relating to capacitors are p for pico, n for nano and u for micro. 3. Change the gain from -4 to -10 By increasing the feedBack resistor from 4000 ohms to 10K ohms. This gain will Be useful when we have to compute the 20*log of the voltage output later. 4. If you now run the dc sweep you will see there is no output because the input is being blocked (dc value) to the series input resistor. Instead of a dc sweep we now need to chance the simulation to AC Analysis. First use the Scissor icon and delete the .dc V3 1.25 2.05 0.1 LT Spice directive on the breadboard. Then go into Simulation > Edit Simulation Cmd and remove the spice directive at the Bottom of the DC Sweep taB. This removes the DC Sweep simulation which is no longer meaningful since we now have an AC coupled circuit. 5. Next select the AC Analysis tab. Select a linear sweep from 20 to 20K Hz By typing 20 in the Start Frequency: field & 20k in Stop Frequency: field. As in resistive input k = kilo and MEG = mega.
    [Show full text]
  • Printed Circuit Board Design
    Printed Circuit Board Design ECE 3400 [email protected] Agenda • What is a PCB? Should I use a PCB? • Design example • Component selection • Schematic design • Layout basics • Layout Considerations • Trace Width, Pours, Thermals • Grounding • Decoupling • High-Frequency considerations • 3D Modelling • Testing • Mistakes • Other • Eagle demo if time What is a PCB? • Interleaved layers of copper and insulator • Number of layers = number of copper layers Useful Terms TRACE Trace VIA Copper path (equivalent of wire) Via Hole in board with connection between layers Useful Terms Pad Exposed copper for component placement Package SMD Package Pads Casing for a component with metal leads coming out. Usually black plastic. Thru-Hole Surface Mount (SMT/SMD) Components that can be soldered onto pads, not through-holes PCB Tradeoffs Pros Cons • Permanence/Reliability • Permanence • Space-Savings • Lead-Time • Simple to Manufacture • Isolation • Immune to movement • High-Frequency Effects • Better grounding • Testability • Thermal Management PCB Manufacturing • Etching – Primarily used in industry, best tolerances • Milling – Drill/Cut undesired copper • Printing – Specialized conductive nano-inks • Direct Plating • Direct Cutting Design Process 1) Specifications 2) Topology & Component Selection 3) Schematic 4) Simulation 5) Layout 6) Print 1:1 on paper and check 7) Export Gerbers and Order 8) Solder 9) Testing/Verification 10) Use Design Example – IR Hat 1) Specifications What should it do? How well? In what conditions? Given: Make a PCB which emits
    [Show full text]
  • Water Aliasing
    Water Aliasing Design Review TA: Luke Wendt ECE 445 March 10, 2017 Project Contributors: Atreyee Roy Siddharth Sharma 1 Table of Contents 1. Introduction .................................................................................................................... 3 ​ 1.1 Objective ........................................................................................................ 3 1.2 Background .................................................................................................... 3 1.3 High Level Requirements .............................................................................. 3 2. Design ............................................................................................................................. 4 ​ 2.1 Block Diagram ................................................................................................ 4 2.2 Physical Design ............................................................................................... 6 2.3 Block Design ................................................................................................... 7 2.3.1 Lighting Unit ....................................................................................... 7 2.3.2 User Interface ...................................................................................... 13 2.3.3 Water Unit ........................................................................................... 14 2.3 Risk Analysis ..................................................................................................
    [Show full text]
  • Transient Circuits, RC, RL Step Responses, 2Nd Order Circuits
    Alpha Laboratories ECSE-2010 Fall 2018 LABORATORY 3: Transient circuits, RC, RL step responses, 2nd Order Circuits Note: If your partner is no longer in the class, please talk to the instructor. Material covered: RC circuits Integrators Differentiators 1st order RC, RL Circuits 2nd order RLC series, parallel circuits Thevenin circuits Part A: Transient Circuits RC Time constants: A time constant is the time it takes a circuit characteristic (Voltage for example) to change from one state to another state. In a simple RC circuit where the resistor and capacitor are in series, the RC time constant is defined as the time it takes the voltage across a capacitor to reach 63.2% of its final value when charging (or 36.8% of its initial value when discharging). It is assume a step function (Heavyside function) is applied as the source. The time constant is defined by the equation τ = RC where τ is the time constant in seconds R is the resistance in Ohms C is the capacitance in Farads The following figure illustrates the time constant for a square pulse when the capacitor is charging and discharging during the appropriate parts of the input signal. You will see a similar plot in the lab. Note the charge (63.2%) and discharge voltages (36.8%) after one time constant, respectively. Written by J. Braunstein Revised by S. Sawyer Fall 2018: 8/23/2018 Rensselaer Polytechnic Institute Troy, New York, USA 1 Alpha Laboratories ECSE-2010 Fall 2018 Written by J. Braunstein Revised by S. Sawyer Fall 2018: 8/23/2018 Rensselaer Polytechnic Institute Troy, New York, USA 2 Alpha Laboratories ECSE-2010 Fall 2018 Discovery Board: For most of the remaining class, you will want to compare input and output voltage time varying signals.
    [Show full text]
  • Computer Aided Design of Electronic Devices
    TOMSK POLYTECHNIC UNIVERSITY O.A. Kozhemyak, D.N. Ogorodnikov COMPUTER AIDED DESIGN OF ELECTRONIC DEVICES It is recommended for publishing as a study aid by the Editorial Board of Tomsk Polytechnic University Tomsk Polytechnic University Publishing House 2014 1 UDC 621.38(075.8) BBC 31.2 K58 Kozhemyak O.A. K58 Computer aided design of electronic devices: study aid / O.A. Kozhemyak, D.N. Ogorodnikov; Tomsk Polytechnic University. – Tomsk: TPU Publishing House, 2014. – 130 p. This textbook focuses on the basic notions, history, types, technology and applications of computer-aided design. Methods of electronic devices simulation, automated design of power electronic devices and components, constructive- technological design are considered and discussed. Some features of the popular electronics CADs are also shown. There are a lot of practical examples using CADs of electronics. The textbook is designed at the Department of Industrial and Medical Electronics of TPU. It is intended for students majoring in the specialty „Electronics and Nanoelectronics‟. UDC 621.38(075.8) BBC 31.2 Reviewer Cand.Sc, Head of Laboratory, Tomsk State University of Control Systems and Radioelectronics Aleksandr V. Osipov © STE HPT TPU, 2014 © Kozhemyak O.A., Ogorodnikov D.N., 2014 © Design. Tomsk Polytechnic University Publishing House, 2014 2 Introduction. CAD around Us ........................................................................... 5 What is CAD? ................................................................................................ 5 Overview
    [Show full text]
  • EE698W Department of Electrical Engineering, IIT Kanpur Tutorial on Ltspice
    EE698W Department of Electrical Engineering, IIT Kanpur Tutorial on LTspice 1. Adding library file to LTspice editor: a) Open LTspice and click on .op (right top corner) and type .lib and then click OK. b) Next right click on .lib two times and then browse for the model file saved in your machine (PC) Fig: 1. Opening Command Prompt in LTSpice Fig 2. Adding Library File or Model file to Editor 2. Changing Transistor Model Name: a) Select any transistor from component list (lets say nmos4) b) Ctrl + Right click on transistor c) Then change NMOS to model name of transistor which was added earlier. d) Open model file and see name of transistor. Here its CMOSN. Change NMOS to CMOSN as shown in Fig 3. EE698W Tutorial on LTspice e) Cross mark (X) will give you an option to visible that parameter along with the instance in the editor Fig 3. Changing Model name of Transitor 3. DC Operating Point Analysis: a) To perform DC operating point analysis, go to Edit and click on Spice Analysis. Select “dc op pnt” and type .op (or Simply click on .op (right top corner) and type .op) b) Next go to Simulate and click on Run c) To see the DC operating points, go to View and click on SPICE Error Log (Shortcut: Ctrl + L) Fig 4. DC operating point of Transistor and different capacitor definitions EE698W Tutorial on LTspice This capacitor definitions can get from Operation and Modelling of MOS Transistor by Tsividis, 3e - Page No: 416. 4. Performing Parametric Analysis: a) First define a variable on which you would like to do parametric analysis.
    [Show full text]
  • Switchercad III/Ltspice Getting Started Guide
    SwitcherCAD III/LTspice Getting Started Guide Copyright © 2008 Linear Technology. All rights reserved. 2 Benefits of Using SwitcherCAD III/LTspice Outperforms pay-for options Stable SPICE circuit simulation with Unlimited number of nodes Schematic/symbol editor LTspice is also a great schematic capture Waveform viewer Library of passive devices Fast simulation of switching mode power supplies (SMPS) Steady state detection Over 1100 macromodels of Turn on transient Linear Technology products Step response 500+ SMPS Efficiency / power computations Advanced analysis and simulation options Not covered in this presentation © 2008 Linear Technology 3 How Do You Get SwitcherCAD III/LTspice Go to http://www.linear.com/software Left click on download SwitcherCAD III/LTspice Register for a new MyLinear account to receive updates if you have not done so already © 2008 Linear Technology Getting Started Copyright © 2008 Linear Technology. All rights reserved. 5 Getting Started using SwitcherCAD III/LTspice Use one of the 100s of demo circuits available on linear.com Reviewed by Linear Technology’s Factory Applications Group Use a pre-drafted test fixture (JIG) Provides a good starting point Use the schematic editor to create your own design LTspice contains macromodels for most LTC power devices © 2008 Linear Technology 6 Demo Circuits on linear.com Go to http://www.linear.com Enter root part number in the search box (e.g. 3411) Select Simulate Tab Follow the instructions provided If you do not find a demo circuit of interest,
    [Show full text]
  • Designing Circuit Boards with EAGLE
    Praise for Designing Circuit Boards with EAGLE “Matt Scarpino has succeeded where scores of others have failed—he’s managed to make the formidable EAGLE software understandable and, more importantly, useable. His presentation is not only approachable and logical, but it’s complete. When you’ve finished his book, you’ll be able to do something meaningful with EAGLE. This book belongs on every engineer’s bookshelf or tablet.” —Bryan Bergeron, Editor, Nuts & Volts Magazine “Matt Scarpino’s Designing Circuit Boards with EAGLE is a great resource for electronics enthusiasts who are ready to get serious and produce their own circuit boards. Matt’s sensible instructions take readers through the steps to design simple and not-so-simple circuit boards, and you can really tell that he’s been using EAGLE for 10 years and loves it. I’m recommending this book to all my maker friends.” —John Baichtal, Author of Arduino for Beginners: Essential Skills Every Maker Needs “With the rising popularity of open source hardware projects, the EAGLE circuit board software has become a vital tool for both hobbyists and professional engineers alike. Designing Circuit Boards with EAGLE provides all the information you’ll need to get up to speed with the EAGLE software, and to start creating your own circuit board designs. Matt Scarpino has provided a great tool for the hobbyist starting out in the circuit board design world, demonstrating all of the features you’ll need to know to create your own circuit board projects. However, the experienced engineer will also benefit from the book, as it also serves as a complete reference guide to all the EAGLE software configuration settings and features.
    [Show full text]
  • Using LTSPICE to Analyze Circuits
    Using LTSPICE to Analyze Circuits Overview: LTSPICE is circuit simulation software that automatically constructs circuit equations using circuit element models (built in or downloadable). In its modern form the software uses a graphical user interface to enter the circuit (the jargon is a schematic capture tool) which it then translates into equations. The software then simulates the behavior of the circuit by integrating the equations forward in time. Finally it provides an interface for measuring currents, voltage, amplitudes, etc. Other SPICEs exist and have differing strengths. Using the lab computers Loging in Each electronics lab computer has a local account that you should use Login: zm****/electronics Password: student You will need to replace the *s in zm**** using the rest of the number on the PROPERTY OF SUNY CORTLAND sticker on the computer tower. Running LTSpice The LTSpice program is in the bar at the bottom of the screen. Circuit schematic entry You will enter your circuit’s schematic using menus to choose circuit elements from. Some common elements (wire, ground, resistor, capacitor, inductor, etc.) are on the bar at the top, a portion of which appears in Fig. 1. Others such as Transistors (npn, pnp, MOSFETs), Op Amps, voltage sources, current Figure 1 LTSpice menu bar, the sources, etc. are available under the symbol (an AND gate). symbols are wire, ground, label, resistor, capacitor, inductor, and Symbols that have not yet been placed can be rotated and/or diode respecively. transposed using buttons. Once you place the circuit elements assign their values (e.g., resistance, capacitance, rating, precision) by right clicking on the element.
    [Show full text]