Lab 6 Spirometer System (Feb 20/21)

Size: px
Start display at page:

Download "Lab 6 Spirometer System (Feb 20/21)"

Transcription

1 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 (4) analg-t-digital cnverter (5) MATLAB prcessing and display. OBJECTIVES 1) Build and test the electrnics t measure the differential pressure frm the Lilly-type flw tube. 2) Develp the Arduin and MATLAB interface t display flw-time and vlume-time curves btained with a Lilly-type spirmeter. GENERAL GUIDELINES 1) Each student must build his/her wn circuit. 2) Students are allwed (even encuraged) t help each ther. Of curse, Buma will be arund t prvide assistance as well. REQUIRED PARTS AND MATERIALS Lab kit Scpe and prbe kit Cmputer with Arduin IDE and MATLAB Spirmeter flw head + MPX2010DP sensr + wiring Bacterial filter and muthpiece 10V benchtp pwer supply and banana cables AD620 instrumentatin amplifier (ne) TL081 p amp (ne) 30 hm resistr (range/black/black) (ne) 1 khm resistr (brwn/black/red) (ne) 3.0 khm resistr (range/black/red) (ne) 100 khm (brwn/black/yellw (ne) 0.1 uf capacitr (tan clred) (ne) 1

2 PART 0: INTRODUCTION The spirmeter measurement system will use a Lilly-type flw head, the MPX2010DP sensr, an instrumentatin amplifier and lw-pass filter, the Arduin fr data acquisitin, and MATLAB fr data prcessing. Here s hw it wrks: 1) The flw head: Air flw causes a slight pressure difference P between the tw sides f the mesh screen. 2) The sensr cnvers P int a differential vltage V. 3) The sensr utput V is then: Amplified by the AD620 instrumentatin amplifier. Smthed (lw-pass filter) by the TL081 p amp. 4) The lw-pass filter utput is recrded by the Arduin and sent t a cmputer. 5) The cmputer prcesses the data (using MATLAB). An upper plt shws exhaled flw vs time. The lwer plt shws exhaled vlume vs time. Fig. 1: Simplified blck diagram f the spirmeter measurement system. 2

3 PART 1: INSTRUMENTATION AMPLIFIER AND LOW-PASS FILTER The purpse f this sectin is t make a hme-built spirmeter. The MPX2010DP differential pressure sensr has already been attached t the flw head (Buma is s kind.). A fur-wire cable is the interface between the sensr and yur breadbard. The setup may nt lk very pretty, but it des give reasnable results after prper calibratin! Fig. 2: Electrnics fr flw head pressure sensr, instrumentatin amplifier, and lw pass filter. Fig. 3: (a) External appearance f the MPX2010DP pressure sensr (b) Pin diagram f the AD620 instrumentatin amplifier (c) Pin diagram f the TL081 p amp. Step 1a: Build the circuit in Fig. 2. Use NEAT and COLOR-CODED wiring! Red = +10V Black = GND Yellw = ther Feel free t cnsult Buma s bard as an example. The pin diagram fr the AD620 and TL081 are shwn in Fig. 3. 3

4 Due t limited supplies, yu may have t share the flw head + cable assembly. Please be GENTLE with the flw head and cable assembly. The wiring is given by: BLACK = GND WHITE = Pin 3 (+ signal input) f AD620 RED = +10V GREEN = Pin 2 (- signal input) f AD620 METAL = GND Step 1b: Measure the utput f the AD620. Attach a scpe prbe t the utput (Pin 6) f the AD620. Turn n the scpe. If necessary, press the Frce buttn t enable lcal (e.g. Frnt Panel) cntrl. Press the Default Setup buttn t reset the scpe. Make sure bth the scpe and prbe are set t 1X. Vertical settings: Scale = 0.5V/div Offset = -1.5V (this makes zer vlts near the bttm f the screen). Hrizntal settings: Scale = 500 ms/div Offset = +2 sec (trace shuld start near the left edge f the screen). Push the TRIG MENU buttn, g t SOURCE and select AC Line. Press the Run/Stp buttn s that it appears RED. Step 1c: Perfrm a frced expiratry maneuver (FEM) with the spirmeter. Cmments abut the flw head: Fr hygienic reasns, it is a gd idea t use a separate muthpiece fr each persn wh exhales int the spirmeter. Yu will need t attach a nse clip fr the FEM. Try t keep the spirmeter head statinary during the FEM (e.g. dn t tilt it up and dwn). Acquisitin prcedure: Press the Single buttn n the scpe and quickly take a deeeeep breath. Bring the muthpiece t yur lips and exhale as quickly as humanly pssible! 4

5 Try nt t inhale again until the scpe trace is dne (takes 5 secnds). The scpe trace shuld lk like a pulse with sme fuzz (see Fig. 4a). Save this scpe trace fr yur lab reprt (e.g. use swave in MATLAB). Fig. 4: (a) Scpe trace f AD620 utput shuld shw a pulse with sme "fuzz". (b) The utput f the TL081 p amp shuld be MUCH smther due t the lw pass filter. Step 1d: Measure the utput f the lw-pass filter. Mve the scpe prbe t the utput f the TL081 p amp. Repeat the FEM prcedure. The scpe trace shuld lk much cleaner (see Fig. 4b)! Save this scpe trace fr yur lab reprt (e.g. use swave in MATLAB). Once yu have saved bth scpe traces, g ahead t Part 2. (End f Part 1) 5

6 PART 2: ARDUINO Fr this lab, we want t recrd 5 secnds f data frm ONE analg input pin (A0). We ll chse a sampling interval f dt = 10 ms and N = 500 samples. Step 2a: Starting with the Lab 4 (ptical heart rate mnitr) Arduin cde, mdify it t d the fllwing: Time between readings is T = 10 millisecnds. Number f samples per trace is N = 500. NOTE: If yu nly have yur Lab 5 Arduin cde, that s fine. Just mdify it s that it nly recrds frm ONE analg input pin (A0). Step 2b: Uplad yur cde and bserve the Arduin utput using the Serial Mnitr n the cmputer. Make sure the bttm right f the windw is set t baud. Yu shuld ntice the letter a n the first line. Type in the letter y in the cmmand line and press the Send buttn. Yu shuld see a rapid burst f vltage values when yu send y. The Arduin s yellw Tx LED shuld be blinking rapidly during the data burst. Remember t save yur prgram! (End f Part 2) 6

7 PART 3: MATLAB (2 prgrams) This week, we will nce again write TWO MATLAB prgrams! The first prgram acquires data frm the Arduin. The secnd prgram analyzes the measured vltage t display FLOW and VOLUME curves. Step 3a: Starting with yur MATLAB cde frm Lab4 r Lab 5, make the fllwing changes: The number f samples is N = 500. The input buffer size f serobj is back t 8*N, since we nly have ONE channel f data. The sampling interval is dt = secnds. We nly need ONE data vectr (such as Vmeas0). Since we are acquiring nly ONE wavefrm: We must wait until 7*N bytes are received. During the fr m=1:n lp, yu nly need t use fscanf ONCE t get each Vmeas0 value. Create a figure windw and plt Vmeas vs time. Save this prgram as smething like Lab6_acquiredata.m. Step 3b: Perfrm a trial data acquisitin: Start yur MATLAB data acquisitin cde, wait a cuple secnds, then perfrm an FEM. Hpefully yu will see a figure appear that lks smething like Fig. 5. Fig. 5: The MATLAB plt f Vmeas0 shuld lk smething like this. Step 3c: Create a new MATLAB prgram (New >> Script) t display Flw and Vlume curves. Call this prgram smething like Lab6_DataPrcessing.m. First, cnvert Vmeas0 t Flw. Define flw resistivity R (kpa s/l), sensr sensitivity S (V/kPa) and amplifier gain Ad. Define the reference vltage Vref as 1.5 and Calibratin as 1.0 fr nw (tweak this later). Cnvert Vmeas0 t Flw using yur frmula frm PreLab6. 7

8 Next, integrate Flw t btain Vlume. Fr the scpe f this curse, it is sufficient t use a cumulative sum t integrate flw: This is the cumsum cmmand in MATLAB. What d yu have t d t apprximate an integral using the cumsum cmmand? Remember that cumsum simply adds tgether values (see MATLAB dcumentatin). Think abut hw t apprximate an integral as a discrete sum. Hint: The time increment dt plays an imprtant rle. Create a new figure windw shwing bth Flw and Vlume curves (e.g. ne abve the ther). Remember t use the subplt(2,1,1) and subplt(2,1,2) cmmands t d this. Step 3d: Zer the system. This invlves finding the prper value f Vref. This zering is similar t Lab 1 (lad cell), where n weight is suppsed t prduce ZERO n yur display. Re-run yur data prcessing MATLAB cde as many times as needed t make the Vlume plt be ZERO and FLAT befre the FEM ccurs (see Fig. 6). Yu will prbably find that yur Fig. 6: The prper value f Vref will cause the vlume curve t be frced vital capacity (FVC) is ZERO and FLAT befre the FEM ccurs. disappintingly lw (it shuld be 4 t 6 liters). We ll fix this sn with the calibratin step. Step 3e: Calibrate the system This invlves finding the prper value f Calibratin. This is similar t the calibratin step in Lab 1, where a knwn 200 g weight is suppsed t prduce a displayed weight clse t 200 g. Fr this lab, we will inject a knwn vlume f air int the spirmeter using a 3 liter syringe (Ellis Hspital was nice enugh t give us an ld calibratin syringe ). Carefully attach the syringe tip t the flw head (remve the muthpiece and filter). 8

9 (End f Part 3) Yu can use sme tape t seal the cnnectin (e.g. prevent air leaks). Let the syringe rest hrizntally n the bench tp. Perfrm a calibratin experiment by ding the fllwing: Pull the syringe knb all the way back. Start yur MATLAB data acquisitin cde. Inject all the air int the spirmeter (d this in abut ne secnd). Next, run yur MATLAB data prcessing cde. Think abut hw t interpret yur flw and vlume plts in rder t adjust the Calibratin value in yur cde. Hint: What knwn quantity are yu injecting int the spirmeter? Re-run yur prgram as many times as needed until yu get the crrect result. Depending n the system, yur Calibratin value will mst likely be smewhere between 1 and 3. Save yur syringe flw and vlume plts fr yur lab reprt. PART 4: SPIROMETER MEASUREMENT Step 4a: Nw that yur system is zered and calibrated, it is time t measure yurself! (End f Lab 6) Replace the syringe with the muthpiece + filter, then perfrm an FEM experiment. Based n yur plts, what is yur PEF (peak expiratry flw) and FVC (frced vital capacity)? Yur lab reprt needs the fllwing: (1) Scpe traces (like Fig. 4). (2) Syringe flw and vlume plts frm Step 3e. (3) Values f Vref and Calibratin. (4) Yur Flw and Vlume plts (like Fig. 7), PEF, and FVC. Shw yur plts t Buma. Buma will tabulate everybdy s peak expiratry flw (PEF) and frced vital capacity (FVC) and declare the respective winners! Fig. 7: Yur flw and vlume curves shuld lk smething like this. Save the Calibratin and mst recent Vref values fr yur reprt. 9

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

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

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

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

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

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

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

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

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

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

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

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

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

Laboratory: Introduction to Mechatronics. Instructor TA: Edgar Martinez Soberanes Lab 1.

Laboratory: Introduction to Mechatronics. Instructor TA: Edgar Martinez Soberanes Lab 1. Labratry: Intrductin t Mechatrnics Instructr TA: Edgar Martinez Sberanes (eem370@mail.usask.ca) 2015-01-12 Lab 1. Intrductin Lab Sessins Lab 1. Intrductin Read manual and becme familiar with the peratin

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

TUTORIAL I ECE 555 CADENCE SCHEMATIC SIMULATION USING SPECTRE

TUTORIAL I ECE 555 CADENCE SCHEMATIC SIMULATION USING SPECTRE 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

More information

VM1AT-R1 INDUSTRIAL MICROCONTROLLER

VM1AT-R1 INDUSTRIAL MICROCONTROLLER VM1AT-R1 INDUSTRIAL MICROCONTROLLER WARNING T avid permanent damage t integrated circuits yu may take precautins t discharge any static electricity frm yur bdy befre handling them. ASSEMBLY INSTRUCTIONS

More information

GDL Technical Bulletin

GDL Technical Bulletin Table f Cntents Table f Cntents... 1 Specificatins... 1 SDI-12 Cmmand Nmenclature... 1 Channel Setup Using Aqua4Plus... 2 SDI-12 Cmmands... 3 Setup Cmmands... 3 Measurement Cmmands... 3 Request Measurement...

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

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

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

Martel LC-110H Loop Calibrator and HART Communications/Diagnostics

Martel LC-110H Loop Calibrator and HART Communications/Diagnostics Martel LC-110H Lp Calibratr and HART Cmmunicatins/Diagnstics Abstract Martel Electrnics Crpratin This white paper describes the basic functins f HART cmmunicatins and the diagnstic capability f the Martel

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

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

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS Lad with min. 5 kg 405000090 405070090 INSTALLATION INSTRUCTIONS CONTENT: 1. Imprtant safety instructins. 2. Specificatins and main dimensins. 3. Parts included. 4. Installatin. 5. Adjusting the strke

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

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

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

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS Lad: Min. 5 kg Max. 100 kg TS1000A TS700A INSTALLATION INSTRUCTIONS CONTENT: 1. Imprtant safety instructins. 2. Specificatins and main measures. 3. Parts included. 4. Installatin. 5. Adjusting the strke

More information

Big Kahuna Assembly Instructions

Big Kahuna Assembly Instructions Big Kahuna Assembly Instructins Thank yu fr purchasing a d-it-yurself pergla kit frm Average Je s Pergla Dept. We appreciate yur business, and we are here t help yu in any way pssible. Read this entire

More information

Exam solutions FYS3240/

Exam solutions FYS3240/ Exam slutins FYS3240/4240 2014 Prblem 1 a) Explain hw the accuracy (cnstant frequency utput) f quartz crystal scillatrs is imprved. The accuracy is imprved using temperature cmpensatin (temperature cmpensated

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

PhotoVu Digital Picture Frame Service & Repair Guide

PhotoVu Digital Picture Frame Service & Repair Guide PhtVu Digital Picture Frame Service & Repair Guide PhtVu, LLC 2450 Central Ave, #G1 Bulder, CO 80301 USA www.phtvu.cm/supprt Versin: 1.0 Table f Cntents Getting Started... 3 Determine Yur Generatin f PhtVu

More information

APPLICATION NOTE Sales & Application DEWESoft Slovenia

APPLICATION NOTE Sales & Application DEWESoft Slovenia Sales & Applicatin DEWESft Slvenia Abstract: This applicatin nte shws a measurement with DEWESft sund pwer measurement system and GRAS 67HA Hemisphere. The bject under test was a standard ntebk, the measurement

More information

Some Safety Warnings

Some Safety Warnings Sme Safety Warnings 1. With the pwer supply pen and cnnected t AC mains (huse) pwer, there is the pssibility that yu may cntact AC mains (huse) vltage. Depending n the scenari, that can be fatal. 2. The

More information

WS-400 BASE STATION FOR WIRELESS INTERCOM WITH FOUR TX/RX MODULES USER MANUAL

WS-400 BASE STATION FOR WIRELESS INTERCOM WITH FOUR TX/RX MODULES USER MANUAL WS-400 BASE STATION FOR WIRELESS INTERCOM WITH FOUR TX/RX MODULES USER MANUAL Issue February 2011 ASL Intercm BV DESIGNED AND MANUFACTURED BY: ASL INTERCOM BV ZONNEBAAN 42 3542 EG UTRECHT THE NETHERLANDS

More information

Remote Control Learn Button Receiver Input Connections

Remote Control Learn Button Receiver Input Connections Remte Cntrl Learn Buttn Receiver Input Cnnectins Remte Cntrl LED Light Wi-fi/Factry Reset Buttn Receiver Output Cnnectin Heartbeat LED Light PRV Cnnectins Pwer Reset Buttn Pl / Treadmill Switch Flat Switch

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

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

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

.,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

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

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

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

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

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

Flux Bender Equalizer

Flux Bender Equalizer Lightning By Audi Flux Bender Equalizer Users Guide 2014 Revised 2015 Cngratulatins n an excellent purchase! This guide was put tgether t help yu get the mst ut f yur investment. Please read this thrughly

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

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

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

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

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

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

Spectracom GSG ecall Test Suite

Spectracom GSG ecall Test Suite 18-Dec-2017 GSG App Nte Spectracm GSG ecall Test Suite Table f Cntents 1. Intrductin... 1 2. Befre Starting the Test... 2 3. Running the ecall Test Suite... 4 4. Psitin Errr Tests 2.2.2-2.2.4... 10 5.

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

EE 3323 Electromagnetics Laboratory

EE 3323 Electromagnetics Laboratory EE 3323 Electrmagnetics Labratry Experiment #1 Waveguides and Waveguide Measurements 1. Objective The bjective f Experiment #1 is t investigate waveguides and their use in micrwave systems. Yu will use

More information

SISTEMA ELEVATÓRIO ETV 460A

SISTEMA ELEVATÓRIO ETV 460A Parts included with yur Flat Lift Lift unit ( #1 ) Pwer supply ( #2 ) R.F. Mdule ( #3 ) Rcker switch ( #4 ) Remte Cntrl ( #5 ) Lift unit ( #1 ) Remte Cntrl ( #5 ) Pwer supply ( #2 ) Rcker switch ( #4 )

More information

Human Finger Twitch Experiment Using Finger Twitch Transducer

Human Finger Twitch Experiment Using Finger Twitch Transducer Updated 5.17.06 BSL PRO Lessn H06: Human Finger Twitch Experiment Using Finger Twitch Transducer This PRO lessn describes hardware and sftware setup f the BSL PRO System t recrd and measure the finger

More information

ANALOG-TO-DIGITAL (ADC) & DIGITAL-TO-ANALOG (DAC) CONVERTERS

ANALOG-TO-DIGITAL (ADC) & DIGITAL-TO-ANALOG (DAC) CONVERTERS ANALOG-TO-DIGITAL (ADC) & DIGITAL-TO-ANALOG (DAC) CONVERTERS 37 Many events mnitred and cntrlled by the micrprcessr are analg events. ADC & DAC CONVERTERS These range frm mnitring all frms f events, even

More information

AIR CONDITIONER REMOTE CONTROLLER ILLUSTRATION CS406-R51E

AIR CONDITIONER REMOTE CONTROLLER ILLUSTRATION CS406-R51E AIR CONDITER REMOTE CONTROLLER ILLUSTRAT CS406-R5E 00550905 0009 Thank yu very much fr purchasing ur air cnditiner. Please read this wner's manual carefully befre using yur air cnditiner. CONTENTS Handling

More information

Sacramento CA - Insane Inflatable 5K Logistics EVENT ID:

Sacramento CA - Insane Inflatable 5K Logistics EVENT ID: Sacrament CA - Insane Inflatable 5K Lgistics EVENT ID: 135919 PRINT THIS DOCUMENT AND BRING WITH YOU TO THE EVENT Event Lcatin: Califrnia State Fair 1600 Expsitin Blvd Sacrament, CA 95815 PLEASE READ THIS

More information

Consciousness Shifting

Consciousness Shifting Frmula fr Miracles Presents Cnsciusness Shifting Shift Yur Cnsciusness, Open Yur Mind, and See Int The Matrix With Open Eyes! By Brent Phillips and Daniel Metraux www.frmulafrmiracles.net Shift Yur Cnsciusness

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

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

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

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

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

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

The demand for a successful flaw analysis is that the test equipment produces no distortion on the echos no noise. I _... I i.j J...

The demand for a successful flaw analysis is that the test equipment produces no distortion on the echos no noise. I _... I i.j J... SYSTEM ANALYSIS FOR WIDE BAND ULTRASONIC TEST SET-UPS Ulrich Opara Krautkramer GmbH Clgne, West Germany INTRODUCTION In the last years, the discussins abut ultrasnic test equipment fcussed n amplifier

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

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

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

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

TROUBLESHOOTING GUIDE

TROUBLESHOOTING GUIDE TROUBLESHOOTING GUIDE Dcument revisin 1.3 Last revised: December 6, 2017 Recn Wireless Blckage and Flw Mnitr Trubleshting Guide 2014-2017 Intelligent Agricultural Slutins All Rights Reserved. Recn Wireless

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

Hands-Free Music Tablet

Hands-Free Music Tablet Hands-Free Music Tablet Steven Tmer Nate Decker Grup Website: steve@wasatch.cm milamberftheassembly@yah.cm http://www.cs.utah.edu/~ndecker/ce3992/ Abstract The typical musician handles a great deal f sheet

More information

WiFi Lab C. Equipment Needs:

WiFi Lab C. Equipment Needs: WiFi Lab C Event Objective: Teams will cnstruct an antenna prir t the turnament that is designed t transmit a signal at 2.4 GHz and cmplete a written test n the principles f electrmagnetic wave prpagatin.

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS Lad: Min. 5 kg Max. 100 kg TS1000A TS700A INSTALLATION INSTRUCTIONS CONTENT: 1. Imprtant safety instructins. 2. Specificatins and main measures. 3. Parts included. 4. Installatin. 5. Adjusting the strke

More information

N2CX Accuprobe Plus Assembly Instructions

N2CX Accuprobe Plus Assembly Instructions N2CX Accuprbe Plus Assembly Instructins First ff, check t see if the parts match the parts list. Electrical cmpnents: R1 1K, 1/4W, 5%, (BRN, BLK, RED, GLD) R2 1M, 1/4W, 5%, (BRN, BLK, GRN, GLD) R3 15K,

More information

LINE POWER SUPPLIES Low-Loss Supplies for Line Powered EnOcean Modules

LINE POWER SUPPLIES Low-Loss Supplies for Line Powered EnOcean Modules Lw-Lss Supplies fr Line Pwered EnOcean Mdules A line pwer supply has t ffer the required energy t supply the actuatr electrnic and t supply the EnOcean TCM/RCM radi cntrl mdule. This paper cntains sme

More information

Tee (Not a Coupler) Open Circuit Line. Z Z Z jz d

Tee (Not a Coupler) Open Circuit Line. Z Z Z jz d ECSE-2 Spring 22 Analysis Using Matlab Cable System R2 T2 Tee (Nt a Cupler) T TV Set Input R V 75 75 T3 Open Circuit Line The basic principle f this signal blcker is relatively simple. The CATV cable (T2

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

Processors with Sub-Microsecond Response Times Control a Variety of I/O. *Adapted from PID Control with ADwin, by Doug Rathburn, Keithley Instruments

Processors with Sub-Microsecond Response Times Control a Variety of I/O. *Adapted from PID Control with ADwin, by Doug Rathburn, Keithley Instruments PID Cntrl with ADwin Prcessrs with Sub-Micrsecnd Respnse Times Cntrl a Variety f I/O CHESTERLAND OH March 9, 2015 *Adapted frm PID Cntrl with ADwin, by Dug Rathburn, Keithley Instruments By Terry Nagy,

More information

Using the Register of Swiss Surnames

Using the Register of Swiss Surnames Using the Register f Swiss Surnames Switzerland Hw t Guide, Beginning Level: Instructin Octber 2015 GOAL This guide will teach yu t navigate the nline versin f the Register f Swiss Surnames, and hw t utilize

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

OPERATING FEATURES & FUNCTIONS

OPERATING FEATURES & FUNCTIONS OPERATON T stp an peratin at any time Press and hld the Start Key until the cntrl beeps fr tw secnds, indicating the peratin has been cancelled. The ven will remain in a pwer-n state. T turn ven cntrl

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

NanoScan v2 Readme Version 2.7. Change log. v2.7 - Added information for new product Pyro/9/5-MIR.

NanoScan v2 Readme Version 2.7. Change log. v2.7 - Added information for new product Pyro/9/5-MIR. NanScan v2 Readme Versin 2.7 Change lg v2.7 - Added infrmatin fr new prduct Pyr/9/5-MIR. v2.6 - Redesigned Messages windw. Imprved readability and ease f use. Mves almst all pp up message bxes int the

More information

Figure 1: A Battleship game by Pogo

Figure 1: A Battleship game by Pogo CSCI 2312-002: Object Oriented Prgramming Final Prject Assigned: Octber 17, 2017 Design Due: Octber 24, 2017 IN CLASS (Graded as ne hmewrk grade) Final prject Due: Nvember 16, 2017 at 11:59 PM Fr many

More information

Spring 06 Assignment 3: Robot Motion, Game Theory

Spring 06 Assignment 3: Robot Motion, Game Theory 15-381 Spring 06 Assignment 3: Rbt Mtin, Game Thery Questins t Rng Yan(yanrng@cs.cmu.edu) Out: 2/21/06 Due: 3/7/06 Name: Andrew ID: Please turn in yur answers n this assignment (etra cpies can be btained

More information

E-Jobsheet Tablet Application Functionality

E-Jobsheet Tablet Application Functionality E-Jbsheet Tablet Applicatin Functinality The e-jbsheet applicatin has been created fr Truck Service Prviders (TSP) in rder fr their admin staff and fitters t handle all types f wrk via a mbile platfrm

More information

Effective Presentations

Effective Presentations Effective Presentatins Surce: Effective Presentatins by Erin B. Lindsay URL: http://www.research.ucla.edu/era/present/sld001.htm Preparatin Effective Slides Graphics Graphs, Diagrams, and Tables Arrangement

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

A Quick & Dirty Guide to Revising your Novel

A Quick & Dirty Guide to Revising your Novel Sz's Revisins, Lessn 4 1 A Quick & Dirty Guide t Revising yur Nvel Lessn 4: Planning the attack. S, yu figured ut what yur Perfect Bk wuld be in Lessn 3. Nw we're ging t take that and apply it t yur nvel.

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

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

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

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

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