Automation of Circuit Board Testing

Total Page:16

File Type:pdf, Size:1020Kb

Automation of Circuit Board Testing ISRN UTH-INGUTB-EX-E-2019/008-SE Examensarbete 15 hp Juni 2019 Automation of Circuit Board Testing Filip Palm Abstract Automation of Circuit Board Testing Filip Palm Teknisk- naturvetenskaplig fakultet UTH-enheten The testing of printed circuit boards (PCBs) is a common quality control process mandatory for any of the circuit board factories Besöksadress: to guarantee the quality and functionality of the PCBs. The manual Ångströmlaboratoriet Lägerhyddsvägen 1 operation of the testing process by an operator will be too Hus 4, Plan 0 difficult for a large volume of PCBs. Therefore, the automation of PCB testing becomes necessary. Postadress: Box 536 751 21 Uppsala The purpose of this project is to develop an automated unit for pressing a PCB down onto a test platform, which is a part of the Telefon: automated PCB testing system. The unit consists of two linear 018 – 471 30 03 actuators, two motor drivers, two micro switches, three buttons, Telefax: and an Arduino UNO micro-controller board. The actuators driven by 018 – 471 30 00 the motor drivers move the PCB and press it with force needed. The micro switches were placed at the start and stop positions of the Hemsida: movement. The buttons were used to control the actuators' http://www.teknat.uu.se/student movements separately for the sake of of calibrating the unit. The Arduino was programmed to control the unit. It took in the values from the buttons and switches and drove the actuators accordingly. A mechnical construction of the unit was created. It is shown to be stable and able to allow the actuators to transfer the force evenly onto the PCB. The electrical part of the unit was tested first in order to verify the programming of the Arduino and make sure everything work as it should. The final system was tested to see that the specifications are met. The results showed that the unit worked with the fulfilment of the specifications. Future work would be aimed towards improving the unit created and continuing work on the rest of the automation system. Handledare: Axel Isaksson Ämnesgranskare: Ping Wu Examinator: Tomas Nyberg ISRN UTH-INGUTB-EX-E-2019/008-SE Foreword I would like to thank my supervisor Axel Isaksson for the help he gave me during the project. I would like to thank Syntonic Test Systems AB for providing the tools needed to complete the project. I would also like to thank Ping Wu for guiding me during the writing of the thesis. 3 Sammanfattning Att testa kretskort är en viktig del i produktionslinan om förtetag vill garantera kvaliteten och funktionen av kretskorten. Testprocessen använder en opperatör, detta fungerar väl för mindre volymer av kretskort. Om volymen skulle skalas upp så används automation för att öka effektiviteten och tillåter opperatören göra andra uppgifter. Meningen med det här projektet är att skapa ett automatiserat system som trycker ner ett kretskort på en testplatform. Det skulle kunna styras av en dator och man skulle kunna köra varje sida separat. Systemet innehöll två stycken linjär aktuatorer, två micro switchar, tre knappar, två motordrivare och en Ardui- no. Arduinon styrde hela systemet, den kopplades till motordrivarna, switcharna, knapparna och datorn. Switcharna styrde vid vilken höjd motorerna skulle stanna. Knapparna styrde varje sida separat, denna funktionen användes för att kalibrera systemet. Motordrivarna var kopplade till motorerna och gav effekten för att driva dem. En extern struktur var byggd av akrylplast, denna struktur gav stabilitet till systemet och gjorde att aktuatorerna tryckte jämnt på kretskortet. Testerna som utfördes på systemet, gjordes för att verifiera funktionaliteten av systemet. När de elektriska delarna kopplades ihop testades programmet, så aktuatorerna rörde sig som dem skulle och att Arduinon reagerade på knapptryckningarna. När allt sattes ihop testades hastigheten av systemet och hur långt aktu- atorerna kunde trycka ner kretskortet. Resultatet visade att systemet fungera som specificerat. Systemet var långsammare och hade något mindre kraft jämnfört med orginal systemet. Fortsätt arbete kommer bestå av att förbättra eller om konstrurera det nuvarande systemet och fortsätta på resten av automationssystemet. 4 Contents 1 Introduction 7 1.1 Background..............................................7 1.2 Purpose and Goals..........................................7 1.3 Tasks and Scopes...........................................7 1.4 Outline................................................8 2 Methods and Theory 9 2.1 In-circuit test methods........................................9 2.1.1 Introduction.........................................9 2.1.2 Bed of Nails..........................................9 2.1.3 Flying probe test....................................... 10 2.2 Automation of PCB testing..................................... 11 2.2.1 Automated PCB testing system............................... 11 2.2.2 Aspects of automatic control theory............................ 12 3 Implementation 13 3.1 Hardware............................................... 13 3.1.1 The BON........................................... 13 3.1.2 Microcontroller........................................ 13 3.1.3 Motor Driver......................................... 14 3.1.4 Linear Actuators....................................... 16 3.1.5 Switches............................................ 19 3.2 Software................................................ 19 3.3 Implementation............................................ 19 3.3.1 Connecting the motors.................................... 19 3.3.2 Connecting the motor driver................................ 20 3.3.3 Connecting the Switches................................... 20 3.3.4 Programming......................................... 21 3.3.5 Mechanical Construction.................................. 22 3.3.6 The Complete System.................................... 22 3.4 Tests.................................................. 23 4 Results and Discussion 25 4.1 Mechanical Results.......................................... 25 4.2 Electrical System Results...................................... 25 4.3 Speed and Force Results....................................... 25 4.4 Discussion............................................... 25 5 Conclusions and Future work 27 5 Abbreviations BON Bed of Nails DC Direct Current FPT Flying Probe Test IC Integrated Circuit ICT In-Circuit Test IDE Integrated Development Environment PCB Printed Circuit Board 6 1 Introduction 1.1 Background When producing PCBs there is bound to be faults. These faults can be wrong component placement, short circuits and open circuits. To insure that the products the manufacturer sells work, tests will need to be done. The most used test is some form of in-circuit test (ICT). The PCBs will be tested using probes, that can measure voltage, current. These values will be compared to a known working PCB to make sure all components are right. In-circuit test techniques can also find faulty integrated circuits. Some in-circuit testers can give the possibility to test IC:s functionality [1,2]. Syntronic Test Systems AB provides testing solutions to customers, these solutions are manually operated. An example is shown in figure 1.1. The operator places a card in the tester, closes the cover, tests are performed and the card is taken out. This manual test system works well with a smaller number of cards. But if the number of cards is scaled up, this test system will become ineffective. In this case, an automated test system is an effective solution. Figure 1.1: A tester provided by Syntronic. Automating the testing of PCBs is done because when the number of cards tested becomes large it becomes unviable to continue with manual labour. Automation is the process of minimizing the amount of human workload during for example production. An automated process will require minimal or no human inter- vention, some examples of automation is the heating of a oven and cruise control on a car. Because of the rapid advancement of technology during the 1900’s, digital computers became smaller and more powerful. This made it possible to create automated solutions to replace monotone and repeating jobs. Many test systems are monotone processes and to automate it would free up the operator to do other tasks. The current solutions are expensive, this means an automated test system is not viable for everyone. 1.2 Purpose and Goals The purpose of this project was to design and create a part of a automation system for PCB testing, in particular, a system that can hold a PCB and press it down on a PCB test platform automatically. The goal of the project is to create a system that can press a PCB down on the test platform. The designed system should be controlled by a computer. The system should have the possibility to be calibrated manually. 1.3 Tasks and Scopes The tasks are. 7 • Create a design. • Research and choose parts. • Build the electrical unit on breadboard. • Test the electrical unit • Construct the final system. • Test the final system. The limitations on the project are that the transport of the PCB to and from the test platform should not be taken into account and only one PCB at a time. 1.4 Outline The report is split up in different chapters. In chapter 2 the different ICT testing methods and how testing are automated is addressed. In chapter 3 the mechanical and electrical components, software used, the construction of the system and the tests done is presented. In chapter 4 the results are shown and discussed. Finally in chapter 5 the conclusion
Recommended publications
  • A Labview Research Projects
    A LabVIEW Research Projects The brief description of research projects collected from IEEE journals, Research Labs and Universities are given in this appendix. A.1 An Optical Fibre Sensor Based on Neural Networks for Online Detection of Process Water Contamination It is often required to know the contamination of process water systems from known contaminants e.g., oil, heavy metals, or particulate matter. Most of the governments are forcing rules to monitor the output water from all industrial plants before they may be discharged into existing steams or waterways. There is therefore a clear need for a sensor that is capable of effectively monitoring these output discharges. Optical fibers provide a means of constructing such sensors in an effective manner. Optical fibers are passive and therefore do not them selves contaminate the environment in which they are designed to work. The proposed sensor system is to be operated from and LED or broad- band light source and the detector will monitor changes in the received light spectrum resulting from the interaction of the fibre sensor with its environ- ment. The signals arising from these changes are often complex and require large amounts of processing power. In this proposed project it intended to use Artificial Neural Networks to perform the processing and extract the true sensor signal from the received signal. A.2 An Intelligent Optical Fibre-Based Sensor System for Monitoring Food Quality It is proposed to develop an intelligent instrument for quality monitoring and classification of food products in the meat processing and packaging industry. The instrument is intended for use as an effective means of testing food prod- ucts for a wide range of parameters.
    [Show full text]
  • AUTOMATIC TEST ENVIRONMENT SETUP a Project
    AUTOMATIC TEST ENVIRONMENT SETUP A Project Presented to the faculty of the Department of Computer Engineering California State University, Sacramento Submitted in partial satisfaction of the requirements for the degree of MASTER OF SCIENCE in Computer Engineering by Trupti Deepak Naik SPRING 2015 AUTOMATIC TEST ENVIRONMENT SETUP A Project by Trupti Deepak Naik Approved by: __________________________________, Committee Chair Fethi Belkhouche, Ph.D. __________________________________, Second Reader Preetham Kumar, Ph.D. ____________________________ Date ii Student: Trupti Deepak Naik I certify that this student has met the requirements for format contained in the University format manual, and that this project is suitable for shelving in the Library and credit is to be awarded for the Project. __________________________, Graduate Coordinator ________________ Nikrouz Faroughi, Ph.D. Date Department of Computer Engineering iii Abstract of AUTOMATIC TEST ENVIRONMENT SETUP by Trupti Deepak Naik Manual verification in industry testing is a very complex and tedious process. Verification test engineers need to carefully go through various application screens, make the correct oscilloscope setups to get the expected results, try various input combinations and compare the results with the expected behavior. Furthermore, this type of testing is repetitive in nature. With the introduction of the new chips and/or new firmware releases, Automatic Test Environment (ATE) is becoming widely used to address the limitations of the traditional verification testing methods. This project focuses on creating an automated test environment for Solid State Devices (SSD) hardware verification testing. The project will contribute in making the tedious process of manual testing simpler and more time efficient for verification engineers. The project is implemented using Python Scripting Language and Test Environment Suite libraries from Agilent Command Expert tool.
    [Show full text]
  • Survey of Electronic Hardware Testing Types, ATE Evolution & Case Studies
    Published by : International Journal of Engineering Research & Technology (IJERT) http://www.ijert.org ISSN: 2278-0181 Vol. 6 Issue 11, November - 2017 Survey of Electronic Hardware Testing Types, ATE Evolution & Case Studies Manjula C Dr. D. Jayadevappa Assistant Professor, EEE Dept., Professor, The Oxford College of Engineering, Bangalore Electronics Instrumentation Dept., JSSATE, Bangalore Abstract - I have undertaken exhaustive survey, to bring out this technical paper covering - Testing principle, Levels, Types, Process, VLSI or Chip testing, Automatic Test equipment (ATE) – configuration, evolution, three case studies of FPGA interfaced with ATE, FPGA generating ATG for ATE and FPGA used with PC scope for VLSI / Chip testing etc. Keywords- Types of testing, Principle of testing, Levels of testing, ATE, Evolution of ATE Testing. INTRODUCTION Fig.1: Basic Testing Approach Testing is an experiment in which the system is exercised C. Level of Testing and its resulting response is analyzed to check its behavior Testing a die (chip) can occur at the following levels: [1]. If incorrect behavior is detected, the system is diagnosed Wafer level and locates the cause of the misbehavior. Diagnosis requires Packaged chip level the knowledge of the internal structure of the system under Board level test. System level A. Importance of Testing Field level In Today‘s Electronics world, more time is required for testing rather than design and fabrication. When the D. Types of Testing circuit/device is developed, it is necessary to determine the Manual testing and Automated Testing: functional and timing specifications of the circuit/device. Devices can be tested in two ways, manually and When the multiple copies of a circuit are manufactured, it is automatically.
    [Show full text]
  • Design of Jig for Automated PCB Testimg
    International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 4, Issue 4, April 2015 Design of Jig for Automated PCB Testimg Nilangi U. Netravalkar Sonia Kuwelkar Microelectronics, ETC dept., Asst. Prof. ETC dept., Goa College of Engineering, Goa College of Engineering Goa University, India. Goa University, India. Abstract— Paper includes hardware designing of PCB II. WHY AUTOMATED TESTING? test jig using Raspberry Pi that will be used for automated Automatic test equipment enables printed circuit board test testing of master card PCB used in X ray machines. and equipment test to be undertaken very faster than if it were Automated Test Euipment (ATE) will verify the PCB’s done manually. As time of production staff forms a major functionality and its behavior. The test procedure includes element of the overall production cost of an item of electronics sending of command frame from test jig to the DUT using equipment, it is necessary to reduce the production times as Raspberry Pi controller and receiving the response frame possible which can be achieved with the use of ATE, from the DUT. The command frame and the response automatic test equipment. frame are then compared which determines the test to be pass or fail. The test procedures includes testing of digital ATE systems are designed to reduce the amount of test time inputs outputs of the DUT and also other functionalities of needed to verify that a particular device works or to quickly the master card. The test is usually performed according find its faults before the part has a chance to be used in a final to the OEM test engineer, who defines the specifications consumer product.
    [Show full text]
  • Test and Characterization Methodologies for Advanced Technology Nodes Darayus Adil Patel
    Test and characterization methodologies for advanced technology nodes Darayus Adil Patel To cite this version: Darayus Adil Patel. Test and characterization methodologies for advanced technology nodes. Elec- tronics. Université Montpellier, 2016. English. NNT : 2016MONTT285. tel-01808874 HAL Id: tel-01808874 https://tel.archives-ouvertes.fr/tel-01808874 Submitted on 6 Jun 2018 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Délivré par Université de Montpellier Préparée au sein de l’école doctorale I2S Et de l’unité de recherche LIRMM Spécialité : SYAM Présentée par DARAYUS ADIL PATEL TEST AND CHARACTERIZATION METHODOLOGIES FOR ADVANCED TECHNOLOGY NODES Soutenue le 5 Juillet 2016 devant le jury composé de M. Daniel CHILLET Professeur, Université de Président du Jury / Rennes Rapporteur M. Salvador MIR Directeur de Recherche Rapporteur CNRS, TIMA Mme. Sylvie NAUDET Team Leader, Examinateur STMicroelectronics M. Alberto BOSIO MCF HDR, Université de Examinateur Montpellier M. Patrick GIRARD Directeur de Recherche Directeur de Thèse CNRS, LIRMM M. Arnaud
    [Show full text]
  • Electronic Circuit Board Testing Equipment Series Catalog
    Electronic Circuit Board Testing Equipment Series Catalog AutomaticAutomatic TestTest EquipmentEquipment FLYING PROBE TESTER IN-CIRCUIT TESTER BARE BOARD TESTER DATA CREATION SYSTEM 2 From Ueda, Shinshu This year, HIOKI marks the 80th anniversary of its establishment in 1935. As a professional electrical measurement tool provider, we will continue to develop products that offer the solutions our customers need. Our factory at HIOKI headquarters integrates all our departments ― development, production, sales and service ― in Ueda City, Nagano Prefecture, widely known as the Shinshu area, abundant with greenery. This factory enables us to promptly respond to customer demand through in-house development and in-house production. SOLUTION FACTORY The HIOKI Solution Factory integrates all our tasks to provide high-quality products to our customers. Nagano Prefecture Measurement Technologies to Support New Testing Frontiers 3 Design Sales Call center Service Development Solution sales helps customers realize their dreams Development Add ever-greater value Repair and calibration by establishing Board design unique development technologies Production The HIOKI production system ensures high product quality, low cost and short lead times Shipment Vacuum deposition Board mounting Printing instruction manuals Assembly Measurement Technologies to Support New Testing Frontiers 4 INDEX Just because you can’t see it, doesn’t mean we can’t test it. Flying Probe Type High-density, Multi-layer Board Solutions ● Assurance of minute via resistance values and
    [Show full text]
  • Test Programming an ATE for Diagnosis by Heng Zhao a Thesis Submitted to the Graduate Faculty of Auburn University in Partial Fu
    Test Programming an ATE for Diagnosis by Heng Zhao A thesis submitted to the Graduate Faculty of Auburn University in partial fulfillment of the requirements for the Degree of Master of Electrical Engineering Auburn, Alabama June 1, 2015 Keywords: Diagnostic Tree, stuck-at-fault, Automatic Test Equipment Copyright 2015 by Heng Zhao Approved by Vishwani D. Agrawal, Chair, James J. Danaher Professor of Electrical & Computer Eng. Victor P. Nelson, Professor of Electrical & Computer Engineering Adit D. Singh, James B. Davis Professor of Electrical & Computer Engineering Abstract If we need to test a circuit, we will give the circuit some input logic vectors. Then we will observe its output. A fault is said to be detected by a test pattern if the output for that test pattern is different from the expected output. A defect is an error caused in a device during the manufacturing process. The logic values observed at primary outputs of a device under test (DUT) upon application of a test pattern t are called the output of that test pattern. The output of a test pattern, when testing a fault-free device that works exactly as designed, is called the expected output of that test pattern. However, a large circuit may needs too many vectors to test, which would take lot of time and money. In this way, we may spend much more money in testing than in making the circuit. So if we reduce the number of test vectors, we would save a lot of expense. As we know, even though the circuits were made from the same model, the circuits which made actually are still different.
    [Show full text]
  • Test Coverage Document Aiming to Break Down, Where Possible, Timing and Human Error Barriers
    AUTOMATICTOOLINTEGRATIONINTOAN INDUSTRIALELECTRONICBOARDPRODUCTION HARDWAREFAULTCOVERAGEANALYSISPROCESS Luca Ledda Computer Engineering Embedded Systems POLITECNICODITORINO supervisors: Prof. Matteo Sonza Reorda Test Eng. Paolo Caruzzo Test Eng. Roberto Saroglia Test Eng. Paolo Nigro Turin, October 2018 InABSTRACT Magneti Marelli S.p.A. Powertrain very high quality is essential. To achieve such a high quality, the production test must be capable of detecting all potential defects introduced during the production process. The adopted test line involves ICT (In-Circuit Test, Bed of Nails), FT (Functional Test) and AOI (Automated Optical Inspection) strategies. The quality of the test line, which is an indicator of how many defects the line is capable of detecting, is resumed into the coverage document, manually produced by the Magneti Marelli test engineers through the use of personal reasoning and know-how. The purpose of this project is to integrate the hardware fault coverage process with a customized tool in order to obtain as much as possible an automatic flow to generate the final test coverage document aiming to break down, where possible, timing and human error barriers. TheOVERVIEW thesis is organized as follows: In the part, a brief history of the Magneti Marelli S.p.A. is re- ported (chapter 1). After that, the focus is moved to the Powertrain testing team (chapterINTRODUCTION 2) such that highlighting its responsibilities and interactions within the company hierarchy. In the part, an overview of the Magneti Marelli Powertrain production line is reported focusing on all those defects that the final product can be affectedPRODUCTION at the end of TEST manufacturing (chapter 3). Then, the test strategies in the flow impacting on the hardware fault coverage are described (chapter 4), highlight- ing for each technique general theoretical concepts in form of equipment involved, potentialities, limits and possible future improvements.
    [Show full text]
  • Development and Implementation of a Test Sequence for a Functional Tester
    Development and Implementation of a Test Sequence for a Functional Tester Petter Erikslund Examensarbete för ingenjör (YH)-examen Utbildningsprogrammet Elektroteknik Vaasa 2017 BACHELOR’S THESIS Author: Petter Erikslund Degree Programme: Electrical Engineering, Vasa Specialization: Automation Supervisors: Matts Nickull Title: Development and Implementation of a Test Sequence for a Functional Tester _________________________________________________________________________ Date May 26 2017 Number of pages 32 _________________________________________________________________________ Abstract The purpose of this thesis is to develop and implement a test sequence for a final functional tester. The assignment was commissioned by Ampner Oy. The company produces products and services such as solutions for connecting renewable power sources to the grid and automated test systems. Testing in electronics manufacturing is explained and the development environments NI LabVIEW and NI Teststand are introduced. The methods for developing the test sequence, such as sequence structure and test duration optimisation are documented and areas for further development are suggested. The test sequence developed in this thesis is automatic and only requires the operator to place the DUT in the test fixture and start the test. The sequence starts by loading test limits from a file and initiating the instruments. The test cases are then executed sequentially. If the test is a pass, a sticker with identification information is printed and attached to the tested device.
    [Show full text]
  • WAFER-LEVEL TESTING and TEST PLANNING for INTEGRATED CIRCUITS By
    WAFER-LEVEL TESTING AND TEST PLANNING FOR INTEGRATED CIRCUITS by Sudarshan Bahukudumbi Department of Electrical and Computer Engineering Duke University Date: Approved: Prof. Krishnendu Chakrabarty, Chair Prof. John Board Prof. Romit Roy Choudhury Prof. Montek Singh Prof. Kishor Trivedi Dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in the Department of Electrical and Computer Engineering in the Graduate School of Duke University 2008 ABSTRACT WAFER-LEVEL TESTING AND TEST PLANNING FOR INTEGRATED CIRCUITS by Sudarshan Bahukudumbi Department of Electrical and Computer Engineering Duke University Date: Approved: Prof. Krishnendu Chakrabarty, Chair Prof. John Board Prof. Romit Roy Choudhury Prof. Montek Singh Prof. Kishor Trivedi An abstract of a dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in the Department of Electrical and Computer Engineering in the Graduate School of Duke University 2008 Copyright c 2008 by Sudarshan Bahukudumbi All rights reserved Abstract The relentless scaling of semiconductor devices and high integration levels have lead to a steady increase in the cost of manufacturing test for integrated circuits (ICs). The higher test cost leads to an increase in the product cost of ICs. Product cost is a major driver in the consumer electronics market, which is characterized by low profit margins and the use of a variety of core-based system-on-chip (SoC) designs. Packaging has also been recognized as a significant contributor to the product cost for SoCs. Packaging cost and the test cost for packaged chips can be reduced significantly by the use of effective test methods at the wafer level, also referred to as wafer sort.
    [Show full text]
  • Production Testin of RF and System-On-A-Chip Devices For
    Production Testing of RF and System-on-a-Chip Devices for Wireless Communications For a listing of recent titles in the Artech House Microwave Library, turn to the back of this book. Production Testing of RF and System-on-a-Chip Devices for Wireless Communications Keith B. Schaub Joe Kelly Artech House, Inc. Boston • London www.artechhouse.com Library of Congress Cataloguing-in-Publication Data A catalog record for this book is available from the U.S. Library of Congress. British Library Cataloguing in Publication Data Schaub, Keith B. Production testing of RF and system-on-a-chip devices for wireless communications. —(Artech House microwave library) 1. Semiconductors—Testing 2. Wireless communication systems—Equipment and supplies—Testing I. Title II. Kelly, Joe 621.3’84134’0287 ISBN 1-58053-692-1 Cover design by Gary Ragaglia © 2004 ARTECH HOUSE, INC. 685 Canton Street Norwood, MA 02062 All rights reserved. Printed and bound in the United States of America. No part of this book may be reproduced or utilized in any form or by any means, electronic or mechanical, includ- ing photocopying, recording, or by any information storage and retrieval system, without permission in writing from the publisher. All terms mentioned in this book that are known to be trademarks or service marks have been appropriately capitalized. Artech House cannot attest to the accuracy of this informa- tion. Use of a term in this book should not be regarded as affecting the validity of any trade- mark or service mark. International Standard Book Number: 1-58053-692-1 10987654321 To my loving mother, Billie Meaux, and patient father, Leslie Meaux, for being the best parents that any son could wish for and without whose love and guidance I would be lost.
    [Show full text]
  • For Board Level Live Insertion for Vmebus
    ANSI/VITA 3-1995 Approved as an American National Standard by American National Standard for Board Level Live Insertion for VMEbus Secretariat VMEbus International Trade Association Approved January 12, 1996 American National Standards Institute, Inc. 7825 E. Gelding Drive, Suite 104, Scottsdale, AZ 85260 USA PH: 602-951-8866, FAX: 602-951-0720 E-mail: [email protected], URL: http://www.vita.com ANSI/VITA 3-1995 American National Standard for Board Level Live Insertion for VMEbus Secretariat VMEbus International Trade Association Approved January 12, 1996 American National Standards Institute, Inc. Abstract This document recommends practices to implement board level live insertion with existing VMEbus boards. Approval of an American National Standard requires verification by ANSI American that the requirements for due process, consensus, and other criteria for National approval have been met by the standards developer. Consensus is established when, in the judgment of the ANSI Board of Standard Standards Review, substantial agreement has been reached by directly and materially affected interests. Substantial agreement means much more than a simple majority, but not necessarily unanimity. Consensus requires that all views and objections be considered, and that a concerted effort be made toward their resolution. The use of American National Standards is completely voluntary; their existence does not in any respect preclude anyone, whether they have approved the standards or not, from manufacturing, marketing, purchasing, or using products, processes, or procedures not conforming to the standards. The American National Standards Institute does not develop standards and will in no circumstances give an interpretation of any American National Standard. Moreover, no person shall have the right or authority to issue an interpretation of an American National Standard in the name of the American National Standard Institute.
    [Show full text]