TUTORIAL I ECE 555 CADENCE SCHEMATIC SIMULATION USING SPECTRE

Size: px
Start display at page:

Download "TUTORIAL I ECE 555 CADENCE SCHEMATIC SIMULATION USING SPECTRE"

Transcription

1 TUTORIAL I ECE 555 CADENCE SCHEMATIC SIMULATION USING SPECTRE Cadence Virtus Schematic editing prvides a design envirnment cmprising tls t create schematics, symbls and run simulatins. This tutrial will take yu thrugh the varius steps invlved in the creatin f a schematic using Virtus schematic editr. The steps are explained in cntext f a simple inverter and then later with tw inverters t shw hierarchy. T have all yur cadence related wrk in a flder, create a new flder cadence using the cmmand mkdir. Change yur wrking directry t the flder created using the cd cmmand. T set-up the cadence wrking envirnment, run the cmmand fixcadence If yu already have a cadence envirnment set, skip this step. All yur cadence envirnment settings will have t be reactivated after executing this cmmand. Setting f cadence wrking envirnment includes adding additinal library paths. Yu dn t need t add any additinal library paths fr this curse. NCSU libraries are already set fr yu t use in this curse T invke a cadence, type icfb & at the cmmand prmpt. This pens a cmmand interface windw (CIW) as shwn in Fig. 1. Fig. I. Cmmand Interface Windw We will use the NCSU CDK which autmatically starts the library manager and yu shuld see the NCSU libraries as shwn in Fig. 2. Updated By : Vind Reddy fr 0.18u n 09/11/08

2 Fig 2. Library Manager. Creating a new library: Select File --> New --> Library in Library manager. Enter a library name in the new library creatin windw as shwn in Fig. 3. Press OK. Fig. 3. New Library Creatin Windw. Then a new windw pens t cnfigure the new library with a technlgy file. The windw is shwn in Fig. 4. Select Attach t an existing techfile and press OK.

3 Fig. 4. Windw fr cnfiguring the technlgy file. A new windw pens t attach the library file. Under Technlgy Library select NCSU_TechLib_tsmc02d and press OK. Creating a new schematic: Select File --> New --> Cell view in library manager and chse library under which yu wuld like t create the new cell view. Enter a cell view name and chse Cmpser-Schematic as the tl. View name shuld be schematic exactly accrding t Fig. 6. Fig. 6. Creating a new cell Updated By : Vind Reddy fr 0.18u n 09/11/08

4 Click OK. A blank cmpser-schematic windw shuld pen. Placing instances n schematic: T draw the inverter, yu have t add a PMOS transistr, a NMOS transistr, GND, pwer supply, pins fr input and utput, and wire them tgether. T add cmpnents t yur schematic: Frm Cmpser-Schematic menu, select Add --> Instance. This brings ut Add instance frm with Cmpnent brwser. Select library as NCSU Analg Parts. The cmpnent brwser is shwn in Fig. 7. Fig. 7. Cmpnent Brwser. Select P_Transistrs and then select pms4 t instantiate a pms transistr. After selecting pms4, place the pms transistr by using a single left muse click in the cmpser schematic windw. If yu need t get ut f add instance mde, just press the Esc key. Fllw similar steps as abve t place a nms transistr in the cmpser schematic windw. Yu need t select nms4 under N_Transistrs t instantiate a nms transistr. T add the VDD and GND t the schematic, select Supply Nets frm the NCSU Analg Parts in the cmpnent brwser. Select the cmpnent vdd fr supply vltage. Place it in the schematic. Select the cmpnent gnd fr grund vltage. Place it in the schematic. If yu make a mistake and need t get ut f add instance mde, just press the Esc key. S far, yu shuld have schematic as shwn in Fig. 8.

5 Fig. 8. Cmpser Schematic Windw after the cmpnents is placed. Defining the devices: After the instances are placed, we have t define the device widths and lengths. This can be dne by Selecting the device. A device can be selected by a single left muse click n the device that has t be defined. A slid white bx appears n the selected device. Press the letter Q in the keybard. An Edit Object Prperties windw pens up as shwn in Fig. 9.

6 Fig. 9. Edit bject prperties windw. Fr a PMOS, select mdel name as tsmc18dp and define its length and width. Press OK. Fr a NMOS, select mdel name as tsmc18dn and define its length and width. Press OK. The minimum length fr the devices in this technlgy is 18 0nm. The minimum width fr the devices in this technlgy is 27 0nm. After defining the devices, yu shuld have schematic as Fig. 10.

7 Fig 10. Cmpser Schematic Windw after the cmpnents are defined Cnnecting wires with pins: After the instances are defined and placed, yu can cnnect them by wires t frm the inverter. T add wires, Frm Cmpser-Schematic menu, select Add --> Wire (narrw). Click left muse buttn n the starting pint, and click left muse buttn n as many transitin pints as yu want. Then if yu want t end wire, just duble click. After wiring, yu need t create pins fr input and utput ndes. In rder t d this, Frm Cmpser-Schematic menu, select Add --> Pin. An Add Pin frm appears. The windw is shwn in Fig. 11. Fig. 11. Windw t add a pin. Updated By : Vind Reddy fr 0.18u n 09/11/08

8 Type in "IN as the pin name, and make sure the Directin is "input" as shwn Fig. 11. Mve cursr t schematic windw. Then, click left muse buttn t place pin. Mve cursr back t Add Pin frm, change "Directin" t "utput". Type in "OUT" as the pin name. Then, repeat abve step. The pins fr glbal signals are autmatically given. Final schematic view f inverter will be similar as Fig. 12. Dn't frget t save by selecting Design --> Check and Save in Cmpser-Schematic menu. Fig. 12. Cmpleted schematic. Creating a Symbl: Select Design --> Create Cellview --> Frm Cell view in the Virtus Schematic Editing Windw. A new symbl creatin windw will pen as shwn in Fig. 13. Press OK t create a symbl fr the schematic yu created. A new Virtus Symbl editing windw then appears as shwn in Fig. 14. If yu want t name the part, then with a single left muse click. A white bx appears ver indicating that it is selected. Press Q in the keybard. An Edit Object Prperties windw pens as shwn in Fig. 15. Change the partname t the name f yur interest. Dn't frget t save by selecting Design --> Check and Save in Symbl Editing menu. Updated By : Vind Reddy fr 0.18u n 09/11/08

9 Fig. 13. Creating a Symbl Fig. 14. Virtus Symbl Editing Windw. Fig. 15. Edit Object Prperties Windw

10 Creating a Schematic using an existing instance: Select File --> New --> Cell view in library manager and chse library under which yu wuld like t create the new cell view. Enter a cell view name and chse Cmpser-Schematic as the tl. View name shuld be schematic exactly accrding t Fig. 16. Fig. 16. Creating a new cell T instantiate an already existing symbl, Frm Cmpser-Schematic menu, select Add --> Instance. This brings ut Add instance frm with Cmpnent brwser. Select library as ece555. The cmpnent brwser is shwn in Fig. 17. Fig. 17. Cmpnent Brwser Place tw instances f the inverter in parallel. Draw wires and cnnect them as shwn in Fig. 18. A thick blue line indicates a wide wire (used fr multiple bits). A thin blue line indicates a narrw wire.

11 Fig. 18. Schematic with existing instances T add wire labels n the bus. Frm Cmpser-Schematic menu, select Add --> Wire Name. The wire name windw in shwn in Fig. 19. Type a name as shwn in the figure and select Bus Expansin ON. Place labels n each wire in the input side. D a similar naming fr the utput wires. The named wires are shwn in Fig. 20. Fig. 19. Wire Name Windw

12 Fig. 20. Schematic after named wires. After wiring, yu need t create pins fr input and utput ndes. In rder t d this, Frm Cmpser-Schematic menu, select Add --> Pin. An Add Pin frm appears. Type in "A<1:0> as the pin name, and make sure the Directin is "input". Mve cursr t schematic windw. Then, click left muse buttn t place pin. Mve cursr back t Add Pin frm, change "Directin" t "utput". Type in "B<1:0> as the pin name. Then, repeat abve step. Final schematic view f inverter will be similar as Fig. 21. Since the glbal surces namely, V DD and GND are nt in the schematic, we can add them t the schematic. The initializatin f the glbal surces in the schematic wuld enable us t cntrl the vltage surces when simulating the circuit. The new schematic is shwn in Fig. 22. Dn't frget t save by selecting Design --> Check and Save in Cmpser- Schematic menu.

13 Fig. 21. Cmplete Schematic fr tw inverters. Fig. 22. Cmplete Schematic fr tw inverters with glbal surces.

14 CIRCUIT SIMULATION We will be using SPECTRE circuit simulatr t simulate the designed circuit. This part f the tutrial will illustrate the steps t be fllwed befre simulating a single inverter. Simulating a bigger circuit with mre devices is similar t the prcess described belw. Clse all the windws and pen the schematic f a single inverter. Frm Cmpser-Schematic menu, select Tls --> Analg Envirnment. This brings ut Virtus Envirnment windw as Fig. 23. Fig. 23. Virtus Analg Envirnment. Select Setup --> Simulatr/Directry/Hst. A Chsing Simulatr/Directry/Hst windw appears like Fig. 24. Make sure the simulatr is set t spectre. If yu need t change yur simulatin directry (place where all the simulatin files are created and stred), yu can change the prject directry. Click n OK when yu are dne. Fig. 24. Setting up the simulatr.

15 Select Setup --> Mdel Path. A Setting Mdel Path windw appears like in Fig. 25. Brwse t the path where the mdel card is present and Click ADD and yu will have a windw similar t the ne shwn in Fig. 25. A cpy f the mdel card fr TSMC 0.18um CMOS Technlgy is available at /png/usr2/v/vindren/mdels /spectre/mdelfile18 Fig. 25. Setting up the mdel path. Then, in Virtus Envirnment windw, select Analyses --> Chse and fill it as shwn in Fig. 26. This is the setting t run a transient analysis fr 20ns. Fig. 26. Setting up transient analysis

16 In Virtus Envirnment windw, select Outputs --> T Be Pltted --> Select On Schematic. Then, g back t schematic and click n the wires attached input and utput f inverter. The wires shuld change clrs. Press Esc key t exit f selectin mde. The signals shuld be added in the utputs windw, as shwn in Fig. 27. Fig. 27. Setting up the utput plts. Select Setup --> Stimuli. A Setting Analg Stimuli windw appears like in Fig. 28. T set-up a input pulse at the pin IN Select Stimulus Type Inputs Check Enable Set functin t pulse Set Vltage 1 t 0.0 Set Vltage 2 t 1.8 Set Delay time t 0 Set Rise Time t 0.05n Set Fall Time t 0.05n Set Pulse Width t 2n Set Perid t 4n Press Change T set-up a glbal inputs Select Stimulus Type Glbal Surces Check Enable Set functin t dc Set DC Vltage t 1.8V Press Change Press OK In Virtus Envirnment windw, select Simulatin --> Run. The plt f the simulatin shuld appear in the Wavefrm Windw, similar t Fig. 28.

17 Fig. 28. Final Output Plts. T calculate the prpagatin delay using the calculatr tl prvided in Cadence In the wavefrm windw, select Tls -> Calculatr. Duble-click n delay t find the prpagatin delay between tw signals. The calculatr windw lks as shwn in Fig. 29. Fig. 29. Calculatr Tls set t calculate the prpagatin delay between tw signals Select wave in Selectin Chices. Place the cursr in Signal 1 and select the IN signal in the plt. Place the cursr in Signal 2 and select the OUT signal in the plt.

18 Set Threshld Value 1 t 0.9 [ V DD/2 (i.e.) 1.8/2] Set Edge Number 1 t 2 Set Edge Type 1 t rising Press >>> t setup the calculatr with mre ptins Set Peridicity 1 t 1 Set Threshld Value 2 t 0.9 [ V DD/2 (i.e.) 1.8/2] Set Edge Number 2 t 2 Set Edge Type 2 t falling Set Peridicity 2 t 1 Press OK Press Eval The prpagatin delay between the tw signals will be displayed as shwn in Fig. 30. The abve set-up calculates the High-t-Lw prpagatin delay between the signals. A similar set-up with a change in the Edge Types can be used t calculate the Lw-t- High prpagatin delay. Fig. 30. Indicating the High-t-Lw Prpagatin delay f the designed inverter The circuit simulatin set-up illustrates a step-by step prcedure fr ding a transient analysis. A similar prcedure with a change in the analysis type can be used t perfrm a dc analysis. Updated By : Vind Reddy fr 0.18u n 09/11/08

19 SIMULATION OF LARGE CIRCUITS We can fllw the abve prcedure t simulating large circuits. Hwever, as the number f stimuli increases, the time t set the stimuli values als increases. In this sectin f the tutrial, yu will be intrduced t sme techniques t save time while simulating large circuits with many stimuli values. Technique I: The easiest ptin is t save the stimuli values that were entered nce and reuse the state values when needed cnsequently. After all the stimuli values are entered fr the first time in the Virtus Envirnment windw, select Sessin -> Save State. A save state windw appears as shwn in Fig. 31. Fig. 31. Save State Windw The stimuli values alng with the analysis type, wavefrms t plt, technlgy file path and ther settings gets saved under the specified name. When needed later, the state can be retrieved by selecting Sessin -> Lad State in the Virtus Envirnment windw after selecting the crrespnding simulatr.

20 Technique II: The ther ptin is t write the stimuli in a file and add it t the simulatin whenever needed. A sample stimulus file fr the abve inverter is given belw A cpy f the stimulus file is available at /png/usr2/v/vindren/ece555/sample_stimuli V1 vdd! 0 DC 1.8 V2 gnd! 0 0 VIN in 0 pulse ( n 0.05n 2n 4n) The abve cmmands can be stred in a file and can be added used during simulatin. In the Virtus Envirnment windw, select Setup -> Simulatin Files. A simulatin file setup windw appears as shwn in Fig. 32. Fig. 32. Simulatin File set-up. In the Stimulus File enter the exact lcatin f the file with all the stimulus values and press OK. Run the simulatin as befre. Nte: Yu still have t setup the analysis, technlgy file selectin, and the utput waves t be pltted.

21 Syntax f sme imprtant statements Pulse Signal: The definitin f a pulse is as fllws: pulse ( vltage_1 vltage_2 ffset_time rise_time fall_time duty_cycle perid) Ex: pulse( n 0.05n 2n 4n) Prduces a pulse frm 0V t 1.8V with 0 ffset and 0.05n rise and fall time with a duty cycle f 2n and a perid f 4n Piece-Wise Linear: The definitin is as fllws pwl ( time1 vltage1 time2 vltage2 time3 vltage3 time4 vltage4..) Ex: pwl ( 0 0 2n 0 2.1n 1.8 4n n 0) Prduces a signal that stays at 0v frm time 0s t 2ns and then rises t 1.8vlts in the time interval 2ns t 2.1ns and stays at 1.8v frm 2.1n t 4ns and ges frm 1.8v t 0v in the time interval 4ns t 4.1ns and remains statinary afterwards. Updated By : Vind Reddy fr 0.18u n 09/11/08

Frequency Response of a BJT CE Amplifier

Frequency Response of a BJT CE Amplifier Frequency Respnse f a BJT CE Amplifier Run the experiment By clicking the arrw n the Tlbar. Chse values f C B & C C, C E & R C frm the crrespnding drp dwn menus. (Clicking the arrw n the right side f the

More information

Security Exercise 12

Security Exercise 12 Security Exercise 12 Asynchrnus Serial Digital Baseband Transmissin Discussin: In this chapter, yu learned that bits are transmitted ver a cpper wire as a series f vltage pulses (a prcess referred t as

More information

PAPER SPACE AND LAYOUTS

PAPER SPACE AND LAYOUTS PAPER SPACE AND LAYOUTS There are tw distinct wrking envirnments in AutCAD namely: Mdel Space and Paper space. Prjects can be develped by either wrking in the mdel space thrugh the use f MVSETUP r PAPER

More information

Excel Step by Step Instructions Creating Lists and Charts. Microsoft

Excel Step by Step Instructions Creating Lists and Charts. Microsoft Infrmatin Yu Can Enter in a Wrksheet: Labels: Any type f text r infrmatin nt used in any calculatins. Labels are used fr wrksheet headings and make wrksheets easy t read and understand. Labels can als

More information

Flash Image Rotator Web Part

Flash Image Rotator Web Part Flash Image Rtatr Web Part User Guide Cpyright 2007 Data Springs Inc. All rights reserved. Table f cntents: 1 INTRODUCTION...3 2 INSTALLATION PROCEDURE...4 2.1 After installatin ntes:...5 2.2 Trubleshting...6

More information

CUSTOMER PORTAL. Floorplan Management

CUSTOMER PORTAL. Floorplan Management CUSTOMER PORTAL Flrplan Management FLOORPLAN ANALYTICS The flrplan analytics area displays flrplans yu have uplad t the prtal (if yu haven t yet upladed a flrplan please cntact ur supprt department). Frm

More information

CAR ASYST - Quick Start Guide MAIN MENU

CAR ASYST - Quick Start Guide MAIN MENU fficially apprved by CAR ASYST - Quick Start Guide MAIN MENU Main menu The main menu f ur CAR ASYST APP is divided int 7 menu items. Belw yu will find a list f these items including a shrt descriptin.

More information

Photoshop Elements 7 Intermediate: Layout & Design

Photoshop Elements 7 Intermediate: Layout & Design Phtshp Elements 7 Intermediate: Layut & Design Designing a prject... 2 Preparing pictures fr use in a prject... 2 Creating a new blank dcument... 2 Adding a picture(s) t a prject... 2 Turning n the Ruler/Grid...

More information

DXF2DAT 3.0 Professional Designed Computing Systems 848 W. Borton Road Essexville, Michigan 48732

DXF2DAT 3.0 Professional Designed Computing Systems 848 W. Borton Road Essexville, Michigan 48732 Prgram Infrmatin 1 DXF2DAT 3.0 Prfessinal Designed Cmputing Systems 848 W. Brtn Rad Essexville, Michigan 48732 Cntact: (989) 892-4376 website: http://www.famwrk.net General Infrmatin: inf@famwrk.net Technical

More information

The WHO e-atlas of disaster risk for the European Region Instructions for use

The WHO e-atlas of disaster risk for the European Region Instructions for use The WHO e-atlas f disaster risk fr the Eurpean Regin Instructins fr use 1 Last Update: June 2011 Cntents 1. Basic system requirements... 3 2. Structure f the WHO e-atlas... 4 2.1. Main menu... 4 2.1.1.

More information

Microsoft PowerPoint 2007

Microsoft PowerPoint 2007 Micrsft PwerPint 2007 Finding Presentatins n the Web Open the Internet and g t http://www.ggle.cm Click n Advanced Search. Enter wrds r phrases t describe desired results. On the File Frmat line, click

More information

Dry Contact Sensor

Dry Contact Sensor www.akcp.cm Dry Cntact Sensr Intrductin The Dry Cntact sensr is a simple cnnectin t burglar alarms, fire alarms r any applicatin that requires mnitring by the unit. Dry cntact sensrs are user definable

More information

Lab 1 Load Cell Measurement System (Jan 09/10)

Lab 1 Load Cell Measurement System (Jan 09/10) BME/ECE 386 Lab 1 Lad Cell Measurement System GOALS Lab 1 Lad Cell Measurement System (Jan 09/10) 1) Test the lad cell amplifier. 2) Write an Arduin prgram t: a. Acquire data frm a lad cell amplifier b.

More information

Photoshop Elements: Color and Tonal Correction Basics

Photoshop Elements: Color and Tonal Correction Basics Phtshp Elements: Clr and Tnal Crrectin Basics Cntrast Lighten Phtshp Elements: Clr and Tnal Crrectin Basics 1 Sharpen Expsure Phtshp Elements: Clr and Tnal Crrectin Basics 2 Highlights and Shadws All key

More information

Claim Amalgamation. Getting Started. Amalgamate means to join 2 or more cell claims into one cell claim. Before you start:

Claim Amalgamation. Getting Started. Amalgamate means to join 2 or more cell claims into one cell claim. Before you start: Claim Amalgamatin Amalgamate means t jin 2 r mre cell claims int ne cell claim. Befre yu start: Yu will need t knw the title numbers f the cell titles fr amalgamatin. If yu are acting as an agent, yu must

More information

EEEE 381 Electronics I

EEEE 381 Electronics I EEEE 381 Electrnics I Lab #4: MOSFET Differential Pair with Active Lad Overview The differential amplifier is a fundamental building blck in electrnic design. The bjective f this lab is t examine the vltage

More information

Dry Contact Sensor DCS15 User Manual

Dry Contact Sensor DCS15 User Manual Dry Cntact Sensr DCS15 User Manual Help Versin updated till firmware 404i / SP456 Cpyright 2012, AKCess Pr C., Ltd.. Intrductin / What is a Dry Cntact Sensr The Dry Cntact sensr r DCS15 is a simple cnnectin

More information

1.12 Equipment Manager

1.12 Equipment Manager Mdule 1 Categry 1 1.12 Equipment Manager Functin f the windw The windw is the central data file fr the Kntrl Pr and cllects the main data fr fees f an bject that t be used in this prject. The Equipment

More information

Lab 1 Load Cell Measurement System

Lab 1 Load Cell Measurement System BME/ECE 386 Lab 1 Lad Cell Measurement System GOALS Lab 1 Lad Cell Measurement System 1) Build and test a lad cell amplifier. 2) Write an Arduin prgram t: a. Acquire data frm a lad cell amplifier b. Cmpute

More information

PreLab5 Temperature-Controlled Fan (Due Oct 16)

PreLab5 Temperature-Controlled Fan (Due Oct 16) PreLab5 Temperature-Cntrlled Fan (Due Oct 16) GOAL The gal f Lab 5 is t demnstrate a temperature-cntrlled fan. INTRODUCTION The electrnic measurement f temperature has many applicatins. A temperature-cntrlled

More information

This app uses callas pdftoolbox server as the imposition engine and consequently you have to have that program installed on your Switch server.

This app uses callas pdftoolbox server as the imposition engine and consequently you have to have that program installed on your Switch server. Autmatic impsitin Page 1/8 Autmatic impsitin Descriptin Autmatic impsitin will d the mst cmmn impsitins fr yur digital printer. It will autmatically d flders fr A5, A4 r US Letter page sizes in either

More information

Lab2 Digital Weighing Scale (Sep 18)

Lab2 Digital Weighing Scale (Sep 18) GOAL Lab2 Digital Weighing Scale (Sep 18) The gal f Lab 2 is t demnstrate a digital weighing scale. INTRODUCTION The electrnic measurement f mass has many applicatins. A digital weighing scale typically

More information

Dry Contact Sensor. Communications cable - RJ-45 jack to sensor using UTP Cat 5 wire. Power source: powered by the unit. No additional power needed.

Dry Contact Sensor. Communications cable - RJ-45 jack to sensor using UTP Cat 5 wire. Power source: powered by the unit. No additional power needed. Intrductin Dry Cntact Sensr The Dry Cntact sensr is a simple cnnectin t burglar alarms, fire alarms r any applicatin that requires mnitring by the unit. Dry cntact sensrs are user definable and can be

More information

Acceptance and verification PCI tests according to MIL-STD

Acceptance and verification PCI tests according to MIL-STD Acceptance and verificatin PCI tests accrding t MIL-STD-188-125 Bertrand Daut, mntena technlgy V1 - August 2013 CONTENTS 1. INTRODUCTION... 1 2. DEFINITIONS... 1 3. SCHEMATIC OF THE TEST SETUP WITH USE

More information

Using the Laser Cutter

Using the Laser Cutter Using the Laser Cutter Prerequisites Befre yu will be allwed t use the laser cutter, yu must cmplete these three steps: 1. Yu must have cmpleted the Laser Cutter training at Cyberia 2. Yu must schedule

More information

Modelling of Land Subsidence & Sea level rise in Semarang city, Indonesia

Modelling of Land Subsidence & Sea level rise in Semarang city, Indonesia Sessin 3.3.C Task 10 Mdelling f Land Subsidence & Sea level rise in Semarang city, Indnesia Expected time: 2.5 hur Data: Objectives: Data file: Sessin 3-3-C Task X MdellingSubsidenceSemarang After this

More information

Pulse Width Modulation (PWM) Cornerstone Electronics Technology and Robotics II

Pulse Width Modulation (PWM) Cornerstone Electronics Technology and Robotics II Pulse Width Mdulatin (PWM) Crnerstne Electrnics Technlgy and Rbtics II Administratin: Prayer PicBasic Pr Prgrams Used in This Lessn: General PicBasic Pr Prgram Listing: http://www.crnerstnerbtics.rg/picbasic.php

More information

Upgrading to PlanetPress Suite Version 5

Upgrading to PlanetPress Suite Version 5 Upgrading t PlanetPress Suite Versin 5 Creatin date: September 2, 2005 Revisin date: June 14, 2006 Table f Cntents System Requirements... 4 Imprtant Cnsideratins... 4 Knwn Issues... 6 Prcedure t imprt

More information

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Yu will learn the fllwing in this lab: The UNIVERSITY f NORTH CAROLINA at CHAPEL HILL Cmp 541 Digital Lgic and Cmputer Design Prf. Mntek Singh Fall 2016 Lab Prject (PART A): Attaching a Display t the Prcessr

More information

Banner pocket v3 Page 1/7. Banner pocket v3

Banner pocket v3 Page 1/7. Banner pocket v3 Banner pcket v3 Page 1/7 Banner pcket v3 Descriptin Banner pcket will help yu get the printed sheets arranged in the way yu need fr attaching the frnt and back side pckets tgether. It will crp ne sides

More information

SINGER FUTURA TM Holiday Banner

SINGER FUTURA TM Holiday Banner SINGER FUTURA TM Hliday Banner Have fun decking the halls with this festive banner! It s s simple t make the HyperFnt sftware and yur SINGER FUTURA machine. Create the base applique right in yur embridery

More information

Altis Flight Manager. PC application for AerobTec devices. AerobTec Altis v3 User Manual 1

Altis Flight Manager. PC application for AerobTec devices. AerobTec Altis v3 User Manual 1 Altis Flight Manager PC applicatin fr AerbTec devices AerbTec Altis v3 User Manual 1 Table f Cntents Intrductin...3 Requirements...3 Installatin...3 Applicatin...3 USB Driver fr Altis v3 interface ALink...4.NET

More information

ECE 3829: Advanced Digital System Design with FPGAs A Term 2017

ECE 3829: Advanced Digital System Design with FPGAs A Term 2017 ECE 3829: Advanced Digital System Design with FPGAs A Term 2017 Lab 2- VGA display and Light Sensr interface Reprt due at start f class Friday September 15 th Use the prvided Ambient Light Sensr mdule

More information

Documentation of the PIC32 Pin Finder

Documentation of the PIC32 Pin Finder App. Versin: 1.1.1.120 Dcument Versin: 1.0 Dcument Create date: 2009-10-16 Dcument Update: 2009-10-19 22:37 Authr: B Gärdmark Cmpany: Spectrn System Develpment AB WEB: www.spectrn.us Cpyright 2009 All

More information

Experiment 7 Digital Logic Devices and the 555-Timer

Experiment 7 Digital Logic Devices and the 555-Timer Experiment 7 Digital Lgic Devices and the 555-Timer Purpse: In this experiment we address the cncepts f digital electrnics and lk at the 555-timer, a device that uses digital devices and ther electrnic

More information

Maxon Motor & Motor Controller Manual

Maxon Motor & Motor Controller Manual Maxn Mtr & Mtr Cntrller Manual Nte: This manual is nly fr use fr the Maxn mtr and cntrller utlined belw. This infrmatin is based upn the tutrial vides fund nline and thrugh testing. NOTE: Maximum Permitted

More information

Experiment 6 Electronic Switching

Experiment 6 Electronic Switching Experiment 6 Electrnic Switching Purpse: In this experiment we will discuss ways in which analg devices can be used t create binary signals. Binary signals can take n nly tw states: high and lw. The activities

More information

Experiment 7 Digital Logic Devices and the 555-Timer

Experiment 7 Digital Logic Devices and the 555-Timer Experiment 7 Digital Lgic Devices and the 555-Timer Purpse: In this experiment we address the cncepts f digital electrnics and lk at the 555-timer, a device that uses digital devices and ther electrnic

More information

Experiment 4 Op-Amp Circuits

Experiment 4 Op-Amp Circuits Experiment 4 Op-Amp Circuits Purpse: In this experiment, yu will learn abut peratinal amplifiers (r p-amps). Simple circuits cntaining peratinal amplifiers can be used t perfrm mathematical peratins, such

More information

WAVES: ABBEY ROAD RS56 USER GUIDE

WAVES: ABBEY ROAD RS56 USER GUIDE WAVES: ABBEY ROAD RS56 USER GUIDE TABLE OF CONTENTS Chapter 1 Intrductin... 3 1.1 Welcme... 3 1.2 Prduct Overview... 3 1.3 Abut the RS56... 3 1.4 Cmpnents... 3 Chapter 2 Interface and Cntrls... 5 2.1 Interface...

More information

Experiment 2 Complex Impedance, Steady State Analysis, and Filters

Experiment 2 Complex Impedance, Steady State Analysis, and Filters Experiment 2 Cmplex Impedance, Steady State Analysis, and Filters Purpse: The bjective f this experiment is t learn abut steady state analysis and basic filters. Backgrund: Befre ding this experiment,

More information

Experiment 4 Op-Amp Circuits

Experiment 4 Op-Amp Circuits Experiment 4 Op-Amp Circuits Purpse: In this experiment, yu will learn abut peratinal amplifiers (r p-amps). Simple circuits cntaining peratinal amplifiers can be used t perfrm mathematical peratins, such

More information

High Level Design Circuit CitEE. Irere Kwihangana Lauren Mahle Jaclyn Nord

High Level Design Circuit CitEE. Irere Kwihangana Lauren Mahle Jaclyn Nord High Level Design Circuit CitEE Irere Kwihangana Lauren Mahle Jaclyn Nrd 12/16/2013 Table f Cntents 1 Intrductin. 3 2 Prblem Statement and Prpsed Slutin. 3 3 Requirements. 3 4 System Blck Diagram 4.1 Overall

More information

ELECTRICAL CIRCUITS LABORATORY II EEE 209 EXPERIMENT-6. Operational Amplifiers II

ELECTRICAL CIRCUITS LABORATORY II EEE 209 EXPERIMENT-6. Operational Amplifiers II ADANA SCIENCE AND TECHNOLOGY UNIVERSITY ELECTRICAL ELECTRONICS ENGINEERING DEPARTMENT ELECTRICAL CIRCUITS LABORATORY II EEE 209 EXPERIMENT-6 Operatinal Amplifiers II OPERATIONAL AMPLIFIERS Objectives The

More information

Lab3 Audio Amplifier (Sep 25)

Lab3 Audio Amplifier (Sep 25) GOAL Lab3 Audi Amplifier (Sep 25) The gal f Lab 3 is t demnstrate an audi amplifier based n an p amp and ttem-ple stage. OBJECTIVES 1) Observe crssver distrtin in a Class B ttem-ple stage. 2) Measure frequency

More information

DOCUMENT OBSOLETE. Advanced Systems Tester 900AST Series Calibration Verification Procedure. Instructions. February A

DOCUMENT OBSOLETE. Advanced Systems Tester 900AST Series Calibration Verification Procedure. Instructions. February A Advanced Systems Tester 900AST Series Calibratin Verificatin Prcedure Instructins February 2006 Table f Cntents Intrductin...3 Test Instruments Required...3 Test Cmpnents Required...3 Test Prcedure...3

More information

Standard Operating Procedure for SEM3 (ThermoFisher / FEI Apreo)

Standard Operating Procedure for SEM3 (ThermoFisher / FEI Apreo) Standard Operating Prcedure fr SEM3 (ThermFisher / FEI Apre) Befre beginning, ensure yu have an active reservatin fr SEM3 in CreResearch@Duke Lading a Sample: If Sample Exchange Windw is nt pen, click

More information

Guide for ESP32-Sense Development Kit

Guide for ESP32-Sense Development Kit Guide fr ESP32-Sense Develpment Kit 1. Overview The ESP32 tuch sensr develpment kit, ESP32-Sense Kit, is used fr evaluating and develping ESP32 tuch sensr system. ESP32-Sense Kit cnsists f ne mtherbard

More information

PowerCADDTM 5/10/2018. Drawing by James Fleming and Matt Arnold

PowerCADDTM 5/10/2018. Drawing by James Fleming and Matt Arnold PwerCADDTM Tutrial 5/10/2018 Drawing by James Fleming and Matt Arnld Hw t Read This Dcument This manual is an interactive PDF that acts in sme ways like a bk and als like a prgram, with links that will

More information

idcv Isolated Digital Voltmeter User Manual

idcv Isolated Digital Voltmeter User Manual www.akcp.cm idcv Islated Digital Vltmeter User Manual Help Versin updated till firmware SP446 Cpyright 2011, AKCess Pr Limited Prvided by fficial AKCP-Distributr Didactum https://www.didactum-security.cm/en/

More information

From Beginner to Expert in 90 Minutes

From Beginner to Expert in 90 Minutes Cmma CMMS Maintenance Management at Yur Fingertips Frm Beginner t Expert in 90 Minutes http://cmmacmms.cm Table f Cntents Intrductin... 3 Frm beginner t expert in 90 minutes... 3 Sessin 1 Set it Up! (5

More information

Puget Sound Company Overview. Purpose of the Project. Solution Overview

Puget Sound Company Overview. Purpose of the Project. Solution Overview Puget Sund Cmpany Overview Puget Sund Energy is Washingtn State s largest and ldest energy utility, serving nearly 1 millin electric custmers and mre than 650,000 natural gas custmers, primarily within

More information

Manual Zeiss Axio Zoom.V16 microscope and ZEN 2 Pro software

Manual Zeiss Axio Zoom.V16 microscope and ZEN 2 Pro software Manual Zeiss Axi Zm.V16 micrscpe and ZEN 2 Pr sftware 15-9-2015 Fred Hartjes EMS 3 Caxial illum. Ring illum. Starting up Pwer n Actuate the knb n the EMS 3 cntrl unit Switch n the caxial illuminatin Switch

More information

BV4115. RF Packet Transmitter. Product specification. February ByVac 2007 ByVac Page 1 of 5

BV4115. RF Packet Transmitter. Product specification. February ByVac 2007 ByVac Page 1 of 5 Prduct Specificatin Prduct specificatin. February 2007 ByVac 2007 ByVac Page 1 f 5 Prduct Specificatin Cntents 1. Dcument Versins... 2 2. Intrductin... 2 3. Features... 2 4. Battery Life... 2 5. Blck Diagram...

More information

ENGR-2300 ELCTRONIC INSTRUMENTATION Experiment 8. Experiment 8 Diodes

ENGR-2300 ELCTRONIC INSTRUMENTATION Experiment 8. Experiment 8 Diodes Experiment 8 Dides Purpse: The bjective f this experiment is t becme familiar with the prperties and uses f dides. We will first cnsider the i-v characteristic curve f a standard dide that we can use in

More information

Freading for Kindle Fire Using the SlideME app.

Freading for Kindle Fire Using the SlideME app. Harvard Public Library www.harvardpubliclibrary.rg Freading fr Kindle Fire Using the SlideME app. Freading is an e-bk cllectin, available t Harvard Public Library cardhlders, that ffers tens f thusands

More information

Drawing Canvas Word 2007

Drawing Canvas Word 2007 Drawing Canvas Wrd 2007 This is nt an fficial training handut f the Educatinal Technlgy Center, Davis Schl District The Drawing Canvas... 2 Creating the Drawing Canvas... 2 Shapes... 2 Inserting a Shape...

More information

Lab 1 Fun with Diodes

Lab 1 Fun with Diodes GOAL Lab 1 Fun with Dides The verall gal f this lab is t gain sme experience building and simulating sme useful dide circuits. OBJECTIVES T build, test, simulate, and understand the fllwing circuits: 1)

More information

EE 311: Electrical Engineering Junior Lab Phase Locked Loop

EE 311: Electrical Engineering Junior Lab Phase Locked Loop Backgrund Thery EE 311: Electrical Engineering Junir Lab Phase Lcked Lp A phase lcked lp is a cntrlled scillatr whse instantaneus frequency is dynamically adjusted thrugh multiplicative feedback and lw

More information

Lab 6 Spirometer System (Feb 20/21)

Lab 6 Spirometer System (Feb 20/21) GOAL Lab 6 Spirmeter System (Feb 20/21) Demnstrate a spirmeter system incrprating a (1) Lilly-type flw tube (2) piezresistive differential pressure sensr (3) instrumentatin amplifier and lw-pass filter

More information

Creating HyperLynx DDRx Memory Controller Timing Model

Creating HyperLynx DDRx Memory Controller Timing Model Creating HyperLynx DDRx Memry Cntrller Timing Mdel AppNte 10706 A P P N T E S SM Creating HyperLynx DDRx Memry Cntrller Timing Mdel By: Min Maung Last Mdified: April 30, 2009 1.0 ntrductin The DRAM and

More information

Table of Contents. ilab Solutions: Core Facilities Core Usage Reporting

Table of Contents. ilab Solutions: Core Facilities Core Usage Reporting Revisin Date: 12/31/2012 Table f Cntents 1. Institutin, Cre Facility and Lab Administratin Reprting Overview...2 2. Hw d I access ilab Reprts?...3 3. What is the General Functinality fr ilab Reprting?...6

More information

ELECTRONIC MEASURMENTS

ELECTRONIC MEASURMENTS ELECTRONIC MEASURMENTS LAB 1 INTRO: SETTING UP A DC POWER SUPPLY AND MAKING DC AND AC VOLTAGE MEASUREMENTS USING A SCOPE AND DIGITAL MULTIMETER. GOALS In this lab, yu will use basic test and measurement

More information

Ten-Tec Model RX-366 Subreceiver 565/566 Subreceiver Installation and Operation Manual-74467

Ten-Tec Model RX-366 Subreceiver 565/566 Subreceiver Installation and Operation Manual-74467 Ten-Tec Mdel RX-366 Subreceiver 565/566 Subreceiver Installatin and Operatin Manual-74467 Tls required: Sldering irn r heat gun (fr shrinking heat shrink tubing) Number 1 Phillips screw driver Number 2

More information

National Curriculum Programme of Study:

National Curriculum Programme of Study: Natinal Curriculum Prgramme f Study: Cunt in steps f 2, 3, and 5 frm 0, and in tens frm any number, frward and backward. Recall and use multiplicatin and divisin facts fr the 2, 5 and 10 multiplicatin

More information

Hospital Task Scheduling using Constraint Programming

Hospital Task Scheduling using Constraint Programming Hspital Task Scheduling using Cnstraint Prgramming Authr: Chaman Chahal Supervisr: Dr. P. Bse, Schl f Cmputer Science Organizatin: Carletn University Curse: COMP4905 Date: Dec. 11, 2012 1 Abstract Hspitals

More information

IntesisBox MAPS. Configuration & monitoring software of IntesisBox BACnet series. User's manual Issue Date: 05/17 r1.0 eng

IntesisBox MAPS. Configuration & monitoring software of IntesisBox BACnet series. User's manual Issue Date: 05/17 r1.0 eng IntesisBx MAPS Cnfiguratin & mnitring sftware f IntesisBx BACnet series User's manual Issue Date: 05/17 r1.0 eng Intesis Sftware S.L.U. 2017 All Rights Reserved. Infrmatin in this dcument is subject t

More information

(c) Compute the maximum instantaneous power dissipation of the transistor under worst-case conditions. Hint: Around 470 mw.

(c) Compute the maximum instantaneous power dissipation of the transistor under worst-case conditions. Hint: Around 470 mw. Hmewrk b ECE (F) 8 prblems fr 00 pts Due Oct A. Unidirectinal Current Bster Analysis ) Cnsider the current bster shwn in Fig.. Assume an ideal p amp with V CC = 9V. The transistr is a N904, and use data

More information

Enabling the Bluetooth Low Energy Direct Test Mode (DTM) with BlueNRG-MS

Enabling the Bluetooth Low Energy Direct Test Mode (DTM) with BlueNRG-MS DT0069 Design tip Enabling the Bluetth Lw Energy Direct Test Mde (DTM) with BlueNRG-MS By Salv Bnina Main cmpnents BlueNRG-MS Upgradable Bluetth Lw Energy netwrk prcessr SPBTLE-RF Very lw pwer mdule fr

More information

MiLAB. Version. User Manual. Copyright 2016 Fourier Education

MiLAB. Version. User Manual. Copyright 2016 Fourier Education MiLAB Versin User Manual Cpyright 2016 Furier Educatin Table f Cntents Intrductin... 4 Installing the Sftware n an ios device... 4 Installing the Sftware n an Andrid device... 4 Multilingual MiLAB... 5

More information

Support Subscribers call

Support Subscribers call Prduced by Cmputer Helper Publishing (CHP). We hpe this sftware makes the tasks f Church administratin easier and mre efficient. Any questins that cannt be answered by these help files shuld be directed

More information

Lab 5 Blood Pressure Measurement System (Feb 13/14)

Lab 5 Blood Pressure Measurement System (Feb 13/14) GOAL Lab 5 Bld Pressure Measurement System (Feb 3/4) Demnstrate a system that measures mean arterial pressure (MAP). OBJECTIVES ) Build the electrnics t measure the air pressure frm a pressure cuff. 2)

More information

.,Plc..d,~t l~ucjio PA300 DIGITAL BASS PROCESSOR USER'S MANUAL. 2 Why use the DIGITAL BASS PROCESSOR? 2 About the PWM Subsonic Filter

.,Plc..d,~t l~ucjio PA300 DIGITAL BASS PROCESSOR USER'S MANUAL. 2 Why use the DIGITAL BASS PROCESSOR? 2 About the PWM Subsonic Filter .,Plc..d,~t l~ucji PA300 DIGITAL BASS PROCESSOR Cngratulatins n yur purchase f a Planet Audi signal prcessr. It has been designed, engineered and manufactured t bring yu the highest level f perfrmance

More information

Software manual. GoPal Navigator Version 5

Software manual. GoPal Navigator Version 5 Sftware manual GPal Navigatr Versin 5 GPal Navigatr Versin 5 Cntents CHAPTER 1: INTRODUCTION... 1 Greeting...1 Cntents f CD/DVD...1 System requirements...3 Cnventins in this manual...3 Tips and warnings...4

More information

Troubleshooting Guide StarFire Satellite Changes

Troubleshooting Guide StarFire Satellite Changes Trubleshting Guide StarFire Satellite Changes This guide is updated t reflect the sftware frm NavCm which is related t the StarFire satellite and frequency changes. The mst recent versin f sftware fr bth

More information

Lab 3 ECG System GOALS GENERAL GUIDELINES REQUIRED MATERIALS LAB ACTIVITIES. BME/ECE 386 Lab 3 Winter 2018

Lab 3 ECG System GOALS GENERAL GUIDELINES REQUIRED MATERIALS LAB ACTIVITIES. BME/ECE 386 Lab 3 Winter 2018 GOALS Lab 3 ECG System 1) Build and test the signal cnditining electrnics fr an ECG system. 2) Develp the Arduin and MATLAB data acquisitin system. 3) Recrd an ECG wavefrm frm yurself. GENERAL GUIDELINES

More information

Fourier Series LABVIEW GUI Documentation

Fourier Series LABVIEW GUI Documentation Furier Series LABVIEW GUI Dcumentatin INTRODUCTION The Furier Series GUI is meant t be used as a learning tl t better understand the Furier Series. The user is able t input the amplitude and frequency

More information

COMP 110 INTRODUCTION TO PROGRAMMING WWW

COMP 110 INTRODUCTION TO PROGRAMMING WWW COMP 110 INTRODUCTION TO PROGRAMMING WWW http://cmp110www.web.unc.edu Fall 2011 Hmewrk 3 Submissin Deadline: 10:59 AM, Oct 24 Overview Validating Multiple Chess Mves n a Chessbard Fr this assignment yu

More information

ELECTRICAL MEASUREMENTS

ELECTRICAL MEASUREMENTS Physics Department Electricity and Magnetism Labratry ELECTRICAL MEASUREMENTS 1. Aim. Learn t use measuring instruments: Digital multimeter. Analg scillscpe. Assembly f simple elementary circuit. Cllectin

More information

GRFX 1801: Game Development for Platforms

GRFX 1801: Game Development for Platforms GRFX 1801: Game Develpment fr Platfrms Instructr Camern Buckley Email cbuckley@astate.edu Office Lcatin Fine Arts Center 123 Office Hurs Friday 10a 1p Curse Overview Intermediate and advanced techniques

More information

A2: Aperture, DOF, & Focus

A2: Aperture, DOF, & Focus Art 205 A2: Aperture, DOF, & Fcus Original RAW Shts Due: Crit Date: Requires 2 Ink Jet Prints (50 pints) Objectives: 1. T understand hw apertures like f-16 & f-22 have a large DOF r range f fcus. 2. T

More information

The fan-in of a logic gate is defined as the number of inputs that the gate is designed to handle.

The fan-in of a logic gate is defined as the number of inputs that the gate is designed to handle. 8 Lgic Families Characteristics f Digital IC Threshld Vltage The threshld vltage is defined as that vltage at the input f a gate which causes a change in the state f the utput frm ne lgic level t the ther.

More information

RS232 Communication Between a Sunny Boy 2500U and a PC. Technical Note

RS232 Communication Between a Sunny Boy 2500U and a PC. Technical Note RS232 Cmmunicatin Between a Sunny By 2500U and a PC Technical Nte Revisin 1.5 July 8, 2003 Kent Sheldn Revisin Histry 1.5 July 8, 2003 Kent Sheldn Cntact update 20830 Red Dg Rad Grass Valley, CA 95945

More information

Operating Instructions

Operating Instructions TC 60/8 THERMOCOMPUTER TC 60/8 temp / time s s temp / time k start stp Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing

More information

SARMAP RELEASE NOTES. Version: 7.0 (July 2016) rpsgroup.com

SARMAP RELEASE NOTES. Version: 7.0 (July 2016) rpsgroup.com SARMAP RELEASE NOTES Versin: 7.0 (July 2016) 55 Village Square Dr. Suth Kingstwn, RI 02879 Tel: (401) 789-6224 Fax: (401) 789-1932 Email: MapSupprt@ Table f Cntents Table f Cntents...ii 1 Intrductin...

More information

ColorCheck Reference Guide Onyx Graphics Inc. May 2018

ColorCheck Reference Guide Onyx Graphics Inc. May 2018 ClrCheck Reference Guide Onyx Graphics Inc. ClrCheck prvides an integrated tl set within Onyx Rip-Queue fr evaluating varius aspects f printing. With these tls in place a printer peratr can easily assess

More information

Introduction to Life Cycle Risk Management Help Page

Introduction to Life Cycle Risk Management Help Page Select a frequently asked questin (FAQ) t skip t its answer. Hw is the curse rganized? Wh shuld take this curse? Hw d I get credit fr this curse? What d all the navigatin buttns d? Hw d I knw what t click?

More information

KIP Cost Center User Guide

KIP Cost Center User Guide - 1 - KIP Cst Center User Guide Cntents 1 Intrductin... 3 1.1 Requirements:... 4 1.2 Supprted Operating Systems... 4 2 Installatin... 5 3 Setup... 8 4 KIP Cst Center Main Screen Print Mde... 12 4.1 Lading

More information

VIP-200. Point to Point Extension Configuration Quick Start Guide. Video over IP Extender and Matrix System

VIP-200. Point to Point Extension Configuration Quick Start Guide. Video over IP Extender and Matrix System VIP-200 Vide ver IP Extender and Matrix System Pint t Pint Extensin Cnfiguratin Quick Start Guide PureLink TM 535 East Crescent Avenue Ramsey, NJ 07446 USA Cntents What is in the bx... 3 Transmitter kit

More information

Desktop Teller Exception User Guide

Desktop Teller Exception User Guide Desktp Teller Exceptin User Guide Jammed Dcuments If a dcument jams during the scanning prcess, the scanner will stp, and a message bx will display a Device Errr Message, as shwn belw: Click OK t allw

More information

LOR-200/220. User s Manual

LOR-200/220. User s Manual LOR-200/220 LOR-200/220 User s Manual Table f Cntents 1 INTRODUCTION... 3 1 QUICK GUIDE... 4 1.1 OPERATING INSTRUCTIONS... 4 1.2 NOTES... 4 2 HARDWARE OVERVIEW... 5 2.1 THE FRONT PANEL... 5 2.2 THE OPTICAL

More information

ELEC 7250 VLSI TESTING. Term Paper. Analog Test Bus Standard

ELEC 7250 VLSI TESTING. Term Paper. Analog Test Bus Standard ELEC 7250 VLSI TESTING Term Paper On Analg Test Bus Standard Muthubalaji Ramkumar 1 Analg Test Bus Standard Muthubalaji Ramkumar Dept. f Electrical and Cmputer Engineering Auburn University Abstract This

More information

Wonder Tree Video Slot Introduction. How to Bet. Gamble Feature

Wonder Tree Video Slot Introduction. How to Bet. Gamble Feature Wnder Tree Vide Slt Intrductin Wnder Tree vide slt is a 5-reel, 20-line game. The slt cnsists f 11 cards - 1 f which is Wild, and 1 is Scatter. All winning cmbinatins are paid left t right, except fr the

More information

TC 60 THERMOCOMPUTER TC 60. prog. start stop. Operating Instructions

TC 60 THERMOCOMPUTER TC 60. prog. start stop. Operating Instructions TC 60 prg start stp THERMOCOMPUTER TC 60 h C/h C Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing Curve...2 Checing

More information

Set up and use your Beats X earphones

Set up and use your Beats X earphones Set up and use yur Beats X earphnes Here's everything yu need t knw t make the mst f yur Beats X earphnes. Turn n The pwer buttn is n the cable beneath the right earphne. Press and hld the buttn fr 1 secnd

More information

TimeLapse Photography

TimeLapse Photography TimeLapse Phtgraphy Time-lapse lets yu see the natural prgressin f time, while nt having t wait thrugh the actual length f it. Pictures are taken at regular intervals. When replayed at nrmal speed, time

More information

Visualization with VMD

Visualization with VMD Visualizatin with VMD DAVID CHATFIELD, FIU DEPARTMENT OF CHEMISTRY AND BIOCHEMISTRY WORKSHOP ON MACROMOLECULAR MODELING FIU, APRIL 8-9, 2017 Overview Dwnlad pdb file (experimental structure f macrmlecule)

More information

Dispatcher Control for MotoTRBO Capacity Plus Systems

Dispatcher Control for MotoTRBO Capacity Plus Systems Dispatcher Cntrl fr MtTRBO Capacity Plus Systems This tutrial prvides brief instructins t set up the dispatch cntrl ver MtTRBO Capacity Plus systems, using SmartPTT dispatch sftware. Bth cases are cnsidered:

More information

Operating Instructions

Operating Instructions TC 40 THERMOCOMPUTER TC 40 start stp Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing Curve...2 Checing the Prgramme

More information

John Deere Devices Module GateKeeper Integration for the GS2 & GS3 displays GateKeeper Version February 2015

John Deere Devices Module GateKeeper Integration for the GS2 & GS3 displays GateKeeper Version February 2015 GateKeeper Integratin fr the GS2 & GS3 displays GateKeeper Versin 3.5.3.0 February 2015 Cntents Intrductin... 2 Setup... 2 Linking GateKeeper crps with Jhn Deere... 2 Tractr Units... 3 Implements and Settings...

More information