# Building Management Systems A Building Management System (BMS) — also known as Building Automation System (BAS) — is the centralised control and monitoring platform for a building's mechanical, electrical, and plumbing systems. The BMS integrates HVAC, lighting, fire, security, and energy management into a single supervisory system, enabling efficient operation, fault detection, occupant comfort, and energy optimization. For the architect, BMS influences spatial planning (controller locations, cable routes), ceiling coordination (sensors, actuators), and the building's long-term operational performance. --- ## Table of Contents - [BMS Architecture](#bms-architecture) - [HVAC Controls](#hvac-controls) - [Lighting Controls](#lighting-controls) - [Communication Protocols](#communication-protocols) - [System Integration](#system-integration) - [Commissioning](#commissioning) - [Energy Management](#energy-management) - [Architectural Implications](#architectural-implications) - [See Also](#see-also) --- ## BMS Architecture | Level | Component | Function | |-------|-----------|----------| | **Field Level** | Sensors, actuators, valves, dampers | Measure conditions; execute control actions | | **Controller Level** | DDC controllers (Direct Digital Control) | Process sensor data; execute control logic | | **Network Level** | Communication backbone (IP, BACnet) | Links controllers to supervisory system | | **Supervisory Level** | Head-end workstation, server, cloud platform | Monitoring, alarm management, reporting, optimization | | **Enterprise Level** | Integration with FM, ERP, analytics platforms | Strategic energy and asset management | ### Typical Sensor Types | Sensor | Measurement | Location | |--------|-------------|----------| | Temperature (room) | °C | Wall-mounted at 1.5m, away from heat sources | | Temperature (duct) | °C | Inserted into ductwork | | Temperature (pipe) | °C | Strapped to pipe with insulation cover | | Humidity | %RH | Room or duct-mounted | | CO2 | ppm | Occupied zones, return air ducts | | Pressure (duct) | Pa | Supply duct for VAV systems | | Pressure (pipe) | kPa/bar | Pump headers, system pressure points | | Flow (water) | L/s | Main headers, metering points | | Occupancy | Presence/absence | PIR or microwave sensors | | Light level | Lux | Near windows for daylight harvesting | --- ## HVAC Controls | System | Control Strategy | |--------|-----------------| | **AHU** | Supply air temp control via mixing/heating/cooling coils; fan speed via pressure setpoint | | **VAV box** | Zone temperature controls damper position; minimum fresh air maintained | | **Fan coil unit** | Room thermostat controls valve position (heating/cooling); fan speed selection | | **Chiller plant** | Sequencing multiple chillers based on load; condenser water optimization | | **Boiler plant** | Weather-compensated flow temperature; sequencing multiple boilers | | **Heat recovery** | Bypass dampers and run-around coil control based on energy benefit | | **Demand ventilation** | CO2-based outdoor air modulation | ### Control Modes | Mode | Description | |------|-------------| | **Proportional (P)** | Output proportional to error | | **PI** | Proportional + Integral — eliminates steady-state error | | **PID** | PI + Derivative — faster response, less overshoot | | **On/Off** | Simple switching (used for non-critical applications) | | **Optimum Start/Stop** | Learns building thermal response; starts plant just in time for occupancy | | **Night Purge** | Uses cool night air to pre-cool thermal mass | | **Frost Protection** | Activates heating to prevent freeze damage | --- ## Lighting Controls | Strategy | BMS Role | |----------|---------| | **Time scheduling** | Switch lighting zones by time-of-day and day-of-week | | **Occupancy sensing** | Switch off after vacancy detected (linked via BMS or standalone) | | **Daylight harvesting** | Dim artificial lighting based on lux sensor near windows | | **Scene control** | Pre-programmed lighting scenes (meeting, presentation, cleaning) | | **DALI integration** | BMS communicates with DALI lighting controllers for individual fixture control | See [[architecture/Wiki-Architecture/Buildings and Structures/Architectural lighting design]] for lighting design principles. --- ## Communication Protocols | Protocol | Type | Application | |----------|------|-------------| | **BACnet** | Open standard (ASHRAE 135) | Primary BMS protocol; HVAC, fire, lighting | | **Modbus** | Open standard | Simple devices, meters, VFDs | | **KNX** | Open standard | Lighting, blinds, room automation | | **DALI** | Open standard | Digital lighting control | | **LON** | Open standard | Legacy systems, some current use | | **MQTT** | IoT messaging | Cloud integration, IoT sensors | | **OPC-UA** | Industrial interoperability | Enterprise system integration | ### BACnet Interoperability | BACnet Service | Description | |---------------|-------------| | **BACnet/IP** | Over standard Ethernet/IP networks | | **BACnet/MSTP** | Over RS-485 serial bus (field level) | | **BBMD** | BACnet Broadcast Management Device — links subnets | | **BIBBs** | BACnet Interoperability Building Blocks — define capabilities | --- ## System Integration | System | Integration Method | |--------|-------------------| | **Fire alarm** | Monitor signals via BACnet or hard-wired; BMS provides smoke control damper operation | | **Access control** | Occupancy data for HVAC scheduling | | **Lifts** | Status monitoring; energy management | | **Metering** | Energy meters (electric, gas, water, heat) via Modbus/BACnet | | **Renewable energy** | Solar PV, battery storage monitoring and optimization | | **Facade** | Automated blind/louvre control based on solar sensors | --- ## Commissioning | Phase | Activity | |-------|---------| | **Pre-commissioning** | Cable testing, loop checks, sensor calibration | | **Commissioning** | Control sequence testing, setpoint verification, alarm testing | | **Seasonal commissioning** | Verify heating and cooling modes in respective seasons | | **Trend logging** | Record system operation for performance verification | | **Handover** | O&M manuals, as-built point schedules, training | | **Post-occupancy** | Fine-tune setpoints and schedules based on actual use | ### Common Issues | Issue | Cause | |-------|-------| | Sensor drift | Poor calibration or ageing | | Hunting/oscillation | Incorrect PID tuning | | Simultaneous heating/cooling | Poor control sequencing or dead-band | | Alarms ignored | Too many nuisance alarms; poor alarm management | | System not used | Inadequate training; FM staff bypass BMS | --- ## Energy Management | Feature | Benefit | |---------|---------| | **Sub-metering** | Track energy by zone, system, or tenant | | **Trend analysis** | Identify waste patterns, equipment degradation | | **Fault detection and diagnostics (FDD)** | Automated identification of system faults | | **Benchmarking** | Compare performance against design targets or similar buildings | | **Automated demand response** | Reduce load during grid peak events | | **Reporting** | Automated energy reports for compliance (ESOS, DEC, NABERS) | See [[Energy Monitoring and Control]] and [[Net Zero Energy Buildings]]. --- ## Architectural Implications | Element | Design Consideration | |---------|---------------------| | **BMS panel room** | 6–15 m² per building; accessible, conditioned, secure | | **Controller locations** | Distributed per floor or zone; 600×400mm enclosure per controller | | **Cable routes** | Containment routes from controllers to sensors/actuators | | **Sensor placement** | Room sensors at 1.5m on internal walls, away from draughts/sun/doors | | **Ceiling devices** | CO2, smoke, occupancy, lux sensors coordinated with ceiling grid | | **Interface panels** | Touch screens at reception, plant rooms, tenant areas | | **Network infrastructure** | Dedicated BMS network or VLAN on building IT network | --- ## See Also - [[Smart Building Technologies]] - [[Energy Monitoring and Control]] - [[IoT in Building Services]] - [[HVAC Fundamentals]] - [[architecture/Wiki-Architecture/Buildings and Structures/Architectural lighting design]] - [[Central Air Conditioning Systems]] --- #bms #building-automation #controls #bacnet #hvac #energy-management #building-services