The Basic of Building Management System (BMS) : Engr. Efren T. Pineda, PECE
The Basic of Building Management System (BMS) : Engr. Efren T. Pineda, PECE
• Firefighting system.
• CCTV system.
• Pumping system.
• Irrigation system.
• Electrical meters.
• Split units.
• VRF/VRV-Variable refrigerant flow or volume (both are same but each term copyrighted by a different vendor)
• And any other system which has provision for BMS to control and monitor.
Main components of the BMS
• Hardware
• DDC - Direct digital controller
• Sensors
• Actuators
• Cables to connect sensors, actuators to DDC
• HMI display - Human machine interface
• PC Workstation
• Server to save the extensive database
• Software
• Programming or configuration tools
• Graphics or User interface
• Networking protocols
• TCP/IP – Transfer control protocols/Internet Protocol
• BACnet – Building automation controller network - ASHRAE
• Modbus
• LonWorks
• CANbus
• and numerous protocols available.
Don’t worry about the various protocols, this all protocol doing the same task to transfer data from one device
to another device. anyhow we will discuss these each protocol in an upcoming post
BMS architecture in the modern-day building
However, BMS controls and monitor all the electrical and mechanical systems in buildings from BMS
workstation or HMI (Human Machine Interfaces), but not directly because each system has its dedicated
functionality and unique purpose like,
• HVAC System helps to facilitate and provide comfortable and healthy air conditioning to tenants
• The lighting control system which has a variety of lightings in buildings that needs to be on and off
effectively and save energy while tenants not available
• CCTV helps to facility management to secure the building
• Access control systems may also be used to control access into certain areas located within the interior
of buildings
• A fire alarm system is the life safety system to warn people by audio and visual to protect their lives
from fires, smoke, carbon mono oxide and other toxic elements for the human
• In case of fire Firefighting system aims to protect human life and property in the building by a large
amount of water and other gas
• UPS is to provide to the uninterrupted power supply in the building for electrical equipment
• Pumping system used in the building to pump the water to the required area
• Still tons of systems evolved in the modern-day building to facilitate the people
• All systems have their dedicated controllers and processing system due to the different functionality of
each system.
So BMS controllers or device designed for controlling and monitoring the HVAC system and other small
systems and integrate all other systems through dedicated networking protocols like BACnet, Modbus etc.
General BMS architecture with Levels
• Management Level: This is the front end for operator and engineer
used to visualize the graphics for controlling and monitoring the
systems which have computer workstation, server, web browser,
printers.
• Digital Input: It allows a microcontroller to detect logic states either 1 or 0, otherwise called as VFC-Volt free
contact.
• Analog Output: In automation and process control applications, the analogue output module
transmits analogue signals (voltage or current) that operate controls such as hydraulic actuators, solenoids, and
motor starters.
• Binary Output: it is nothing but relay output from the controller to trigger on and off any equipment.
Now its time to choose the DDC controllers based on the above input and output point list.
Any BMS controllers manufacturer must have the basic controllers types of analogue input-output, binary
input, and output controllers either dedicated controllers or mixed of all types in a single controller.
For the above applications, we need to choose controllers that should accommodate 17 AI, 6 BI, 5 AO, and 1
BO(Note that temperature and humidity are two different analogue input)
Once controllers are designed, we need to calculate power load for each controller (available in controller
datasheet) and field devices to choose the right transformer rating for our DDC panel.
Next things are to write a program for our controllers to accomplish the above sequence,
First, we need to change English words into the flowchart then we can change it later on the different
programming language that required for BMS vendors either ladder logic or functional block or plain English
and etc.
Whatever it is, any BMS program functionality that will not go beyond the basic digital logic gates.
Flowchart for AHU Control sequence of operation