How to commission AI, DI, AO, and DO points in BMS?
Commissioning AI, DI, AO, and DO points is like a doctor checking your vital signs — verifying each input and output works correctly before the system can manage the building's health.Every BMS project, whether it's a new IT park in Bengaluru or a retrofit in a Chennai hospital, relies on its Analog Inputs (AI), Digital Inputs (DI), Analog Outputs (AO), and Digital Outputs (DO). These are the eyes, ears, hands, and mouth of your BMS controller. If they don't work, the controller is blind, deaf, and mute. I've seen projects delayed by weeks because a junior engineer missed a single wire or a sensor was wired backwards.
Think of it like checking the electrical system of your home. Before you switch on the main power, you'd want to make sure every light switch, fan regulator, and power socket is wired correctly and safely.
| Daily life (Home Electricals) | BMS Equivalent (IO Commissioning) |
|---|---|
| Light switch (On/Off) | Digital Input (DI) |
| Fan regulator (Speed 1-5) | Analog Output (AO) |
| Voltage meter (Reading Volts) | Analog Input (AI) |
| Light bulb (On/Off) | Digital Output (DO) |
| Electrician checking continuity | Commissioning Engineer verifying wiring |
| Testing each switch/socket | Testing each AI/DI/AO/DO point |
Scaling to a Building
In a small home, you might have 20-30 electrical points. In a 10-storey commercial building in Mumbai, you could have thousands of BMS IO points: hundreds of temperature sensors (AI), dozens of fan status feedback (DI), scores of VAV damper actuators (AO), and hundreds of light relays (DO). Each one needs to be meticulously checked.
The Commissioning Engineer's Truth
What junior engineers always miss is the sequence and documentation. You can't just randomly check points. A systematic approach saves days. Also, never trust the wiring diagram blindly; always verify on site. I've seen cases where the physical wiring didn't match the drawing, leading to endless troubleshooting during functional testing.
Here's a practical approach I've used on countless sites, from pharma plants in Vizag to data centres in Hyderabad:
#### 1. Pre-Commissioning Checks (Before Power On)
- Visual Inspection: Before applying power, physically inspect every wire. Is it terminated correctly? Are the cable glands tightened? Is the shielding properly grounded? Check for loose strands, incorrect colour coding, or damaged insulation. This is where an IO list with proper colour-code discipline, as described in the library's
IO List Best Practicesentry, saves you. Without it, every wire is a guess. - Continuity Test: Use a multimeter to check for continuity on each wire from the field device to the controller terminal. This verifies the physical connection and checks for breaks or short circuits. For DI points, short the wires at the sensor end and check for continuity at the controller. For AI points, check resistance (for NTC/PT1000) or voltage/current loop (for 0-10V/4-20mA) at the sensor end and verify at the controller.
- Power Supply Verification: Confirm that the correct power supply (24V AC/DC, 230V AC) is available at the controller and at any powered field devices (e.g., actuators, transmitters).
- Controller Power Up: Power on the DDC controller. Observe status LEDs. Any error lights need immediate investigation.
- Network Connectivity: Ensure the controller is communicating on the BMS network (BACnet/IP, MS/TP, Modbus). Use a network scanner tool like EnSmart Scanner or Yabe (for BACnet) to confirm the controller is visible and responding.
- IO Mapping: Verify that the physical IO points on the controller are correctly mapped to the software points in the controller's program. This means AI-1 on the hardware matches
AHU-1_SATin the software, for example.
This is where you systematically verify each point.
- Digital Inputs (DI):
OFF to ON (or 0 to 1) instantly.
3. Check Alarms: Confirm that any associated alarms (e.g., Motor Trip) are generated in the BMS software when the DI changes state.
- Digital Outputs (DO):
ON.
2. Verify Field Device: Physically observe the field device. Does the fan start? Does the pump run? Does the light turn on? Use a multimeter to confirm voltage at the device terminals.
3. Command DO OFF: Command the DO point OFF and verify the device stops.
- Analog Inputs (AI):
- Analog Outputs (AO):
#### 4. Documentation
- Test Sheets: Maintain detailed test sheets for every single point. Record the date, time, simulated value, actual reading, and your initials. This is critical for validation, especially in pharma projects.
- Punch List: Any issues found must be added to a punch list, assigned to the relevant contractor, and tracked until resolved.
A properly commissioned IO point is a reliable data point — the foundation for all intelligent building control.