electronic instrumentation

136
Scientific Electronic Instrumentation Peter Stallinga, September 2009 Universidade do Algarve

Upload: celso-franca

Post on 02-Nov-2014

108 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Electronic Instrumentation

Scientific Electronic Instrumentation

Peter Stallinga, September 2009

Universidade do Algarve

Page 2: Electronic Instrumentation

Outline

0. Introduction

1. Signal conditioning- Op-amp circuits- Wheatstone bridge- Noise- Lock-In amplifier- Cables (coaxial, twisted pair, optical fiber, etc.)

2. Signal generation (Sensors)- Actuators: Relais, solid-state switch- Temperature: Thermo-couple, PT100, diode, LM35DZ, bimetal- Optical: LDR and optodiode.- Movement: RPM and Doppler- Length- Bending (extensiometers)- Acceleration- Angle (Gray code)- Magnetic field: Hall and NMR- Humidity- Pressure: Membrane, Piranni, Penning- (Sound) pressure sensors (microphone) and actuators (speakers)- Stepper motors- MEMs- Mass: QCM- Gravity

3. Signal acquisition- Analog-digital converters (ADC/DAC)- Interfacing- Parallel port- Serial port (null modem, DTE/DXE, handshaking)- USB- GPIB- Programming (LabVIEW, MatLab, Python, PASCAL)

4. Signal processing- Simple digital filter (MA, etc.)- Feedback (PID control)

5. A scientific laboratory- Vacuum pumps- Cryogenic equipment- Monochromator- Measurements:

o Hallo 4-Pointo Admittance

Page 3: Electronic Instrumentation

Bibliography:• “Instrumentation for engineers and scientists”, J. Turner and M. Hill, Oxford

Science Publications, 1999, ISBN 0-19-856517-8• “The art of electronics”, 2nd ed., P. Horowitz and W. Hill, Cambridge

University Press, 1989, ISBN 0-521-37095-7• Sebenta Prof. J. Bastos, Universidade do Algarve.• “MEMS Mechanical Sensors”. S. Beeby, G. Ensell, M. Kraft, N. White,

Artech House, 2004, ISBN 1-58053-536-4.• “Sistema Internacional de Unidades (SI)”, 3a ed., G. de Almeida, Plátano

Edições Técnicas, 2002, ISBN 972-707-162-7• Wikipedia: http://www.wikipedia.org• Lecture notes Electronics II, P. Stallinga, Universidade do Algarve• “Electronic Instruments”, 4th ed., D.R. Patrick, Prentice Hall, 1992, ISBN 0-

13-251208-4

Page 4: Electronic Instrumentation
Page 5: Electronic Instrumentation
Page 6: Electronic Instrumentation
Page 7: Electronic Instrumentation
Page 8: Electronic Instrumentation
Page 9: Electronic Instrumentation
Page 10: Electronic Instrumentation
Page 11: Electronic Instrumentation
Page 12: Electronic Instrumentation
Page 13: Electronic Instrumentation
Page 14: Electronic Instrumentation
Page 15: Electronic Instrumentation
Page 16: Electronic Instrumentation
Page 17: Electronic Instrumentation
Page 18: Electronic Instrumentation
Page 19: Electronic Instrumentation
Page 20: Electronic Instrumentation
Page 21: Electronic Instrumentation
Page 22: Electronic Instrumentation
Page 23: Electronic Instrumentation
Page 24: Electronic Instrumentation
Page 25: Electronic Instrumentation
Page 26: Electronic Instrumentation
Page 27: Electronic Instrumentation
Page 28: Electronic Instrumentation
Page 29: Electronic Instrumentation
Page 30: Electronic Instrumentation
Page 31: Electronic Instrumentation
Page 32: Electronic Instrumentation
Page 33: Electronic Instrumentation
Page 34: Electronic Instrumentation
Page 35: Electronic Instrumentation
Page 36: Electronic Instrumentation
Page 37: Electronic Instrumentation
Page 38: Electronic Instrumentation
Page 39: Electronic Instrumentation
Page 40: Electronic Instrumentation
Page 41: Electronic Instrumentation
Page 42: Electronic Instrumentation
Page 43: Electronic Instrumentation
Page 44: Electronic Instrumentation
Page 45: Electronic Instrumentation
Page 46: Electronic Instrumentation
Page 47: Electronic Instrumentation
Page 48: Electronic Instrumentation
Page 49: Electronic Instrumentation
Page 50: Electronic Instrumentation
Page 51: Electronic Instrumentation
Page 52: Electronic Instrumentation
Page 53: Electronic Instrumentation
Page 54: Electronic Instrumentation
Page 55: Electronic Instrumentation
Page 56: Electronic Instrumentation
Page 57: Electronic Instrumentation
Page 58: Electronic Instrumentation
Page 59: Electronic Instrumentation
Page 60: Electronic Instrumentation
Page 61: Electronic Instrumentation
Page 62: Electronic Instrumentation
Page 63: Electronic Instrumentation
Page 64: Electronic Instrumentation
Page 65: Electronic Instrumentation
Page 66: Electronic Instrumentation
Page 67: Electronic Instrumentation
Page 68: Electronic Instrumentation
Page 69: Electronic Instrumentation
Page 70: Electronic Instrumentation
Page 71: Electronic Instrumentation
Page 72: Electronic Instrumentation
Page 73: Electronic Instrumentation
Page 74: Electronic Instrumentation
Page 75: Electronic Instrumentation
Page 76: Electronic Instrumentation
Page 77: Electronic Instrumentation
Page 78: Electronic Instrumentation
Page 79: Electronic Instrumentation
Page 80: Electronic Instrumentation
Page 81: Electronic Instrumentation
Page 82: Electronic Instrumentation
Page 83: Electronic Instrumentation
Page 84: Electronic Instrumentation
Page 85: Electronic Instrumentation
Page 86: Electronic Instrumentation
Page 87: Electronic Instrumentation
Page 88: Electronic Instrumentation
Page 89: Electronic Instrumentation
Page 90: Electronic Instrumentation
Page 91: Electronic Instrumentation
Page 92: Electronic Instrumentation
Page 93: Electronic Instrumentation
Page 94: Electronic Instrumentation
Page 95: Electronic Instrumentation
Page 96: Electronic Instrumentation
Page 97: Electronic Instrumentation
Page 98: Electronic Instrumentation
Page 99: Electronic Instrumentation
Page 100: Electronic Instrumentation
Page 101: Electronic Instrumentation
Page 102: Electronic Instrumentation
Page 103: Electronic Instrumentation
Page 104: Electronic Instrumentation
Page 105: Electronic Instrumentation
Page 106: Electronic Instrumentation
Page 107: Electronic Instrumentation
Page 108: Electronic Instrumentation
Page 109: Electronic Instrumentation
Page 110: Electronic Instrumentation
Page 111: Electronic Instrumentation
Page 112: Electronic Instrumentation
Page 113: Electronic Instrumentation
Page 114: Electronic Instrumentation
Page 115: Electronic Instrumentation
Page 116: Electronic Instrumentation
Page 117: Electronic Instrumentation
Page 118: Electronic Instrumentation
Page 119: Electronic Instrumentation
Page 120: Electronic Instrumentation
Page 121: Electronic Instrumentation
Page 122: Electronic Instrumentation
Page 123: Electronic Instrumentation
Page 124: Electronic Instrumentation
Page 125: Electronic Instrumentation
Page 126: Electronic Instrumentation
Page 127: Electronic Instrumentation
Page 128: Electronic Instrumentation
Page 129: Electronic Instrumentation
Page 130: Electronic Instrumentation
Page 131: Electronic Instrumentation
Page 132: Electronic Instrumentation

Example program based on the IEEE driver of the previous pages PROGRAM TestIEEE; { Include the library with routines: } Uses ieeepas; Var s: string; status: integer; len: word; Const addr=13; begin { check if the GPIB board is present: } if (GPIBBoardPresent<>0) then begin writeln(‘No GPIB interface found. Program halted’); halt; end; { the IFcard also has an IEEE address. } { make the IFcard a controler at addr. 21: } IEEEInitialize(21, 0); { send a command to device at addr 13: } { (ask for its identity) } IEEEsend(13, ‘*IDN?’, status); { receive a reply to that question: } IEEEenter(s, 255, len, 13, status); { show reply on screen: } writeln(‘Equipment at IEEE address 13:’); writeln(s); end. The output of the program might be something like Equipment at IEEE address 13: Oxford ITC601, rev. 5.01

Page 133: Electronic Instrumentation
Page 134: Electronic Instrumentation
Page 135: Electronic Instrumentation
Page 136: Electronic Instrumentation

LabVIEW example program

interface and diagram