Sensors, Data Acquisition, and Control Systems
Key Takeaways
- Sensors/transducers convert a physical quantity (temperature, pressure, flow, strain) into a measurable electrical signal.
- Temperature: thermocouples cover the widest range, RTDs (Pt100) are most accurate/stable, thermistors are most sensitive.
- Accuracy is closeness to the true value; precision is repeatability — a sensor can be precise yet inaccurate (biased).
- Nyquist: the sampling rate must be ≥ 2× the highest signal frequency to avoid aliasing; practice uses 5–10×.
- An n-bit A/D converter has 2ⁿ levels; resolution = full-scale range / 2ⁿ.
- Closed-loop (feedback) control corrects for disturbances; PID's integral term is what eliminates steady-state error.
FE Exam Weight: Instrumentation and Controls is 4–6 questions (~5%) on the FE Other Disciplines exam — the lowest-weighted topic, but the questions are usually conceptual and quick. Definitions and the relevant equations are in the searchable NCEES FE Reference Handbook.
Sensors and Transducers
A sensor detects a physical quantity; a transducer converts one form of energy into another, almost always producing an electrical signal proportional to the measured variable. The output may be a voltage, a current (the 4–20 mA industrial standard, where the 4 mA "live zero" lets you distinguish a true zero reading from a broken wire), a resistance change, or digital pulses.
Temperature Sensors
| Type | Range | Accuracy | Principle |
|---|---|---|---|
| Thermocouple | −200 to 2,300°C | ±1–2°C | Seebeck voltage at junction of two metals |
| RTD (Pt100) | −200 to 850°C | ±0.1°C | platinum resistance rises with T |
| Thermistor | −100 to 300°C | ±0.1°C | semiconductor resistance changes sharply |
| Infrared (IR) | −50 to 3,000°C | ±1–2% | non-contact, senses emitted radiation |
A thermocouple joins two dissimilar metals; the junction produces a small temperature-dependent voltage (the Seebeck effect). It is rugged and spans the widest range but is the least accurate; common types are J (iron–constantan), K (chromel–alumel), and T (copper–constantan). An RTD exploits the nearly linear rise of platinum's resistance with temperature (Pt100 = 100 Ω at 0°C); it is the most accurate and stable choice. A thermistor is a semiconductor whose resistance changes dramatically (and nonlinearly) with temperature, giving high sensitivity over a narrow range; negative-temperature-coefficient (NTC) types are most common.
Pressure, Flow, and Motion Sensors
Pressure is measured by elastic-deformation devices — a Bourdon tube (a curved tube that straightens with pressure, driving a mechanical gauge), a diaphragm, a piezoelectric crystal (best for fast, dynamic pressures), or a strain gauge bonded to a flexing element. A manometer balances pressure against a liquid column and is used for calibration.
Strain gauges deserve special attention: a metal foil grid changes resistance as it stretches, quantified by the gauge factor GF = (ΔR/R)/ε, where ε is strain. Because ΔR is tiny, strain gauges are wired into a Wheatstone bridge that converts the small resistance change into a measurable voltage and cancels temperature drift. Strain gauges are the heart of load cells for force and weight.
Flow devices include differential-pressure types — the orifice plate and Venturi meter create a pressure drop that scales with flow (via Bernoulli); the rotameter (variable-area float in a tapered tube); the turbine meter (rotor speed ∝ flow); non-invasive ultrasonic meters (transit-time or Doppler); and the Coriolis meter, which measures true mass flow from the deflection of a vibrating tube.
Position and motion: an LVDT gives analog AC output proportional to linear displacement; a rotary encoder outputs digital pulses for angular position and speed; an accelerometer outputs voltage proportional to acceleration; a proximity sensor detects presence; a tachometer measures rotational speed.
Measurement Error, Accuracy, and Precision
Accuracy is how close a reading is to the true value; precision (repeatability) is how consistently the instrument returns the same reading. The two are independent: a sensor can be precise but inaccurate (tight cluster, wrong center — a systematic/bias error) or accurate on average but imprecise (scattered — random error). Resolution is the smallest change a device can detect, and calibration is the procedure of comparing an instrument against a traceable standard and adjusting it to remove bias. Hysteresis is a different reading for the same input depending on whether the input was increasing or decreasing.
Data Acquisition (DAQ)
The signal chain converts a physical quantity into stored digital data: sensor → signal conditioning (amplification, filtering, linearization) → multiplexer → analog-to-digital (A/D) converter → computer/controller.
Sampling and the Nyquist theorem. A continuous signal must be sampled fast enough to be reconstructed: The sampling rate must be at least twice the highest frequency present. Sample too slowly and aliasing occurs — high-frequency content masquerades as a false low frequency that cannot be removed afterward. In practice engineers sample at 5–10× the highest frequency and use an anti-aliasing low-pass filter before the A/D converter.
Resolution of an A/D converter. An n-bit converter divides its full-scale range into 2ⁿ discrete levels, so resolution = (full-scale range)/2ⁿ. Worked example: a 12-bit converter on a 0–10 V range has 2¹² = 4,096 levels, so resolution = 10 V/4,096 = 2.44 mV per step.
| Filter | Purpose |
|---|---|
| Low-pass | removes high-frequency noise (anti-aliasing) |
| High-pass | removes DC offset / slow drift |
| Band-pass | keeps only a chosen frequency band |
| Notch (band-stop) | removes one frequency, e.g. 60 Hz line hum |
Control Systems
An open-loop controller acts on its input without checking the result (a toaster timer); a closed-loop controller measures the output and feeds it back to correct the input, comparing the measured process variable to the setpoint and acting on the error e(t) = setpoint − measured. Feedback gives accuracy and disturbance rejection but can become unstable if poorly tuned. Block diagrams represent these paths; each block's input–output ratio is its transfer function.
The dominant algorithm is PID control:
| Term | Action | Effect |
|---|---|---|
| Proportional (P) | output ∝ current error | reduces error but leaves steady-state offset |
| Integral (I) | output ∝ accumulated error | eliminates steady-state error |
| Derivative (D) | output ∝ rate of change of error | anticipates change, damps overshoot |
The key fact tested: only the integral term drives the steady-state error to zero, while too much derivative gain amplifies noise. Calibrating sensors and tuning these gains (e.g., by the Ziegler–Nichols method) make the loop both accurate and stable.
According to the Nyquist theorem, the minimum sampling rate for a signal whose highest frequency component is 500 Hz is:
A 12-bit A/D converter has an input range of 0–10 V. Its resolution (smallest detectable voltage step) is closest to:
A pressure gauge consistently reads 2.0 kPa higher than the true pressure on every reading. This describes a problem with its:
In a PID controller, which term is responsible for eliminating steady-state error?
You've completed this section
Continue exploring other exams