DAC Block Symbol

DAC Block symbolDAC
The DAC Block symbol (IEC 60617 / ANSI Y32.2).

Definition: The DAC Block symbol represents a Digital-to-Analogue Converter, a circuit element that translates an n-bit binary digital input word into a proportional continuous analogue output voltage or current, standardised as a functional block in schematic diagrams per IEEE 315 / IEC 60617-02 conventions.

Also known as: DAC, D/A converter, digital-to-analogue converter, digital-to-analog converter, D-to-A.

What the DAC Block symbol means

The DAC Block symbol denotes a module or IC that converts a digital numeric value (typically an n-bit parallel or serial word) into a corresponding analogue voltage or current. The output is proportional to the input code: a full-scale code (all bits high) produces the maximum output (V_ref or I_ref), while zero code produces zero or minimum output. The DAC is the essential bridge between digital processing systems and analogue actuators, displays, and audio equipment.

In circuit diagrams the DAC block symbol marks the point where discrete digital data from a microcontroller, FPGA, or DSP enters the analogue domain. The symbol's inputs carry the digital data word (parallel bits, SPI, or I²C), and the output pin delivers the reconstructed analogue signal.

How to identify the DAC Block symbol

The DAC Block symbol is a labelled rectangle inscribed 'DAC' or 'D/A'. It has one primary input side (labelled 'Digital In' or multiple bit-labelled lines) and one primary output side (labelled 'Analog Out'). In detailed schematics the digital input may show individual bit lines (D0–Dn−1) or a bus notation (a thick line with a slash and bit count). Reference voltage and power supply pins (V_ref, VCC, GND) appear on the top and bottom edges or as additional labelled pins.

Function in a circuit

A DAC multiplies its digital input code by a reference voltage or current to produce an analogue output. For a unipolar n-bit DAC, the output voltage is V_out = (digital code / 2^n) × V_ref. Common DAC architectures include resistor-string (R-2R ladder), current-steering, sigma-delta, and charge redistribution. Resolution is specified in bits (8-bit = 256 steps, 12-bit = 4,096 steps, 16-bit = 65,536 steps); accuracy metrics include INL, DNL, THD+N, and settling time.

Standards: IEC vs ANSI

IEC 60617IEC 60617-02 does not define a specific glyph for a DAC; it is represented as a labelled functional block (rectangular outline) per IEC 60617-02 general component conventions.
ANSI/IEEE 315IEEE 315 / ANSI Y32.2 treats the DAC as a functional block symbol: a labelled rectangle. IEEE 1057 covers digitiser and DAC testing terminology.
Key differenceBoth IEC and ANSI/IEEE represent the DAC as a generic labelled rectangular block. There is no standardised unique glyph for the DAC in either standard; the label 'DAC' or 'D/A' provides the identification.

Terminals / pins

PinName
digital_inDigital In
analog_outAnalog Out

Typical values

Resolution: 8-bit (256 levels) to 24-bit (16,777,216 levels). Output range: 0–3.3 V, 0–5 V, ±10 V, or 4–20 mA (current-output DAC). Update rate: from a few Hz (audio DAC: 48 kHz–192 kHz) to GHz (RF DAC). Reference voltage accuracy: typically ±0.1% for precision types. Common ICs: MCP4921 (12-bit SPI), AD5620 (12-bit), PCM5102A (32-bit audio).

Where the DAC Block symbol is used

Example

In a microcontroller-based audio synthesiser, a 12-bit SPI DAC (MCP4921) receives note data over the SPI bus from an Arduino. The DAC Block symbol shows 'Digital In' connected to the SPI data and clock lines, and 'Analog Out' feeding a low-pass reconstruction filter and audio power amplifier. The 12-bit resolution provides 4,096 discrete amplitude steps, sufficient for audible waveform synthesis with low quantisation noise.

Key facts

Frequently asked questions

What does the DAC block symbol look like in a circuit diagram?

The DAC block symbol is a labelled rectangle inscribed 'DAC' or 'D/A Converter'. It has a Digital In pin (or multiple bit lines or a bus) on one side and an Analog Out pin on the other. Reference voltage (V_ref), supply (VCC), and GND pins may appear on the top and bottom edges.

What does DAC stand for and what does it do?

DAC stands for Digital-to-Analogue Converter. It converts a binary digital number into a proportional continuous analogue voltage or current. The output is V_out = (digital code / 2^n) × V_ref, where n is the bit resolution and V_ref is the reference voltage.

What is the difference between an ADC and a DAC?

An ADC (Analogue-to-Digital Converter) converts a continuous analogue voltage to a digital code; a DAC does the reverse, converting a digital code to an analogue voltage or current. In a sensor-to-microcontroller-to-actuator chain, the ADC is at the input and the DAC is at the output.

What resolution DAC do I need for audio?

Consumer audio typically uses 16-bit DACs (65,536 levels, 96 dB dynamic range per the Nyquist formula 6 dB × n). High-resolution audio equipment uses 24-bit DACs (16.7 million levels, 144 dB theoretical dynamic range). CD quality is 16-bit at 44.1 kHz; studio formats use 24-bit at 48 or 96 kHz.

What are the pins on a DAC block symbol?

The primary pins are Digital In (the binary input word, as parallel bits or a serial data bus) and Analog Out (the reconstructed analogue signal). Additional pins include V_ref (reference voltage setting full-scale output), VCC (supply voltage), and GND.

Which standard defines the DAC schematic symbol?

Neither IEC 60617 nor IEEE 315 / ANSI Y32.2 defines a unique glyph for a DAC. Both standards represent functional modules as labelled rectangular blocks; the identifier 'DAC' or 'D/A' within or beside the rectangle provides the necessary identification.

What is the difference between a voltage-output DAC and a current-output DAC?

A voltage-output DAC produces an analogue voltage proportional to the input code and typically includes an internal output buffer amplifier. A current-output DAC produces a current (in µA or mA) proportional to the code and requires an external transimpedance amplifier (op-amp in I-to-V configuration) to convert the current to a usable voltage.

Place the DAC Block symbol on a wiring diagram or schematic in the free online circuit diagram maker — no download required.