Homework 11: Reliability and Safety Analysis Due: Friday, April14, at NOON

Size: px
Start display at page:

Download "Homework 11: Reliability and Safety Analysis Due: Friday, April14, at NOON"

Transcription

1 Homework 11: Reliability and Safety Analysis Due: Friday, April14, at NOON Team Code Name: Motion Tracking Camera Platform Group No. 9 Team Member Completing This Homework: Craig Noble Address of Report Author: cnoble@purdue.edu NOTE: This is the third in a series of four professional component homework assignments, each of which is to be completed by one team member. The completed homework will count for 10% of the team member s individual grade. It should be a minimum of five printed pages. Evaluation: Component/Criterion Score Multiplier Points Introduction and Summary X 1 Reliability Analysis X 2 Failure Mode, Effects, and Criticality Analysis X 3 Appendix A X 1 Appendix B X 1 List of References X 1 Technical Writing Style X 1 TOTAL Comments:

2 1.0 Introduction The Motion Tracking Camera Platform design project provides a system for capturing image data from a CMOS image sensor and performing a simple, and therefore relatively time efficient, image processing algorithm to detect and track motion real-time within the field of view. The module automatically translates the motion location into a target point within the object bounds, and provides servo control signals that cause properly calibrated motors to aim a pan/tilt platform toward that target point. For the purpose of proof of concept, a laser pointer is activated atop the platform to verify correct target locations, but the system provides a backbone for many applications such as security devices, basic sight emulation robotics, or automatic video recording devices. In addition to the autonomous operation of the motion tracking system, a user interface is provided in the form of pushbuttons and an LCD module to display useful information such as the timestamps of significant events. As with any new design, special care must be taken with respect to safety and reliability issues. Not only is every design at risk of causing a fire or serious injury and damage upon malfunction, but the specifics of each design introduce additional safety considerations into the analysis. With the Motion Tracking Camera Platform, the intended use of the system plays a large role in determining the severity of each failure and must be kept in mind throughout the analysis. For the purpose of this study, the Military Handbook 217F (MIL-HDBK-217F) [1] is used to determine failure rates for several key components in the design, and then a failure mode, effects, and criticality analysis (FMECA) is preformed to include all potential failures. 2.0 Reliability Analysis To better understand the overall reliability of the entire design without an exhaustive analysis of each individual component, a focused approach is used to examine a few of the critical components which are most likely to fail. Chosen based on complexity and operating temperature, four devices are selected for this analysis and their failure rates will be quantified by procedures developed by the United States Department of Defense and detailed in the MIL- HDBK-217F [1]. The selected components are summarized in Table

3 Part Number Description MC9S12DP512 (U1 * ) Microcontroller, 16-bit, 112 pin SMT LTC (U3 * ) Step Down DC-DC Converter, 8 pin DIP OV6620 CMOS Image Sensor, 16-bit, 48 pin SMT PC 1202-A 24 Character LCD Display Controller, 8-bit, 80 pin SMT *Refer to schematic in Appendix A Table 1 Selected Reliability Analysis Components Each of the parts listed in Table 1 fall under the Microcircuits category (section 5.0) of the military handbook. The following sections in the document outline the values and associated assumptions used to compute the failure rate for the given device using the following formula: where: λ p C 1 π T C 2 π E π Q π L λ p = (C 1 *π T + C 2 *π E )*π Q *π L Failures/10 6 Hours is the part failure rate, is the die complexity failure rate, is the temperature factor, is the package failure rate, is the environmental factor, is the quality factor, and is the learning factor. Mean time to failure (MTTF) is then calculated as the inverse of the failure rate, or 10 6 / λ p. 2.1 MC9S12DP512 Reliability Analysis Parameter Value Justification * C bit CMOS Microcontroller (5.1) π T 1.5 Digital MOS with T j = 100 C (5.8) C pin SMT device, assume nonhermetic (5.9) π E 2.0 Assumed ground fixed (5.10) π Q 10 Commercial component (5.10) π L 1.0 Greater than 2 years in production (5.10) * Corresponding MIL-HDBK-217F Section Reference in Parenthesis -2-

4 λ p MTTF Failures/10 6 Hours Hours ( years) Table 2 MC9S12DP512 MTTF Parameters The microcontroller [2] is an obvious weak point of the design due to its complexity and importance to the circuit. As one of the components that is setting the upper bound on the lifecycle of the system, it is being considered for the reliability analysis. Most of the parameters are clearly defined by the given information about the chip including junction temperature, pin count, package type, and production phase. The only assumption made with the MC9S12DP512 is that it falls into the nonhermetic packaging category, which produces a higher approximation for failure than the other options. It is also worth noting that the maximum junction temperature, T j, is used in the analysis to provide the worst-case failure rate, which is the case for all components considered. As seen in the resulting failure rate values, the microcontroller poses a moderately significant threat to the reliability of the system, even more so considering that a failure with the microcontroller will result in complete loss of system functionality. In the event of such a failure, the entire device would likely have to be replaced. 2.2 LTC Reliability Analysis Parameter Value Justification * C Linear MOS, assume 1 to 100 transistors (5.1) π T 58 Linear MOS with T j = 125 C (5.8) C pin DIP device, assume nonhermetic (5.9) π E 2.0 Assumed ground fixed (5.10) π Q 10 Commercial component (5.10) π L 1.0 Greater than 2 years in production (5.10) * Corresponding MIL-HDBK-217F Section Reference in Parenthesis λ p MTTF Failures/10 6 Hours Hours ( years) Table 3 LTC MTTF Parameters The linear regulator [3] is arguably the most critical component on the board as it provides power to all components and has the highest failure rate of any device in the design. A -3-

5 critical assumption was made with the LTC1174-5, that it contains 1 to 100 transistors, an approximation made based on the function block diagram provided in the datasheet. Similar to the microcontroller, it is also assumed nonhermetic and a worst-case approximation is made with the junction temperature. The results show that the linear regulator is slightly less reliable than the microcontroller, but enough so that it is the most likely component to fail. A typical failure would likely cause the device to have to be replaced, however the DIP package makes it easier to diagnose and repair if possible. 2.3 OV6620 Reliability Analysis Parameter Value Justification * C Closest to 16-bit CMOS Microcontroller (5.1) π T 1.5 Digital MOS with assumed T j = 100 C (5.8) C pin SMT device, assume nonhermetic (5.9) π E 2.0 Assumed ground fixed (5.10) π Q 10 Commercial component (5.10) π L 1.0 Greater than 2 years in production (5.10) * Corresponding MIL-HDBK-217F Section Reference in Parenthesis λ p MTTF Failures/10 6 Hours Hours ( years) Table 4 OV6620 MTTF Parameters A significant subsystem involved in the motion tracking project is the camera module [4]. Instead of analyzing the entire module, just the image sensor chip is considered. The sensor is assumed to be similar to a 16-bit microcontroller with a conservative assumption of junction temperature, matching the specifications for the microcontroller itself. This analysis is closely related to the microcontroller, with the exception of the number of pins, so the reliability issues are similar. Different from the microcontroller, however, is that a failure of the image sensor can be fixed by simply replacing the camera module PCB. This result of having a modular design is an attractive feature of the system in the case of device failure. -4-

6 2.4 PC 1202-A Reliability Analysis Parameter Value Justification * C Closest to 8-bit CMOS Microcontroller (5.1) π T 1.5 Digital MOS with assumed T j = 100 C (5.8) C pin SMT device, assume nonhermetic (5.9) π E 2.0 Assumed ground fixed (5.10) π Q 10 Commercial component (5.10) π L 1.0 Greater than 2 years in production (5.10) * Corresponding MIL-HDBK-217F Section Reference in Parenthesis λ p MTTF 2.92 Failures/10 6 Hours Hours ( years) Table 5 PC 1202-A MTTF Parameters The LCD panel and associate driver circuit [5] is not necessarily a mission critical subsystem, but is deserving of reliability analysis due to the similarity to other devices considered. The segment driver, a Samsung S6A0069X, is essentially an 8-bit microcontroller and the junction temperature assumption is made similar to the camera module. Since this controller is relatively simple compared to the rest of the components analyzed it has the lowest failure rate, with an MTTF just short of 40 years. As with the image sensor, the modular design allows an LCD failure to be corrected by replacing the inexpensive LCD module. 2.5 Reliability Analysis Conclusions A simple analysis of the four major components provides good insight into the reliability of the entire system. Under assumptions that over exaggerate actual operating conditions, the results summarized in Table 6 indicate an approximate failure rate for the entire system. The most critical component in terms of shortest failure rate is the linear regulator, which is unfortunate due to the difficulty of repair, but expected nonetheless. Close behind is the microcontroller, which is also a difficult component to service. The gaps between failure rates continuously increase with the image sensor being next, followed by the LCD controller. These values are acceptable due to the general ease of replacement, and in reality are even lower when actual junction temperatures and loading conditions are taken into account. -5-

7 Component Failures/10 6 Hours MTTF MC9S12DP LTC OV PC 1202-A Table 6 Summary of Reliability Analysis Results 3.0 Failure Mode, Effects, and Criticality Analysis (FMECA) In order to facilitate the failure mode, effects, and criticality analysis (FMECA), the schematic is divided into several blocks by function. This breakdown is summarized in Table 7 and a visual representation is available as appendix A. Two criticality levels are appropriate for the design, referred to as high and low. A high criticality is defined as any failure in which physical injury is a possible result. This includes, but is not limited to, the possibility of fire, explosions, or excessive heating. A low criticality is defined as any failure that does not have the potential to cause physical harm, but one which would render at least part of the system unusable and cause customer dissatisfaction. In a final system design, failure probabilities would be set to λ < 10-9 for a high criticality level, and λ < 10-5 for a low criticality level, standard accepted industry values. It is important to note that the motion tracking camera system can be potentially more harmful if it is specified for use in a security setting. Although this use is not recommended under the current design, the criticality level is defined as low/high for these cases. The completed FEMCA table is found in appendix B [6]. Block Description Main Component Color Reference A Power supply circuit LTC Red B Microcontroller circuit MC9S12DP512 Orange C Camera module and header OV6620 Yellow D LCD module and header PC 1202-A Green E Calibration circuit Potentiometers Blue F Motor circuit GWS NARO STD Purple G Human interface circuit Pushbuttons Pink Table 7 Functional Block Breakdown -6-

8 4.0 Summary The Motion Tracking Camera Platform performs as expected when analyzed for reliability and safety, but with much room for improvement. The modular design makes many components replaceable without replacing the entire system, even for some of the ones identified as most critical. Absent from this analysis are suggested additions to improve the overall safety, but with the addition of such redundancies, including more extensive software based system health checks, safety can be improved to meet the desired standards. One such improvement would be to have the microcontroller help monitor the power supply, a critical circuit block, and safely shut down the system if set tolerances are exceeded. Just this one modification would reduce the failure rates of the high criticality failure modes, and can be done at almost no additional cost or circuit complexity. Other solutions are outside the scope of this analysis, but by considering them they show that the motion tracking camera system is potentially able to meet acceptable standards of safety and reliability. -7-

9 ECE 477 Digital Systems Senior Design Project Spring 2006 List of References [1] Reliability Prediction of Electronic Equipment, MIL-HDBK-217F, 1991 Dec 2 [2] MC9S12DP512CPV Device Guide, July [3] LTC DC/DC Converter Data Sheet, Linear Technologies, [4] OV6620 CIF Color Digital Camera Data Sheet, OmniVision, Ver 1.4, 2000 May 13 [5] S6A0069X Product Page, Samsung Semiconductors, [cited 2006 Apr 13] [6] G. Novacek, Designing for Reliability, Maintainability, and Safety, Circuit Cellar, issue , Jan

10 Appendix A: Schematic Functional Blocks -9-

11 Schematic Functional Blocks Details Figure A1.1 Power Circuit (Block A) -10-

12 Schematic Functional Blocks Details Figure A1.2 Microcontroller Circuit (Block B) -11-

13 Schematic Functional Blocks Details Figure A1.3 Camera Module (Block C) Figure A1.4 LCD Module (Block D) -12-

14 Schematic Functional Blocks Details Figure A1.6 Motor Control Circuit (Block F) Figure A1.5 Calibration Circuit (Block E) Figure Al.7 User Interface Circuit (Block G) -13-

15 Appendix B: FEMCA Worksheet Failure Failure Mode Possible Causes Failure Effects Method of Criticality Remarks No. Detection A1 Output = 0V Failure of any component within None of the circuit components will function Observation High Voltage Regulator set to trip at current over 600mA functional block A or an external short (system will be 'off') A2 Output > 5V Failure of U3 or V1 Potential damage to microcontroller, camera, LCD, or related components, unpredictable behavior Observation High Voltage Regulator set to trip at current over 600mA A3 B1 C1 Output out of Tolerance Output Stuck High/Low Faulty Image Transmitted C2 Image Sensor Fails to Respond D1 Blank LCD / Failure to Initialize D2 "Random" or Incorrect LCD Output E1 Potentiometers Have No Effect During Calibration C10, C11, C12, C13, C14, D1, L1, U3 Failure of any component within function block B Camera Module, Software, I2C failure Camera Module, Software, I2C failure R3, C9, Software, port pin stuck high or low C9, Software, port pin stuck high or low High ripple or out-of-spec operating voltage, unpredictable effects Depending on pin, I2C failure, camera communication failure, LCD communication failure, servo failure Failure to detect/follow motion, seemingly random servo movements Failure to acquire any image data Loss of method to display information to user Loss of method to display information to user R1, R2, U1, Software Loss of method of calibration Observation High Ripple could potentially destroy components, resulting in injury Observation Low/High Criticality high if system is being used in a potentially harmful way Observation Low/High Criticality high if system is being used in a potentially harmful way Observation Low Microcontroller could detect, but not correct, this failure Observation Low Observation Low Observation Low/High Criticality high if system is being used in a potentially harmful way -14-

16 FEMCA Worksheet (continued) Failure No. E2 F1 Failure Mode Possible Causes Failure Effects Method of Detection Criticality Remarks Jerky or R1, R2, U1, Software, Difficulty calibrating, Observation Low/High Criticality high if system is Inconsistent Servo Motors possible loss of calibration being used in a potentially Calibration method harmful way Movements Laser Does Not Move Port pin stuck high or low, Software, Servo Motors, Image Sensor Loss of method of targeting Observation Low/High Criticality high if system is being used in a potentially harmful way F2 Laser Does Not Follow Target Properly Software, Servo Motors, Image Sensor Loss of method of targeting Observation Low/High Criticality high if system is being used in a potentially harmful way F3 Servo extends to rotation limit Software, Servo Motors, U1, Power supply failure Excessive power consumption, temporary loss of targeting Observation Low/High Microcontroller should not allow PWM cycle to exceed bounds G1 Button Irresponsive SW1, SW2, SW5, R4, R5, R6, U1, Software Loss of user interface, calibration Observation Low Criticality low because system never gets out of startup mode G2 Laser Pointer Never On SW5, port pin stuck low, R6 Loss of laser pointer use Observation Low G3 Laser Pointer Always On SW5, port pin stuck high Additional power consumption, laser remains on Observation High Microcontroller could detect stuck port pin and turn off system -15-

Homework 11: Reliability and Safety Analysis

Homework 11: Reliability and Safety Analysis ECE 477 Digital Systems Senior Design Project Rev 8/09 Homework 11: Reliability and Safety Analysis Team Code Name: ATV Group No. _3 Team Member Completing This Homework: Sebastian Hening E-mail Address

More information

Homework 11: Reliability and Safety Analysis Due: Friday, November 14, at NOON

Homework 11: Reliability and Safety Analysis Due: Friday, November 14, at NOON Fall 2008 Homework 11: Reliability and Safety Analysis Due: Friday, November 14, at NOON Team Code Name: ECE Grand Group No. 3 Team Member Completing This Homework: Leo Romanovsky E-mail Address of Team

More information

Homework 5: Circuit Design and Theory of Operation Due: Friday, February 24, at NOON

Homework 5: Circuit Design and Theory of Operation Due: Friday, February 24, at NOON Homework 5: Circuit Design and Theory of Operation Due: Friday, February 24, at NOON Team Code Name: Motion Tracking Laser Platform Group No.: 9 Team Member Completing This Homework: David Kristof NOTE:

More information

Camera Positioning System

Camera Positioning System Camera Positioning System Team 79 Members: Junjiao Tian, Jialu Li, and Weicheng Jiang Spring 2017 TA: John Capozzo Table of Contents 1 Introduction 1.1 Objective 1.2 Background 1.3 High-level requirement

More information

TD62M8600FG TD62M8600FG 8CH LOW SATURATION VOLTAGE SOURCE DRIVER FEATURES SCHEMATICS PIN CONNECTION (TOP VIEW)

TD62M8600FG TD62M8600FG 8CH LOW SATURATION VOLTAGE SOURCE DRIVER FEATURES SCHEMATICS PIN CONNECTION (TOP VIEW) TOSHIBA BIPOLAR DIGITAL INTEGRATED CIRCUIT MULTI CHIP TD62M8600FG TD62M8600FG 8CH LOW SATURATION VOLTAGE SOURCE DRIVER TD62M8600FG is Multi Chip IC incorporates 8 low saturation discrete transistors equipped

More information

TD62382AP,TD62382AF TD62382AP/AF 8CH LOW INPUT ACTIVE SINK DRIVER FEATURES PIN CONNECTION (TOP VIEW) SCHEMATICS (EACH DRIVER)

TD62382AP,TD62382AF TD62382AP/AF 8CH LOW INPUT ACTIVE SINK DRIVER FEATURES PIN CONNECTION (TOP VIEW) SCHEMATICS (EACH DRIVER) TOSHIBA BIPOLAR DIGITAL INTEGRATED CIRCUIT SILICON MONOLITHIC TD62382AP,TD62382AF TD62382AP/AF 8CH LOW INPUT ACTIVE SINK DRIVER The TD62382AP / AF are non inverting transistor array which are comprised

More information

solutions for teaching and learning

solutions for teaching and learning RKP18Motor Component List and Instructions PCB layout Constructed PCB Schematic Diagram RKP18Motor Project PCB Page 1 Description The RKP18Motor project PCB has been designed to use PIC microcontrollers

More information

Homework 6: Printed Circuit Board Layout Design Narrative Due: Friday, February 27, at NOON

Homework 6: Printed Circuit Board Layout Design Narrative Due: Friday, February 27, at NOON Homework 6: Printed Circuit Board Layout Design Narrative Due: Friday, February 27, at NOON Team Code Name: _Magic Wand Group No. 5 Team Member Completing This Homework: Michelle Zhang E-mail Address of

More information

Operating instructions. Speed monitor D / / 2014

Operating instructions. Speed monitor D / / 2014 Operating instructions Speed monitor D200 80005257 / 00 05 / 2014 Contents 1 Preliminary note...4 1.1 Symbols used...4 1.2 Warning signs used...4 2 Safety instructions...5 2.1 General...5 2.2 Target group...5

More information

GUIDE TO SP STARTER SHIELD (V3.0)

GUIDE TO SP STARTER SHIELD (V3.0) OVERVIEW: The SP Starter shield provides a complete learning platform for beginners and newbies. The board is equipped with loads of sensors and components like relays, user button, LED, IR Remote and

More information

AC System Monitoring Device

AC System Monitoring Device AC System Monitoring Device Andrew Jarrett Project Adviser: Professor Gutschlag Department of Electrical and Computer Engineering October 28, 2015 Executive Summary The alternating current (AC) system

More information

TD62384APG,TD62384AFG TD62385APG,TD62385AFG

TD62384APG,TD62384AFG TD62385APG,TD62385AFG TOSHIBA BIPOLAR DIGITAL INTEGRATED CIRCUIT SILICON MONOLITHIC TD62384APG,TD62384AFG TD62385APG,TD62385AFG 8CH LOW INPUT ACTIVE DARLINGTON SINK DRIVER The TD62384APG / AFG and TD62385APG / AFG are non inverting

More information

Operating instructions. Switching amplifier DN0210 DN / / 2015

Operating instructions. Switching amplifier DN0210 DN / / 2015 Operating instructions Switching amplifier DN0210 DN0220 UK 80011079 / 00 01 / 2015 Contents 1 Preliminary note...4 1.1 Symbols used...4 1.2 Warning signs used...4 2 Safety instructions...5 2.1 General...5

More information

Robotic Systems ECE 401RB Fall 2006

Robotic Systems ECE 401RB Fall 2006 The following notes are from: Robotic Systems ECE 401RB Fall 2006 Lecture 15: Processors Part 3 Chapter 14, G. McComb, and M. Predko, Robot Builder's Bonanza, Third Edition, Mc- Graw Hill, 2006. I. Peripherals

More information

Maintenance/ Discontinued

Maintenance/ Discontinued DATA SHEET Part No. Package Code No. AN0070A HZIP007-P-070A includes following four Product lifecycle stage. Publication date: May 2007 Contents Overview.. Features.... Applications. Package.... Type..

More information

Homework 6: Printed Circuit Board Layout Design Narrative

Homework 6: Printed Circuit Board Layout Design Narrative Homework 6: Printed Circuit Board Layout Design Narrative Team Code Name: Home Kinection Group No. 1 Team Member Completing This Homework: Stephen Larew E-mail Address of Team Member: sglarew @ purdue.edu

More information

MAINTENANCE MANUAL. EDACS REDUNDANT POWER SUPPLY SYSTEM 350A1441P1 and P2 POWER MODULE CHASSIS 350A1441P3, P4, AND P5 POWER MODULES TABLE OF CONTENTS

MAINTENANCE MANUAL. EDACS REDUNDANT POWER SUPPLY SYSTEM 350A1441P1 and P2 POWER MODULE CHASSIS 350A1441P3, P4, AND P5 POWER MODULES TABLE OF CONTENTS MAINTENANCE MANUAL EDACS REDUNDANT POWER SUPPLY SYSTEM 350A1441P1 and P2 POWER MODULE CHASSIS 350A1441P3, P4, AND P5 POWER MODULES TABLE OF CONTENTS SPECIFICATIONS*... 2 INTRODUCTION... 3 DESCRIPTION...

More information

Mobrey Hydratect 2462

Mobrey Hydratect 2462 Mobrey Hydratect 2462 Functional Safety Manual Functional Safety Manual Functional Safety Manual Table of Contents Contents 1Section 1: Introduction 1.1 Scope and purpose of the safety manual..................................

More information

Test Asset Optimization Services Power Line Utilization Module (PLUM) DATA SHEET

Test Asset Optimization Services Power Line Utilization Module (PLUM) DATA SHEET Test Asset Optimization Services Power Line Utilization Module (PLUM) DATA SHEET Description A Power Line Utilization Module (PLUM) is a device used to monitor the utilization and health parameters of

More information

Pin # Name Type Description. 3, 7 GND Signal Ground Signal ground pin. Connect the POT, DAC and/or the DAC grounds to here.

Pin # Name Type Description. 3, 7 GND Signal Ground Signal ground pin. Connect the POT, DAC and/or the DAC grounds to here. FEATURES Power Supply Voltage Range:.1V 6V High Efficiency: 90% Maximum Output Current: A Current Output Noise:

More information

Operating instructions AS-i SmartLine module AC3200 AC /00 06/2016

Operating instructions AS-i SmartLine module AC3200 AC /00 06/2016 Operating instructions AS-i SmartLine module AC3200 AC3201 80237876/00 06/2016 Contents 1 Preliminary note...3 1.1 Symbols used...3 1.2 Warnings used...3 2 Safety instructions...3 2.1 General...3 2.2 Target

More information

Build and Test Plan: IGV Team

Build and Test Plan: IGV Team Build and Test Plan: IGV Team 2/6/2008 William Burke Donaldson Diego Gonzales David Mustain Ray Laser Range Finder Week 3 Jan 29 The laser range finder will be set-up in the lab and connected to the computer

More information

Homework 13: User Manual

Homework 13: User Manual Homework 13: User Manual Team Code Name: Autonomous Targeting Vehicle Group No. 3 User Manual Outline: Brief (marketing-style) product description Product illustration annotated with callouts for each

More information

Variable Power Supply Digital Control Circuit Diagram Using Lm317

Variable Power Supply Digital Control Circuit Diagram Using Lm317 Variable Power Supply Digital Control Circuit Diagram Using Lm317 DIGITAL POWER SUPPLY USING LM317 A Major Project Report Submitted partial fulfillment of the requirement for the award of the Degree of

More information

Maintenance/ Discontinued

Maintenance/ Discontinued ICs for Information Equipment AN8612NSB SCSI active terminator IC Overview The AN8612NSB is a terminator IC conformed to standard interface specification (SCSI-I/II) for personal computers, workstations

More information

May Project Plan v2

May Project Plan v2 May 14-06 Project Plan v2 ANDREW SPEER CHENG SONG KYLE LICHTENBERG ROSS FRIEDMAN JAKE MEYER 10/10/2013 May 14-06 Page 1 Problem Statement Our client, Dr. Tom Daniels, wants to repurpose an old 3-axis positioning

More information

TOSHIBA Bi-CMOS Integrated Circuit Silicon Monolithic TB62781FNG

TOSHIBA Bi-CMOS Integrated Circuit Silicon Monolithic TB62781FNG TOSHIBA Bi-CMOS Integrated Circuit Silicon Monolithic TB62781FNG 9-Channel Current LED Driver of the 3.3V and 5V Power Supply Voltage Operation 1. Features Power supply voltages: V CC = 3.3 V/5 V Output

More information

Virtual Grand Piano. 1. Introduction Objective Background

Virtual Grand Piano. 1. Introduction Objective Background Virtual Grand Piano Team 64 - Zhi Lu, Jeongsub Lee and Hammad Khan ECE 445 Project Proposal - Spring 2018 TA: Mickey Zhang 1. Introduction 1.1. Objective Digital pianos currently available in the market

More information

DEMO MANUAL DC285. LTC1695 SOT23 Fan Speed Controller\LDO. Description: Board Photo. Schematic BOM

DEMO MANUAL DC285. LTC1695 SOT23 Fan Speed Controller\LDO. Description: Board Photo. Schematic BOM DEMO MANUAL DC285 LTC1695 SOT23 Fan Speed Controller\LDO Description: This demo board shows how the LTC1695 SOT-23 provides all the functions necessary for a system controller or microcontroller to regulate

More information

Homework 3: Design Constraint Analysis and Component Selection Rationale

Homework 3: Design Constraint Analysis and Component Selection Rationale Homework 3: Design Constraint Analysis and Component Selection Rationale Team Code Name: 2D-MPR Group No. 12 Team Member Completing This Homework: James Phillips E-mail Address of Team Member: jephilli@

More information

Homework 6: Printed Circuit Board Layout Design Narrative Due: Friday, February 22, at NOON

Homework 6: Printed Circuit Board Layout Design Narrative Due: Friday, February 22, at NOON Homework 6: Printed Circuit Board Layout Design Narrative Due: Friday, February 22, at NOON Team Code Name: RoboRubik Group No. _11 Team Member Completing This Homework: Erik Carron e-mail Address of Team

More information

OPTICAL MOUSE SENSOR

OPTICAL MOUSE SENSOR OPTICAL MOUSE SENSOR NST TECHNOLOGIES Series Data sheet USB INTERFACE Version 1.50 1. Description is a low-cost CMOS optical sensor SOC for USB optical computer mouse. It provides an all-in-one solution

More information

5504 Thermocouple Analog Input Module

5504 Thermocouple Analog Input Module 550 Thermocouple Analog Input Installation, Operation and Maintenance Setup Manual 5/9/0 Safety Information The information provided in this documentation contains general descriptions and/or technical

More information

Designing with Siliconix PC Card (PCMCIA) Power Interface Switches

Designing with Siliconix PC Card (PCMCIA) Power Interface Switches Designing with Siliconix PC Card (PCMCIA) Power Interface Switches AN716 Innovation in portable computer design is driven today by the need for smaller, lighter, and more energy-efficient products. This

More information

Code Practice Oscillator (CPO)

Code Practice Oscillator (CPO) Code Practice Oscillator (CPO) Overview Many thanks for your purchase of this code practice oscillator or CPO, this guide is intended to allow you to quickly get operational. The CPO comprises an approx.

More information

FSO Webnair FSO Safety Functions Module. ABB Group February 11, 2015 Slide 1

FSO Webnair FSO Safety Functions Module. ABB Group February 11, 2015 Slide 1 FSO Webnair FSO Safety Functions Module February 11, 2015 Slide 1 Competence Requirements for ABB Commissioner / Service Engineer of ACS880 Drives with FSO The integrated Safety Function Module (FSO; option

More information

SSV-T and SSC-T High Drop-out Relay. Range amps amps amps amps. Operating Frequency: Temperature Error:

SSV-T and SSC-T High Drop-out Relay. Range amps amps amps amps. Operating Frequency: Temperature Error: 41-766.7 SSV-T and SSC-T High Drop-out Relay device. A magnetic armature, to which leaf-spring mounted contacts are attached, is attracted to the magnetic core upon energization of the switch. When the

More information

EPROM. Application Note CMOS EPROM. Interfacing Atmel LV/BV EPROMs on a Mixed 3-Volt/5- Volt Data Bus

EPROM. Application Note CMOS EPROM. Interfacing Atmel LV/BV EPROMs on a Mixed 3-Volt/5- Volt Data Bus Interfacing Atmel LV/BV EPROMs on a Mixed 3-volt/5-volt Data Bus Introduction Interfacing Atmel Corporation s low voltage (LV/BV) EPROMs on a common data bus with standard 5-volt devices can be achieved

More information

LB1846MC APPLICATION NOTE LB1846MC. SANYO Semiconductors

LB1846MC APPLICATION NOTE LB1846MC. SANYO Semiconductors 1. (1.) 0. 6.2 SANYO Semiconductors APPLICATION NOTE Bi-CMOS integrated circuit V Low Saturation Voltage Drive Stepping Motor Driver Overview The is a 1-channel low saturation voltage stepping motor driver

More information

E3B USER'S GUIDE. for QT310 / QT320 QProx IC evaluation and development Overview. Fast Start

E3B USER'S GUIDE. for QT310 / QT320 QProx IC evaluation and development Overview. Fast Start E3B USER'S GUIDE for QT310 / QT320 QProx IC evaluation and development Overview The E3B board works with Quantum s QT310 and QT320 QProx ICs. Either device can be inserted into the 8-pin DIP socket. QT310

More information

Control unit SG-EFS 104/2W. EN Operating instructions. Innovative by tradition. Version SG-EFS 104/2W 24 V=/~

Control unit SG-EFS 104/2W. EN Operating instructions. Innovative by tradition. Version SG-EFS 104/2W 24 V=/~ Innovative by tradition. Control unit SG-EFS 104/2W EN Operating instructions Version 0.9 1005196 SG-EFS 104/2W 24 V=/~ Original instructions Mayser GmbH & Co. KG Örlinger Straße 1 3 89073 Ulm GERMANY

More information

Reliability Analysis

Reliability Analysis Reliability Analysis 12 Inch LED Crossing Signal Models 1607-508-02 and -04 Revision 1.0 Submitted to: Rail Development Group 85 Vantage Point Drive Rochester, NY 14624 Submitted by: 505 King Avenue Columbus,

More information

TBD62785APG, TBD62785AFWG

TBD62785APG, TBD62785AFWG TOSHIBA BiCD Integrated Circuit Silicon Monolithic TBD62785APG, TBD62785AFWG 8-ch low active source type DMOS transistor array TBD62785APG/FWG TBD62785A series product is a DMOS transistor array with 8

More information

7.5 Watt AC-DC Switch Power Supply

7.5 Watt AC-DC Switch Power Supply MAIN FEATURES: 7.5W Small Compact Size - PCB Mount Single Output - Regulated Output Range : 3.3VDC - 24VDC Input Range : 85VAC - 265VAC/47-63Hz Or 120VDC - 370VDC Very Low Standby Power Consumption < 0.15W

More information

Model NPN output PNP output Standard. configuration

Model NPN output PNP output Standard. configuration Slot-type Photomicrosensor (Non-modulated) *1 EE-SX4/6 CSM_EE-SX4_6_DS_E 1 Global Standard Slot-type photomicrosensors with 0- to 100-mA direct switching capacity. Series includes models that enable switching

More information

Jo-Car2 Autonomous Mode. Path Planning (Cost Matrix Algorithm)

Jo-Car2 Autonomous Mode. Path Planning (Cost Matrix Algorithm) Chapter 8.2 Jo-Car2 Autonomous Mode Path Planning (Cost Matrix Algorithm) Introduction: In order to achieve its mission and reach the GPS goal safely; without crashing into obstacles or leaving the lane,

More information

Electrical actuator AME 855

Electrical actuator AME 855 Data sheet Electrical actuator AME 855 Description Actuator AME 855 can be controlled by electronic controllers with modulating or 3-point control output. Actuator can be used with VF3 valves (DN 200-300).

More information

Latent Damage and Reliability in Semiconductor Devices

Latent Damage and Reliability in Semiconductor Devices May1625 Latent Damage and Reliability in Semiconductor Devices DESIGN DOCUMENT SEAN SANTELLA, HAYLE OLSON, DAVID ACKERMAN, JAEHYUK HAN Advisor & Client: Dr. Randall Geiger, ECpE Thursday, December 03,

More information

Homework 3: Design Constraint Analysis and Component Selection Rationale Due: Friday, February 6, at NOON

Homework 3: Design Constraint Analysis and Component Selection Rationale Due: Friday, February 6, at NOON Homework 3: Design Constraint Analysis and Component Selection Rationale Due: Friday, February 6, at NOON Team Code Name: The_Magic_Wand Group No. 5 Team Member Completing This Homework: Michelle Zhang

More information

Control engineering information VARYCONTROL VAV Units VAV Compact flow rate controller BC0 BF0

Control engineering information VARYCONTROL VAV Units VAV Compact flow rate controller BC0 BF0 Control engineering information VARYCONTROL VAV Units flow rate controller BC0 BF0 The art of handling air Contents 1 General information 3 Correct use 3 Materials 3 Maintenance 3 2 Field of application,

More information

igus motion Plastics dryve D3, DC-Motor Control System

igus motion Plastics dryve D3, DC-Motor Control System igus motion Plastics dryve D3, DC-Motor Control System Manual V 1.1 Website Shop www.igus.eu/d3 Videos/Tutorials www.igus.eu/dryve/tutorial Operating Manual dryve D3 - V1.1 1/15 Table of contents Table

More information

Homework 5: Theory of Operation and Hardware Design Narrative Due: Friday, October 3, at NOON

Homework 5: Theory of Operation and Hardware Design Narrative Due: Friday, October 3, at NOON Homework 5: Theory of Operation and Hardware Design Narrative Due: Friday, October 3, at NOON Team Code Name: ECE Grande Group No. 3 Team Member Completing This Homework: Ashley Callaway e-mail Address

More information

Application Note AN V1.3 August Module with adapted driver electronics

Application Note AN V1.3 August Module with adapted driver electronics MIPAQ serve Edition 2013-08-16 Published by Infineon Technologies AG 59568 Warstein, Germany Infineon Technologies AG 2013. All Rights Reserved. Attention please! THE INFORMATION GIVEN IN THIS APPLICATION

More information

EEL 4924 Electrical Engineering Design (Senior Design) Final Report April 25th 2010

EEL 4924 Electrical Engineering Design (Senior Design) Final Report April 25th 2010 Nguyen Nguyen Situation See Spot Track 1 EEL 4924 Electrical Engineering Design (Senior Design) Final Report April 25th 2010 Project Title: See Spot Track Team Name: Nguyen Nguyen Situation Team Members:

More information

Installation instructions Inclination sensor EC2019 EC / / 2013

Installation instructions Inclination sensor EC2019 EC / / 2013 Installation instructions Inclination sensor UK EC219 EC245 739215 / 3 1 / 213 Inhalt 1 Safety instructions 3 2 Mounting 4 3 Electrical connection 4 4 Dimensions 4 5 Technical Data 5 6 Characteristics

More information

TD62783APG, TD62783AFWG

TD62783APG, TD62783AFWG TOSHIBA BIPOLAR DIGITAL INTEGRATED CIRCUIT SILICON MONOLITHIC 8CH HIGH VOLTAGE SOURCE DRIVER TD62783APG, TD62783AFWG The TD62783APG / AFWG are comprised of eight source current Transistor Array. These

More information

Homework 5: Theory of Operation and Hardware Design Narrative

Homework 5: Theory of Operation and Hardware Design Narrative ECE 477 Digital Systems Senior Design Project Rev 9/12 Homework 5: Theory of Operation and Hardware Design Narrative Team Code Name: Hackers of Catron Group No. 03 Team Member Completing This Homework:

More information

Innovation First, Inc Full-Size Robot Controller Reference Guide

Innovation First, Inc Full-Size Robot Controller Reference Guide 2004 Full-Size Robot Controller Reference Guide 2.19.2004 www.innovationfirst.com Page 2 Table of Contents 1. Robot Controller Overview... 3 2. Main Power Input... 4 3. Battery Backup Power... 4 4. PROGRAM...

More information

AOZ8900. Ultra-Low Capacitance TVS Diode Array PRELIMINARY. Features. General Description. Applications. Typical Application

AOZ8900. Ultra-Low Capacitance TVS Diode Array PRELIMINARY. Features. General Description. Applications. Typical Application Ultra-Low Capacitance TS Diode Array General Description The is a transient voltage suppressor array designed to protect high speed data lines from Electro Static Discharge (ESD) and lightning. This device

More information

Polymer Electric. Operating Instructions. Control Unit SG-EFS 1X4 ZK2/1 8k2. Version 3

Polymer Electric. Operating Instructions. Control Unit SG-EFS 1X4 ZK2/1 8k2. Version 3 Operating Instructions Control Unit SG-EFS 1X4 ZK2/1 8k2 Version 3 1003100 SG-EFS 104 ZK2/1 8k2 24 V=/~ 7500354 SG-EFS 134 ZK2/1 8k2 230 V~ Original instructions GmbH & Co. KG Polymer Electric Örlinger

More information

Operating Instructions Differential Pressure Transducer PS27

Operating Instructions Differential Pressure Transducer PS27 Operating Instructions Differential Pressure Transducer PS27 halstrup-walcher GmbH Stegener Straße 10 79199 Kirchzarten/Germany Phone: +49 (0) 76 61/39 63 0 Fax: +49 (0) 76 61/39 63 99 E-mail: info@halstrup-walcher.com

More information

Voltage Regulator Board User Guide

Voltage Regulator Board User Guide Embedded Systems for Space Applications Voltage Regulator Board User Guide David Hoskins Josh Chapman University of Tennessee at Chattanooga 4/23/17 Overview The objective of this project is to provide

More information

Analogue Input Module. user manual All Models

Analogue Input Module. user manual All Models Analogue Input Module user manual All Models 1.0: Index Section Title Page 1.0 Index......................... 1 2.0 Safety Summary................. 2 3.0 Introduction.................. 3 4.0 Installation....................

More information

solutions for teaching and learning

solutions for teaching and learning RKOneAnalogue Component List and Instructions PCB layout Constructed PCB Schematic Diagram RKOneAnalogue Software Development PCB Page 1 Description The RKOneAnalogue software development PCB has been

More information

Type 9160 / Transmitter supply unit / Isolating repeater. Safety manual

Type 9160 / Transmitter supply unit / Isolating repeater. Safety manual Type 9160 / 9163 Transmitter supply unit / Isolating repeater Safety manual Safety manual English Content 1 General information... 3 1.1 Manufacturer... 3 1.2 Information regarding the Safety Manual...

More information

HARDWARE MANUAL TMCM-1613 TMCM-1613-REC. Hardware Version V TRINAMIC Motion Control GmbH & Co. KG Hamburg, Germany.

HARDWARE MANUAL TMCM-1613 TMCM-1613-REC. Hardware Version V TRINAMIC Motion Control GmbH & Co. KG Hamburg, Germany. MODULES FOR BLDC MOTORS MODULES Hardware Version V 1.10 HARDWARE MANUAL + + TMCM-1613 + + Single Axis BLDC Controller / Driver Block-commutation Hall-sensor based Analog+digital inputs / outputs Up-to

More information

Homework 5: Theory of Operation and Hardware Design Narrative Due: Friday, February 15, at NOON

Homework 5: Theory of Operation and Hardware Design Narrative Due: Friday, February 15, at NOON Homework 5: Theory of Operation and Hardware Design Narrative Due: Friday, February 15, at NOON Team Code Name: _Agatha Group No. _4 Team Member Completing This Homework: _Eric Yee e-mail Address of Team

More information

GP2Y0A02YK0F. Distance Measuring Sensor Unit Measuring distance: 20 to 150 cm Analog output type GP2Y0A02YK0F

GP2Y0A02YK0F. Distance Measuring Sensor Unit Measuring distance: 20 to 150 cm Analog output type GP2Y0A02YK0F GP2Y0A02YK0F Distance Measuring Sensor Unit Measuring distance: 20 to 150 cm Analog output type Description GP2Y0A02YK0F is a distance measuring sensor unit, composed of an integrated combination of PSD

More information

INTEGRATED CIRCUITS. PCA bit I 2 C and SMBus I/O port with interrupt. Product data sheet Supersedes data of 2004 Jul 27.

INTEGRATED CIRCUITS. PCA bit I 2 C and SMBus I/O port with interrupt. Product data sheet Supersedes data of 2004 Jul 27. INTEGRATED CIRCUITS Supersedes data of 2004 Jul 27 2004 Sep 30 DESCRIPTION The is a 24-pin CMOS device that provide 16 bits of General Purpose parallel Input/Output (GPIO) expansion for I 2 C/SMBus applications

More information

MANUAL Functional Safety

MANUAL Functional Safety PROCESS AUTOMATION MANUAL Functional Safety Repeater KFD0-CS-(Ex)*.54*, KFD0-CS-(Ex)*.56* ISO9001 2 With regard to the supply of products, the current issue of the following document is applicable: The

More information

DLA. DMX512 Analyzer. DLA Users Manual SV2_00 B.lwp copyright ELM Video Technology, Inc.

DLA. DMX512 Analyzer. DLA Users Manual SV2_00 B.lwp copyright ELM Video Technology, Inc. DLA DMX512 Analyzer DLA DLA-HH 1 Table Of Contents IMPORTANT SAFEGUARDS... 2 DLA OVERVIEW... 3 CONNECTION... 3 OPERATION... 3 HARDWARE SETUP... 4 DLA-HH (PORTABLE) LAYOUT... 4 CHASSIS LAYOUT... 4 DLA MENU

More information

Development Kit Manual DK-114N-1 and DK-114N-3

Development Kit Manual DK-114N-1 and DK-114N-3 Development Kit Manual DK-114N-1 and DK-114N-3 Overview Big Chip LEDs from Luminus Devices have been designed from the ground up to enable a new class of illumination and projection systems. Benefiting

More information

MIPI D-PHY REFERENCE TERMINATION BOARD (RTB) OVERVIEW AND DATASHEET

MIPI D-PHY REFERENCE TERMINATION BOARD (RTB) OVERVIEW AND DATASHEET The InterOperability Laboratory MIPI D-PHY REFERENCE TERMINATION BOARD (RTB) OVERVIEW AND DATASHEET Abstract: This document serves as the primary documentation for the MIPI D-PHY Reference Termination

More information

Using smart field devices to improve safety system performance

Using smart field devices to improve safety system performance Using smart field devices to improve safety system performance Safety monitoring software can use data from smart field devices to improve safety system performance and operation By Guillermo Pacanins,

More information

Great Western Painting Assured Equipment Grounding Conductor Program OR Ground Fault Circuit Interrupter (GFCI)

Great Western Painting Assured Equipment Grounding Conductor Program OR Ground Fault Circuit Interrupter (GFCI) Assured Equipment Grounding Conductor Program OR Ground Fault Circuit Interrupter (GFCI) GROUND FAULT CIRCUIT INTERRUPTERS Wiring design and protection. - 1926.404 Our company uses ground fault circuit

More information

PAT9125EL: Optical Tracking Miniature Chip

PAT9125EL: Optical Tracking Miniature Chip PAT9125EL: General Description The PAT9125EL is PixArt Imaging s low power optical tracking miniature chip using PixArt s LASER-based optical navigation technology enabling digital surface tracking. It

More information

SII Semiconductor Corporation, Rev.2.2_01

SII Semiconductor Corporation, Rev.2.2_01 www.sii-ic.com TEMPERATURE SWITCH IC (THERMOSTAT IC) SII Semiconductor Corporation, 2009-2015 Rev.2.2_01 The is a temperature switch IC (thermostat IC) which detects the temperature with a temperature

More information

Images Scientific OWI Robotic Arm Interface Kit (PC serial) Article

Images Scientific OWI Robotic Arm Interface Kit (PC serial) Article Images Scientific OWI Robotic Arm Interface Kit (PC serial) Article Images Company Robotic Arm PC Interface allows real time computer control and an interactive script writer/player for programming and

More information

MANUAL Functional Safety

MANUAL Functional Safety PROCESS AUTOMATION MANUAL Functional Safety Switch Amplifier KFD2-SOT3-Ex*(.LB)(.IO)(-Y1), KFD2-ST3-Ex*(.LB) ISO9001 2 With regard to the supply of products, the current issue of the following document

More information

Tap Manager TM100. Operating Instructions

Tap Manager TM100. Operating Instructions Tap Manager TM100 Operating Instructions 2 Contents Contents 1 General... 5 1.1 Safety instructions... 5 1.2 Application... 5 2 Design... 6 2.1 Controls... 6 2.1.1 Scroll keys in display field... 6 2.1.2

More information

G9SX-GS. Safety Guard Switching Unit. A Safety Measure for Hazardous Operations That Does Not Lower Productivity. Auto Switching Function

G9SX-GS. Safety Guard Switching Unit. A Safety Measure for Hazardous Operations That Does Not Lower Productivity. Auto Switching Function Safety Guard Switching Unit CSM DS_E_6_1 A Safety Measure for Hazardous Operations That Does Not Lower Productivity Two functions support two types of application: Auto switching: For applications where

More information

MP6500 Stepper Motor Driver, Digital Current Control

MP6500 Stepper Motor Driver, Digital Current Control This breakout board for the MPS MP6500 micro stepping bipolar stepper motor driver is Pololu s latest stepper motor driver. The module has a pinout and interface that are very similar to that of our popular

More information

Expansion Unit G9SX-EX Safety 2 Instantaneous safety outputs

Expansion Unit G9SX-EX Safety 2 Instantaneous safety outputs Flexible Safety Unit / Safety Guard Switching Unit G9SX/G9SX-GS CSM_G9SX_G9SX-GS_DS_E_8_1 Logical Function Adds Flexibility to Various Safety Circuits Be sure to read the Safety Precautions on page 45.

More information

Reversible motor driver

Reversible motor driver Reversible motor driver The BA6289F and BA6417F are reversible-motor drivers, with an output current of 600mA for the former and 1A for the latter. Two logic inputs allow four output modes: forward, reverse,

More information

Maintenance/ Discontinued

Maintenance/ Discontinued DATA SHEET Part No. Package Code No. AN00A HSOP0-P-000D includes following four Product lifecycle stage. Publication date: May 007 Contents Overview. Feature Application. Package.. Type. Application Circuit

More information

SAFETY MANUAL SIL Switch Amplifier

SAFETY MANUAL SIL Switch Amplifier PROCESS AUTOMATION SAFETY MANUAL SIL Switch Amplifier KCD2-SOT-(Ex)*(.LB)(.SP), KCD2-ST-(Ex)*(.LB)(.SP) ISO9001 2 With regard to the supply of products, the current issue of the following document is applicable:

More information

RoboClaw 2x30A Dual Channel Motor Controller

RoboClaw 2x30A Dual Channel Motor Controller RoboClaw 2x30A, 34VDC Dual Channel Brushed DC Motor Controller Version 2.2 (c) 2016 Ion Motion Control. All Rights Reserved. Feature Overview: 60 Amps Peak Per Channel Channel Bridging Supported Dual Quadrature

More information

Me Stepper Driver. Overview

Me Stepper Driver. Overview Me Stepper Driver Overview The Me Stepper Motor Driver module is designed to precisely drive the bipolar stepper motor. When pulse signals are input into the stepper motor, it rotates step by step. For

More information

Old Company Name in Catalogs and Other Documents

Old Company Name in Catalogs and Other Documents To our customers, Old Company Name in Catalogs and Other Documents On April 1 st, 2010, NEC Electronics Corporation merged with Renesas Technology Corporation, and Renesas Electronics Corporation took

More information

Failure Modes, Effects and Diagnostic Analysis. Rosemount Inc. Chanhassen, MN USA

Failure Modes, Effects and Diagnostic Analysis. Rosemount Inc. Chanhassen, MN USA Failure Modes, Effects and Diagnostic Analysis Project: 8732C Magnetic Flow Transmitter Customer: Rosemount Inc. Chanhassen, MN USA Contract No.: Ros 03/07-26 Report No.: Ros 03/07-26 R001 Version V1,

More information

Operating instructions. Standstill monitor A / / 2011

Operating instructions. Standstill monitor A / / 2011 Operating instructions Standstill monitor A300 UK 1 2 3 4 5 6 7 8 7390337 / 01 02 / 2011 1 2 3 4 5 6 7 8 switchpoint min max pulse/min power Made in Germany ifm electronic gmbh D 45127 Essen func. I II

More information

Parameter Symbol Conditions Ratings Unit

Parameter Symbol Conditions Ratings Unit Ordering number : EN397F LB136M Monolithic Digital IC Low-Saturation Bidirectional Motor Driver for Low-Voltage Drive Overview The LB136M is a low-saturation two-channel bidirectional motor driver IC for

More information

TORX177(F,T) TORX177(F,T) TENTATIVE FIBER OPTIC RECEIVING MODULE FOR DIGITAL AUDIO INTERFACE. 1. Maximum Ratings (Ta = 25 C)

TORX177(F,T) TORX177(F,T) TENTATIVE FIBER OPTIC RECEIVING MODULE FOR DIGITAL AUDIO INTERFACE. 1. Maximum Ratings (Ta = 25 C) TENTATIVE FIBER OPTIC RECEIVING MODULE TORX177(F,T) FIBER OPTIC RECEIVING MODULE FOR DIGITAL AUDIO INTERFACE Unit: mm For JEITA Standard CP- 1212 (Digital Audio Optical Interface for Consumer Equipment).

More information

Using solderless breadboards

Using solderless breadboards Page 1 of 9 Using solderless breadboards This document describes how to use the solderless breadboards available in the experimental didactic lab (LED, previously LADISPE) of Politecnico di Torino. 1 Setting

More information

Soldering Iron Evaluation

Soldering Iron Evaluation The tests were done by an independent contract manufacturer for the purpose of evaluating for future purchases, what they have deemed to be the best soldering station, for their respective applications.

More information

Operating instructions. Monitor FD / / 2013

Operating instructions. Monitor FD / / 2013 Operating instructions Monitor FD-1 UK 7390956 / 00 01 / 2013 Contents 1 Preliminary note...4 1.1 Symbols used...4 1.2 Warning signs used...4 2 Safety instructions...5 2.1 General...5 2.2 Target group...5

More information

I.CH Brushless DC Motor Driver

I.CH Brushless DC Motor Driver V II 20100513 I.CH Brushless DC Motor Driver I.CH MOTION CO., LTD MOTION WORLD Characteristic : This control system with perfect function, simple operation, capability of anti-interference, energy saving,

More information

Test Methods for DC/DC Power Modules

Test Methods for DC/DC Power Modules Test Methods for DC/DC Power Modules Design Note 027 Flex Power Modules Precautions Abstract A user may have the desire to verify or characterize the performance of DC/DC power modules outside the system

More information

LCD MODULE SPECIFICATION

LCD MODULE SPECIFICATION MULTI-INNO TECHNOLOGY CO., LTD. LCD MODULE SPECIFICATION Model : Revision Engineering Date Our Reference . MODE OF DISPLAY Display mode Display condition Viewing direction TN positive Reflective type 6

More information

MAXIM INTEGRATED PRODUCTS

MAXIM INTEGRATED PRODUCTS MAX1619MEE Rev. A RELIABILITY REPORT FOR MAX1619MEE PLASTIC ENCAPSULATED DEVICES October 17, 2003 MAXIM INTEGRATED PRODUCTS 120 SAN GABRIEL DR. SUNNYVALE, CA 94086 Written by Reviewed by Jim Pedicord Quality

More information