digital-to-analog converter
A device that converts a finite resolution digital signal to an infinite resolution analog signal.
DAC: turning numbers into smooth, continuous signals
A digital-to-analog converter (DAC) translates discrete numerical values into continuously varying voltage or current. Industrial controllers, sensors, and feedback systems generate data as numbers, but most real-world equipment, motors, and actuators need smooth voltage signals to operate. The DAC bridges this gap, taking a stream of binary data and outputting a proportional analog level. Without it, you cannot drive an analog motor smoothly, adjust lighting intensity, or control a servo position from a digital control system.
Resolution and sample rate define a DAC's performance. An 8-bit DAC divides its output range into 256 steps; a 12-bit DAC into 4096 steps. Sample rate tells you how many conversions occur per second, typically measured in hertz. A slow or coarse DAC produces a stair-step output that may cause jitter in mechanical systems or audible noise in audio. Industrial DACs often run 16-bit or higher and sample at kilohertz to megahertz rates to ensure smooth, stable control.
Common variants include the R-2R ladder, successive approximation, and sigma-delta architectures. R-2R designs use resistor networks and are straightforward but bulkier. Successive approximation converters are fast and compact, common in embedded systems and instruments. Sigma-delta converters trade speed for accuracy and are used where noise performance matters more than immediate response. Choice depends on whether you need speed, low noise, small footprint, or low power consumption.
DACs appear in variable frequency drives (VFDs) that control motor speed, programmable logic controllers (PLCs) that manage plant processes, and data acquisition systems that generate test signals. A motion controller may use a DAC to output ramping voltage to accelerate a stepper or servo motor smoothly. An analyzer may use one to generate reference signals for calibration. In audio or instrumentation, poor DAC design introduces harmonic distortion and noise that corrupt measurements or degrade signal quality.
Matching impedance and loading is critical. A DAC output impedance (typically 100 ohms to 10 kilohms depending on type) must be considered when connecting to high-impedance inputs. Buffering, filtering, and careful grounding prevent loading errors and coupled noise from degrading the analog signal. Industrial applications often add low-pass filters downstream to remove high-frequency conversion artifacts and smooth the output further.
Sources
- Definition sourceWiktionary