Skip to content
Módulo 3 de 8 90m 15 exam Qs

Advanced Controls - DDC, BACnet & Variable Speed Technology

Direct digital controls (DDC), BACnet and building automation protocols, variable frequency drives, ECM motors, and communicating HVAC system technology.

  • Explain the architecture and operation of direct digital control (DDC) systems
  • Describe BACnet, Modbus, and LonWorks communication protocols used in building automation
  • Diagnose variable frequency drive and ECM motor issues in HVAC applications
  • Configure and troubleshoot communicating HVAC systems

Lección 1

Direct Digital Controls (DDC) & Building Automation

From Pneumatic to Digital

Building HVAC controls have evolved through three generations. Pneumatic controls used compressed air signals (3 to 15 psi) to operate valves and dampers. Analog electronic controls used voltage or current signals (0 to 10 VDC or 4 to 20 mA). Modern direct digital controls (DDC) use microprocessors, digital sensors, and networked communication to provide precise, programmable control of all HVAC functions.

A DDC system consists of:

  • Sensors - Measure temperature, humidity, pressure, CO2, occupancy, and other variables. Digital sensors communicate via a data protocol; analog sensors output a proportional voltage or resistance.
  • Controllers - Microprocessor-based devices that read sensor inputs, execute control logic (programs), and send output signals to controlled devices. Controllers range from simple unitary controllers (managing one rooftop unit) to complex application-specific controllers (managing a chiller plant).
  • Actuators - Devices that physically move dampers, valves, and other mechanical components in response to controller output signals.
  • Network infrastructure - Wiring, routers, and gateways that allow controllers to communicate with each other and with a central operator workstation.
  • Operator workstation - A computer with software that allows building operators to monitor conditions, adjust setpoints, review alarms, analyze trends, and schedule equipment.
S
Sensors
Temp, humidity, CO2, pressure, occupancy
C
Controller
Reads inputs, executes program logic
A
Actuators
Move dampers, valves, VFDs
N
Network
Controllers communicate via BACnet, Modbus, etc.

DDC Control Strategies

DDC systems implement sophisticated control strategies that were impossible with pneumatic or analog controls:

PID control - Proportional-Integral-Derivative control is the foundation of DDC. Instead of simple on/off switching, PID control continuously modulates output to maintain a setpoint with minimal overshoot and oscillation. The proportional term responds to the current error (difference between setpoint and actual value). The integral term eliminates steady-state offset by accumulating past error. The derivative term anticipates future error by responding to the rate of change.

Scheduling - DDC systems can schedule different setpoints for occupied and unoccupied periods, weekdays and weekends, holidays, and seasonal changes. A typical commercial building reduces heating setpoints from 72 F to 60 F during unoccupied hours, saving 15 to 25% on heating energy.

Demand limiting - DDC can shed loads (turn off non-critical equipment) when total building electrical demand approaches a peak threshold, reducing demand charges from the utility.

Optimal start - Instead of starting all HVAC equipment at a fixed time, DDC calculates how long the building will take to reach setpoint based on outdoor temperature, thermal mass, and historical data, then starts equipment just early enough to reach setpoint by the scheduled occupancy time.

💡

DDC Troubleshooting Approach

When a DDC-controlled system is not performing correctly, always start by checking the sensor input to the controller. A faulty temperature sensor sending an incorrect reading will cause the controller to make "correct" decisions based on wrong data. Use a calibrated reference instrument to verify sensor accuracy before investigating the control logic or actuators.

Key Takeaway

DDC systems use microprocessors, digital sensors, and networked communication to provide precise building climate control. PID control continuously modulates output to maintain setpoints. When troubleshooting DDC, always verify sensor accuracy first - a faulty sensor causes the controller to respond correctly to incorrect data, making the system appear to malfunction when the control logic is working properly.