Cheat sheets

Measurement and Instrumentation Cheat Sheet

Quick reference for measurement and instrumentation: Wheatstone bridge, instrument errors, transducer sensitivity, LVDT, and CRO measurements for ECE exam preparation.

Visual

TransducerMeasurandPrincipleThermocoupleTemperatureSeebeck EMFStrain GaugeForce / StrainPiezoresistiveLVDTDisplacementMutual InductanceBridge Balance: P x S = Q x RSensitivity = d_out / d_inLVDT: V_out = K x x

Key formulas

NameFormulaVariables / Notes
Wheatstone Bridge Balance ConditionP/Q = R/S or P x S = Q x RP, Q, R, S = four bridge arm resistances; when balanced, galvanometer current is zero; unknown resistance S = R x P / Q
Percentage Error% Error = ((Measured - True) / True) x 100Measured = instrument reading; True = actual value; positive % error is an overestimate; negative is an underestimate
Sensitivity of a Measuring SystemS = delta_output / delta_inputdelta_output = change in output quantity (e.g., voltage in mV); delta_input = change in input measurand (e.g., temperature in degC); units depend on transducer type
LVDT Output VoltageV_out = K x xK = sensitivity constant (mV/mm or V/mm); x = core displacement from null position (mm); V_out is zero at null, polarity indicates direction
Resolution of ADCResolution = V_FS / (2^N - 1)V_FS = full-scale voltage range; N = number of bits; a 12-bit ADC with 5 V range gives resolution = 5 / 4095 = 1.22 mV per step
Q factor of a Resonant Circuit (Measurement)Q = f_r / BW = f_r / (f_2 - f_1)f_r = resonant frequency; BW = -3 dB bandwidth; f_1 and f_2 are lower and upper half-power frequencies; higher Q means sharper resonance

Key concepts

Types of Errors in Measurement

Gross errors arise from human mistakes (misreading, wrong settings). Systematic errors are repeatable and include instrument errors (calibration), environmental errors (temperature, humidity), and observational errors (parallax). Random errors are non-repeatable and follow a statistical distribution; they are reduced by averaging repeated measurements.

Static Characteristics of Instruments

Accuracy: closeness to true value. Precision: repeatability of readings. Sensitivity: output change per unit input change. Resolution: smallest detectable change. Linearity: how closely output follows a straight line. Hysteresis: difference in output for same input approached from opposite directions.

Wheatstone Bridge Applications

Used to measure unknown resistance, strain (using strain gauges in one or more arms), temperature (using RTD or thermistor). A deflection bridge produces output proportional to imbalance. A null bridge requires adjustment until galvanometer reads zero, giving higher accuracy.

LVDT (Linear Variable Differential Transformer)

LVDT has one primary and two secondary coils. At null position, secondary voltages are equal and output is zero. Displacement moves the ferromagnetic core, increasing flux linkage in one secondary and decreasing it in the other. Output voltage magnitude gives displacement magnitude; phase relative to primary gives direction.

CRO Measurements

Time period T = (time/div setting) x (number of divisions per cycle). Frequency f = 1/T. Voltage amplitude = (V/div setting) x (number of divisions peak to peak) / 2. Phase difference between two signals: phi = (time shift between signals / time period) x 360 degrees.

Signal Conditioning

Amplification increases signal level for ADC input range. Filtering removes noise (low-pass for slow sensors, band-pass for AC sensors). Impedance matching prevents loading error. Isolation (optical or transformer) protects measurement circuits from high voltages. Bridge circuits convert resistance changes to voltage.

Tables

Common Transducers and Their Principles

TransducerMeasurandPrinciple
ThermocoupleTemperatureSeebeck effect (EMF)
RTD (Pt100)TemperatureResistance change
Strain GaugeForce / StrainPiezoresistive effect
LVDTDisplacementMutual inductance change
PiezoelectricPressure / ForceCharge generation
Hall Effect SensorMagnetic field / CurrentLorentz force

Bridge Circuit Types

BridgeMeasuresNull Condition
WheatstoneResistanceP x S = Q x R
MaxwellInductanceL_x = R2 x R3 x C1
ScheringCapacitanceC_x = C1 x R3 / R2
HayHigh-Q inductanceL_x = R2R3C1/(1+1/Q^2)

Quick facts

  • A thermocouple Type K (Chromel-Alumel) has a sensitivity of approximately 41 uV per degC at room temperature.
  • Pt100 RTD has a resistance of exactly 100 ohms at 0 degC and approximately 138.5 ohms at 100 degC.
  • A strain gauge gauge factor (GF) is typically 2.0 for metallic gauges and 100 to 150 for semiconductor gauges.
  • The loading effect of a voltmeter reduces the measured voltage; error is minimised when voltmeter resistance is much greater than circuit resistance.
  • A 4-wire (Kelvin) connection eliminates lead resistance error in precision resistance measurement.
  • Parallax error in analog meters is eliminated by aligning the pointer with its reflection in the mirror behind the scale.
  • CRO bandwidth determines the highest frequency it can accurately display; for a 100 MHz CRO, accuracy is guaranteed up to about 33 MHz (one-third rule).
  • A digital multimeter with 4.5 digit display reads up to 19999 counts, giving resolution of 0.005% of full scale.

Exam shortcuts

  1. Wheatstone bridge unknown: S = (Q/P) x R. Identify which arm is unknown and which is the variable (ratio) arm. If P = 100 ohm, Q = 1000 ohm, R = 48.5 ohm, then S = 10 x 48.5 = 485 ohm.
  2. For error propagation in a product Z = A x B: percentage error in Z = percentage error in A + percentage error in B. For a quotient Z = A/B: same rule applies. This avoids lengthy partial derivative calculations.
  3. Sensitivity and accuracy are independent: a highly sensitive instrument can be inaccurate if not calibrated. A precise instrument is repeatable but not necessarily accurate. Know these definitions clearly for theory questions.
  4. CRO phase measurement: count the x-axis divisions between corresponding points on two waveforms, divide by total divisions per period, multiply by 360. If shift is 2 div and period is 8 div, phase = (2/8) x 360 = 90 degrees.
  5. For LVDT output, if the problem states sensitivity as 2 mV/mm and asks for displacement when output is 14 mV: x = V_out / K = 14 / 2 = 7 mm. Always check units match.