SlideShare a Scribd company logo
1 of 71
Control Concepts & BMS




                   Bassem El-Arabawy
Controls
Types of Controls

•   Manual Controls
    Switches
    Dimmers
•   Basic Automatic Controls (Open Loop)
    Timers
    Photo sensors
•   Basic Automatic Controls (Closed Loop)
    Thermostat
    Humidistat
    Dimmable ballast with photo sensor
•   Programmable Controllers (Open loop or closed
    loop)
    Lighting timers (open loop)
    Lighting controllers with sensors (closed loop)
    Demand limiters (closed loop)
    Temperature, pressure, level, flow, etc (all closed
    loop)
•   Energy Management Computer Control Systems
    Level 1, Level 2, Level 3, Level 4
Basic Closed Loop Automatic Control
   Systems (Feedback Control Systems)
1. Basic aspects of closed loop – or feedback control
   systems – for maintaining a physical variable such
   as temperature, pressure, humidity, flow, etc at a
   specified value.
2. Elements of a closed loop feedback control system:
   Sensors
   Controllers
   Actuators
   Controlled devices
Block diagram, Closed loop
        Controller                               Control device
Set
point    Set point    +        Compn-
                                                 Actuator     Valve   Process
         converter            sation unit
                          _



                                            Sensor
Diagram of a Feedback Control System
                 CONTROLLER
    SET
    POINT   RC
                               CONTROLED
                                 DEVICE
                 SENSOR

            T


                               AIR FLOW

                HEATING COIL
Control Modes
•    Two position control system
    • The system (e.g. a heater)
       is either OFF or ON.
    • Accomplished with a relay
       whose contacts are either
       open or closed, or a valve
       whose stem position is
       either open or closed.
Control Modes
•    Proportional control system
    • A variation from the set
       point produces a
       proportional movement in
       the actuator.
    • Pneumatic controls vary the
       air pressure.
    • Electric controls use a
       potentiometer (a type of
       variable resistor).
Control Technologies

•   Pneumatic
•   Electric
•   Direct Digital Control
Pneumatic Controls

•   Use compressed air to operate the control system.
•   Require the use of very clean, dry and oil-free air.
•   Have been used in many HVAC applications

Advantages
• Are well understood by designers and maintenance
   people
• Are inherently proportional, inexpensive and very
   reliable.
Pneumatic Controls

Disadvantages
• Not very precise.
• Required frequent calibration to achieve acceptable
    accuracy.
• Pneumatic control algorithms are hard to change
    e.g. changing a P loop to a PI loop.
Electric Controls

•   Can be analog electric or electronic controls
•   Use a variable, but continuous, electrical voltage or
    current to operate the control system.
•   Transmit signals quickly and accurately.
Advantages
• Can be very accurate and very stable.
• Do not require field calibration, and are drift-free, if
    good quality sensors are used.
• Relatively easy to implement proportional plus
    integral (PI) control electronically.
Disadvantages
• Often more expensive than pneumatic controls
• History of reliability problems.
• Difficult to easily interchange parts because of the
    many different systems.
Direct Digital Controls

•   Use electrical pulses to send signals.
•   Interface directly with microprocessors and
    microcomputers (PCs).
Advantages
• Extremely flexible because the control algorithms are
   implemented in software instead of hardware.
   Changes are made by keyboard entries, not by adding
   or modifying hardware elements.
• Very precise; recalibration is not necessary.
• No controller drift.
• Costs have dropped dramatically for DDC
   components in recent years.
• Analog sensors may still require periodic recalibration,
   but early reliability problems have been cured.
Direct Digital Controls
Disadvantages
• Not well understood by many maintenance people
    and facility managers.
• Different programming languages also a problem.
    BACNET should help this concern.


•   BACNET: Building Automation Central Control
    System Network
Direct Digital Controllers Input/ Outputs

Digital Inputs Examples:-
Differential Pressure Switch is an example of Digital Input. Usually
installed across a fan or a filter. If the contact is closed the DDC
can detect either the fan is running or the filter is clogged.


Smoke Detector installed in the duct to allow the controller to
stop the Air Handling Unit in case of Fire.




Auxiliary contact from contactor to indicate if the contactor is
energized or NOT.
Direct Digital Controllers Input/ Outputs

Analog Inputs Example:-
Temperature Sensors/ Setpoint Modules for Rooms.
Temperature Sensors for Ducts.
Immersion temperature Sensors for water Pipes.




Humidity Transmitters for Rooms and Ducts.




Differential Pressure Transmitters for Clean
Rooms.
Direct Digital Controllers Input/ Outputs

Analog Output Examples:-
DDC produce a voltage signal ranged from 0 to 10 Volt. According
to the value the controlled device respond.


To Control the Fan Speed via inverter (Speed Drive).


To Modulate water Valve .




To Modulate Damper Motor and control Air Flow.
Direct Digital Controllers Input/ Outputs

Digital Output Examples:-
Digital output is a relay output controlled by DDC


To Energize contactor in the motor control center in order to start
Fan or Pump.



To Start a condensing unit when using DX Air
Handling Units.




To energize Heater Battery Stages via contactors
Glossary of Control Terminology
Glossary of Control Terminology
•   Control Point– The actual value of the controlled
    variable (e.g. temperature, pressure, flow, etc.).
•   Dead-Band—The range over which the output of
    the controller remains constant as the input varies,
    with the output changing only in response to an
    input outside the differential range.
•   Direct Acting Controller—A controller for which an
    increase in the level of the sensor signal
    (temperature, pressure, etc.) results in an increase
    in the level of the controller output.
Glossary of Control Terminology
•   Equal Percentage Valve—A valve with a plug
    shaped so the flow varies as the square root of the
    lift.
•   Gain—The gain of a controller is defined as the
    ratio of the output of the controller to the input.

    In a pneumatic temperature controller, for example,
    the gain would be expressed as:

            gain = Controller Output (kPa)
                   Throttling Range (degrees)
Glossary of Control Terminology
•   Linear Percentage Valve—A valve which has a plug
    shaped so that the flow varies directly with the lift.
•   Modulating Controller—A type of controller for
    which the output can vary infinitely over the range of
    the controller.
•   Offset—The difference between the set point and
    the control point or the actual value of the controlled
    variable.
    This is sometimes called drift, deviation, or control
    point shift.
Glossary of Control Terminology
•   Set Point—The Value of the controlled variable that
    is to be maintained.
•   Throttling Range—The amount of change in the
    controlled variable required to run the actuator of
    the controlled device from one end of its stroke to
    the other end.
    If the actual value of the controlled variable lies
    within the throttling range of the controller it is said
    to be in control.
    When it exceeds the throttling range it is said to be
    out of control.
Control Algorithms
•   Proportional Control (P)

    With proportional control, the controller output
    varies in proportion to the error.

    The system output is: O = A + Kp × e
    where Kp = Proportional Gain Constant
Control Algorithms
•   Proportional Plus Integral Control (PI)

    With proportional plus integral control, an integral
    term is added to the output equation.

    The system output is: O = A + Kp × e + Ki × ∫ edt
    where Ki = Integral Gain Constant
Control Algorithms
•   Proportional Plus Integral Plus Derivative Control
    (PID)

    With PID control, a derivative—or prediction—term
    is added.
    The system output is:
    O = A + Kp × e + Ki × ∫ edt + Kd × de/dt
    where Kd = Derivative Gain Constant
Energy Consumption (per Sector)

 ● Energy use split




 37%                  35%             10%
   Industry           Building      Government
                                    & shops


 • Main energy consumption is for motors, cooling, lighting, electronics and
   appliances
Solutions for Building and
          Industry Sector
Enabling products                             Buildings & Industy
                                               Renovation can yield up to
 – Variable speed drives for HVAC, pumps,      30% of energy savings
   fans, motors                                Building management     Power factor
                                               systems                 correction
 – Power compensation and filtering products
 – Dimmers, timers, movement and presence
   detectors, switches.
 – Thermostat for climate control

Management systems                            HVAC
                                               control
                                                             Climate
                                                             control
                                                                         Lighting
                                                                         control

 – Building management systems
 – Power management systems
Energy Efficiency Improvement Steps

1 Measure
2 Fix the basics
3 Automate
4 Monitor and Improve
1 Measure                                    ●Energy meters
   What we can not measure we can not control   ●Power quality meters


2 Fix the basics


3 Automate


4 Monitor and Improve
1 Measure


   2 Fix the basics     ●Power quality
                        ●Insulation material
                        ●Low consumption devices
                        ●Power reliability
3 Automate


4 Monitor and Improve
P(kW)

   ϕ                  P(kW)
            Q(kvar)
S(KVA)                S(kVA)

App.
power
1 Measure


2 Fix the basics


   3 Automate           ●Variable speed derives
                        ●Motor control systems
                        ●Building Management Systems

4 Monitor and Improve
1 Measure


   4 Monitor and Improve   ●Energy management software
                           ●Remote monitoring systems


2 Fix the basics


3 Automate
Building Management Systems
Centralized System

                                                                                            HVAC




Car Park
Management



                                      COMMON SITEWIDE NETWORK



        Intruder
                                                                                                Energy
       Detection
                                                                                                Metering




                         Fire Alarm         Lighting Control   CCTV Systems
                                                                              Lift Monitoring
        Access Control    Systems               Systems
ISO Standard Levels Model
             Approved Standard                         System Control

                 BACnet/LonTalk                              Workstation,
                                                            Graphical User
                                   Management Level         Interface (GUI)

                                                                  Main Plant, AHUs,
      BACnet/LonTalk                                               Chillers, Boilers
                                    Automation Level



  BACnet,                                                                Terminal Units,
LONTalk, EIB,                                                             VAVs, FCU’s
                                      Field Level
Profibus etc..                                                            Heat Pumps
                          (to be merged with Automation Level)
Distributed Energy Management System Architecture
Open Systems and multiple standards

  Open protocols are the basis of open systems:
Energy Management System Functions

Monitoring/Surveillance
• Building conditions
• Equipment status
• Utility demand
• Climate data
• Fire and security
Energy Management System Functions

Control
• Schedule events
• Optimized start/stop
• Enthalpy optimization
• Boiler/chiller optimization
• Temperature setback/setup
Energy Management System Functions

Demand Limiting
• Load shedding
• Duty cycling
Maintenance
• Remote operation and control of equipment
• Generation of maintenance schedules
• Diagnosing breakdowns
Energy Management System Functions

Record Generation
• Trends and operation logs
• Utility demand profile
• Modification/replacement analysis
• Energy conservation documentation
Power Monitoring
Power Factor        Demand




                   Consumption
Peak Demand shedding
How it contributes to Energy Efficiency?




           Before                 After
Energy Centre
2 off 5MW CHP Engines
2 Dual Fuel Boilers
2 Heat Recovery Boilers

Plant Rooms
34 Air Handling Units
Chillers
LPHW systems
CWS Storage Tanks

Life Safety
Smoke Control
Sprinklers
Emergency Lighting Battery
Chargers
Fire Hydrant Systems

Terminal Services
Escalators / Auto walks
Lifts

Pump Stations *
Surface Water Drainage
Sewage Pump Stations
Fire Training Ground

Apron Services
Airbridge Alarms
FEGP

Substations
HV Switchgear Monitoring
Metering
Standby Generators

Access Control
200 Doors
Attendance monitoring
Sample of Building Management Graphical
               Presentation




            Air Handling Display
Chillier Plant Display
CHARTS
Alarm Logs
EMS Feature Descriptions

1. Scheduled Start/Stop—Starting and stopping
   equipment based upon the time of day, and the day
   of the week.
2. Optimum Start/Stop—Adjust equipment operating
   schedule based upon space temperature, outside
   air temperature, humidity, etc.
3. Duty Cycling—Shutting down equipment for
   predetermined short periods of time during normal
   operating hours.
EMS Feature Descriptions

4. Demand Limiting—Temporarily shedding electrical
   loads to prevent exceeding a peak value.
5. Day/Night Setback—Lowering the space heating
   setpoint or raising the space cooling setpoint during
   unoccupied hours.
6. Outside Air Economizer—Brings in outside air when
   the OA dry bulb temperature is less than the
   required mixed air temperature for the building.
7. Enthalpy Economizer—Brings in outside air when
   the OA enthalpy is less than that of the return air.
EMS Feature Descriptions

8. Warm Up/Cool Down Ventilation and Recirculation
   —Controls operation of the OA dampers when the
   introduction of OA would impose an additional
   thermal load during warm-up or cool-down cycles
   prior to occupancy of a building.
EMS Feature Descriptions

10. Steam Boiler Optimization—Implemented in heating
    plants with multiple boilers. Boiler plant optimization
    is accomplished through the selection of the most
    efficient boiler to satisfy the space temperature
    requirements during the building occupied period.
11. Reheat Coil Reset—Selects the zone/area with the
    greatest need for reheat, and establishes the
    minimum temperature of the heating hot water so
    that is is just hot enough to meet the reheat needs
    for that time period.
EMS Feature Descriptions

12. Hot Water Boiler Optimization—Same technique as
    Steam Boiler Optimization.
13. Hot Water OA Reset—The heating hot water
    temperature is reduced as the heating need for the
    facility decreases.
14. Chiller Optimization—For facilities with multiple
    chillers, the most efficient chiller or chillers are
    selected to meet the existing load with minimum
    demand and or energy.
EMS Feature Descriptions

15. Chiller Demand Limiting—The chiller electrical load
    is reduced at certain times to meet a maximum pre-
    specified chiller kW load.
16. Lighting Control—Turns lighting off and on
    according to a pre-set time schedule.
• Remote Boiler Monitoring and Supervision—Uses
    sensors at the boiler to provide inputs to the EMS
    for automatic central reporting of alarms, critical
    operating parameters, and remote shutdown of
    boilers.
EMS Feature Descriptions

18. Maintenance Management—Provides a
    maintenance schedule for utility plants, mechanical
    and electrical equipment based on run time,
    calendar time, or physical parameters.
19. Fire/Security Management Control—When allowed
    by local building codes, these functions can be
    combined with the Energy Management System
    functions in a cost effective manner.
Building Management System




Direct Digital Controller Applications
Constant volume air handling unit with return fan,
heating and cooling coils and mixed air dampers.
Constant volume air handling unit with return fan,
heating and cooling coils and mixed air dampers.

                           Equipment List
                            Item                       QTY
        Duct Temperature Sensor                         4
        Modulating Valves                               2
        DP Switch                                       3
        Modulating Damper Actuators                     3
        Duct Smoke Detector                             2
        RH Transmitter                                  2
        Direct Digital Controller with 7 DI, 2 DO, 6    1
        AI, 5 AO
        20% Extra points is recommended
Constant volume air handling unit with return
 fan, heating and cooling coils and mixed air
                  dampers.




         Control Sequence -1
Constant volume air handling unit with return fan, heating
       and cooling coils and mixed air dampers.




                     Control Sequence -2
Constant volume air handling unit with return fan,
heating and cooling coils and mixed air dampers.




          Control Sequence -3
Constant volume air handling unit with return fan,
heating and cooling coils and mixed air dampers.




          Control Sequence -4
Monitors chiller loading and failure status to control a
            lead and lag chiller system.
Monitors chiller loading and failure status to control a
            lead and lag chiller system.




                       Equipment List
                        Item                       QTY
    Immersion Temperature Sensor                    3
    Water Flow Sensor                               2
    Direct Digital Controller with 4 DI, 4 DO, 4    1
    AI.
    20% Extra points is recommended
THANK YOU

More Related Content

What's hot

Practical Distributed Control Systems (DCS) for Engineers and Technicians
Practical Distributed Control Systems (DCS) for Engineers and TechniciansPractical Distributed Control Systems (DCS) for Engineers and Technicians
Practical Distributed Control Systems (DCS) for Engineers and TechniciansLiving Online
 
Building management system (bms)
Building management system (bms)Building management system (bms)
Building management system (bms)slmnsvn
 
PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh ShekhawatPLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh ShekhawatJitender Singh Shekhawat
 
Distributed control system presentation
Distributed control system presentationDistributed control system presentation
Distributed control system presentationAYUSH VARSHNEY
 
TEMPERATURE BASED FAN SPEED CONTROLLER
TEMPERATURE  BASED  FAN  SPEED  CONTROLLERTEMPERATURE  BASED  FAN  SPEED  CONTROLLER
TEMPERATURE BASED FAN SPEED CONTROLLERTarek Erin
 
Optimizing Building Performance with Building Management Systems (BMS): Benef...
Optimizing Building Performance with Building Management Systems (BMS): Benef...Optimizing Building Performance with Building Management Systems (BMS): Benef...
Optimizing Building Performance with Building Management Systems (BMS): Benef...Ashraf El Desoky
 
Building Management System BMS Introduction
Building Management System BMS  IntroductionBuilding Management System BMS  Introduction
Building Management System BMS IntroductionGAUTAM KOPPALA (JORGE)
 
HVAC Systems- A Complete Guide
HVAC Systems- A Complete GuideHVAC Systems- A Complete Guide
HVAC Systems- A Complete GuideFordly
 
DCS - Distributed Control System
DCS - Distributed Control System DCS - Distributed Control System
DCS - Distributed Control System Pratheep M
 
Brochure triconex emergency_shutdownsystemssolutions_03-10
Brochure triconex emergency_shutdownsystemssolutions_03-10Brochure triconex emergency_shutdownsystemssolutions_03-10
Brochure triconex emergency_shutdownsystemssolutions_03-10Risman BizNet
 
Building Management System-CPD - Part 1.pdf
Building Management System-CPD - Part 1.pdfBuilding Management System-CPD - Part 1.pdf
Building Management System-CPD - Part 1.pdfSilva104866
 
DCS PRESENTATION
DCS PRESENTATIONDCS PRESENTATION
DCS PRESENTATIONbvent2005
 
Heating & Cooling Loads Calculations and HVAC Equipment Sizing
Heating & Cooling Loads Calculations  and HVAC Equipment SizingHeating & Cooling Loads Calculations  and HVAC Equipment Sizing
Heating & Cooling Loads Calculations and HVAC Equipment SizingIES VE
 

What's hot (20)

VRF system presentation !
VRF system presentation !VRF system presentation !
VRF system presentation !
 
Practical Distributed Control Systems (DCS) for Engineers and Technicians
Practical Distributed Control Systems (DCS) for Engineers and TechniciansPractical Distributed Control Systems (DCS) for Engineers and Technicians
Practical Distributed Control Systems (DCS) for Engineers and Technicians
 
Building management system (bms)
Building management system (bms)Building management system (bms)
Building management system (bms)
 
PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh ShekhawatPLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
 
HVAC Sysems & AHU
HVAC Sysems & AHUHVAC Sysems & AHU
HVAC Sysems & AHU
 
Bms system
Bms  systemBms  system
Bms system
 
Distributed control system presentation
Distributed control system presentationDistributed control system presentation
Distributed control system presentation
 
TEMPERATURE BASED FAN SPEED CONTROLLER
TEMPERATURE  BASED  FAN  SPEED  CONTROLLERTEMPERATURE  BASED  FAN  SPEED  CONTROLLER
TEMPERATURE BASED FAN SPEED CONTROLLER
 
HVAC Fundamentals
HVAC  FundamentalsHVAC  Fundamentals
HVAC Fundamentals
 
Optimizing Building Performance with Building Management Systems (BMS): Benef...
Optimizing Building Performance with Building Management Systems (BMS): Benef...Optimizing Building Performance with Building Management Systems (BMS): Benef...
Optimizing Building Performance with Building Management Systems (BMS): Benef...
 
Building Management System BMS Introduction
Building Management System BMS  IntroductionBuilding Management System BMS  Introduction
Building Management System BMS Introduction
 
Working of DCS systems
Working of DCS systemsWorking of DCS systems
Working of DCS systems
 
HVAC Systems- A Complete Guide
HVAC Systems- A Complete GuideHVAC Systems- A Complete Guide
HVAC Systems- A Complete Guide
 
DCS - Distributed Control System
DCS - Distributed Control System DCS - Distributed Control System
DCS - Distributed Control System
 
Brochure triconex emergency_shutdownsystemssolutions_03-10
Brochure triconex emergency_shutdownsystemssolutions_03-10Brochure triconex emergency_shutdownsystemssolutions_03-10
Brochure triconex emergency_shutdownsystemssolutions_03-10
 
Building Management System-CPD - Part 1.pdf
Building Management System-CPD - Part 1.pdfBuilding Management System-CPD - Part 1.pdf
Building Management System-CPD - Part 1.pdf
 
DCS Introduction
DCS IntroductionDCS Introduction
DCS Introduction
 
DCS
DCSDCS
DCS
 
DCS PRESENTATION
DCS PRESENTATIONDCS PRESENTATION
DCS PRESENTATION
 
Heating & Cooling Loads Calculations and HVAC Equipment Sizing
Heating & Cooling Loads Calculations  and HVAC Equipment SizingHeating & Cooling Loads Calculations  and HVAC Equipment Sizing
Heating & Cooling Loads Calculations and HVAC Equipment Sizing
 

Viewers also liked

Building management-system power point
Building management-system power pointBuilding management-system power point
Building management-system power pointazharbang
 
Business Management System (BMS) Slides
Business Management System (BMS) SlidesBusiness Management System (BMS) Slides
Business Management System (BMS) SlidesLarry Saytee
 
Trg trc017-en hvac system control
Trg trc017-en hvac system controlTrg trc017-en hvac system control
Trg trc017-en hvac system controlVoVi Phap Danh
 
Hvac controls operation and maintenance 3rd edition g. w. gupton
Hvac controls operation and maintenance   3rd edition g. w. guptonHvac controls operation and maintenance   3rd edition g. w. gupton
Hvac controls operation and maintenance 3rd edition g. w. guptonronald59
 
Step 4 - Properly Sized, Designed, Installed, and Commissioned HVAC Systems
Step 4 - Properly Sized, Designed, Installed, and Commissioned HVAC SystemsStep 4 - Properly Sized, Designed, Installed, and Commissioned HVAC Systems
Step 4 - Properly Sized, Designed, Installed, and Commissioned HVAC SystemsSynergy Airflow and Ventilation
 
HVAC Service Class
HVAC Service ClassHVAC Service Class
HVAC Service Classadadams
 
Hvac course
Hvac courseHvac course
Hvac coursehvactrg1
 
HVAC Control Systems
HVAC Control SystemsHVAC Control Systems
HVAC Control Systemsacshvac
 
21 hvac design manual
21 hvac design manual21 hvac design manual
21 hvac design manualbhattbhai
 
Instalația de aer comprimat
Instalația de aer comprimatInstalația de aer comprimat
Instalația de aer comprimatAlex Alexutzuu
 
Trg trc003-en refrigeration cycle
Trg trc003-en refrigeration cycleTrg trc003-en refrigeration cycle
Trg trc003-en refrigeration cycleVoVi Phap Danh
 
Matematica discreta fasciculo_1_v7
Matematica discreta fasciculo_1_v7Matematica discreta fasciculo_1_v7
Matematica discreta fasciculo_1_v7CLEAN LOURENÇO
 
Hvac formulas
Hvac formulasHvac formulas
Hvac formulashvactrg1
 
Fire fighting presentation
Fire  fighting presentationFire  fighting presentation
Fire fighting presentationRaghunath Patil
 
The Top Skills That Can Get You Hired in 2017
The Top Skills That Can Get You Hired in 2017The Top Skills That Can Get You Hired in 2017
The Top Skills That Can Get You Hired in 2017LinkedIn
 

Viewers also liked (19)

Building management-system power point
Building management-system power pointBuilding management-system power point
Building management-system power point
 
Fire Fighting Theory
Fire Fighting TheoryFire Fighting Theory
Fire Fighting Theory
 
Business Management System (BMS) Slides
Business Management System (BMS) SlidesBusiness Management System (BMS) Slides
Business Management System (BMS) Slides
 
Trg trc017-en hvac system control
Trg trc017-en hvac system controlTrg trc017-en hvac system control
Trg trc017-en hvac system control
 
Hvac controls operation and maintenance 3rd edition g. w. gupton
Hvac controls operation and maintenance   3rd edition g. w. guptonHvac controls operation and maintenance   3rd edition g. w. gupton
Hvac controls operation and maintenance 3rd edition g. w. gupton
 
SCADA
SCADASCADA
SCADA
 
Step 4 - Properly Sized, Designed, Installed, and Commissioned HVAC Systems
Step 4 - Properly Sized, Designed, Installed, and Commissioned HVAC SystemsStep 4 - Properly Sized, Designed, Installed, and Commissioned HVAC Systems
Step 4 - Properly Sized, Designed, Installed, and Commissioned HVAC Systems
 
Hvac systems
Hvac systemsHvac systems
Hvac systems
 
HVAC Service Class
HVAC Service ClassHVAC Service Class
HVAC Service Class
 
Hvac course
Hvac courseHvac course
Hvac course
 
HVAC Control Systems
HVAC Control SystemsHVAC Control Systems
HVAC Control Systems
 
21 hvac design manual
21 hvac design manual21 hvac design manual
21 hvac design manual
 
Instalația de aer comprimat
Instalația de aer comprimatInstalația de aer comprimat
Instalația de aer comprimat
 
Trg trc003-en refrigeration cycle
Trg trc003-en refrigeration cycleTrg trc003-en refrigeration cycle
Trg trc003-en refrigeration cycle
 
Matematica discreta fasciculo_1_v7
Matematica discreta fasciculo_1_v7Matematica discreta fasciculo_1_v7
Matematica discreta fasciculo_1_v7
 
Hvac formulas
Hvac formulasHvac formulas
Hvac formulas
 
Bms system basic
Bms system  basicBms system  basic
Bms system basic
 
Fire fighting presentation
Fire  fighting presentationFire  fighting presentation
Fire fighting presentation
 
The Top Skills That Can Get You Hired in 2017
The Top Skills That Can Get You Hired in 2017The Top Skills That Can Get You Hired in 2017
The Top Skills That Can Get You Hired in 2017
 

Similar to day 3: Control Concepts & BMS

Pneumatic control valve
Pneumatic control valvePneumatic control valve
Pneumatic control valveKarnav Rana
 
178633554-Bms-Air-Conditioning-and-Ventilation-Controls-Honeywell
178633554-Bms-Air-Conditioning-and-Ventilation-Controls-Honeywell178633554-Bms-Air-Conditioning-and-Ventilation-Controls-Honeywell
178633554-Bms-Air-Conditioning-and-Ventilation-Controls-HoneywellEUR ING Gorka Akarregi
 
Process Control Fundamentals and How to read P&IDs
Process Control Fundamentals and How to read P&IDsProcess Control Fundamentals and How to read P&IDs
Process Control Fundamentals and How to read P&IDsAhmed Deyab
 
Lecture control 1.pptx
Lecture control 1.pptxLecture control 1.pptx
Lecture control 1.pptxAsmaCh17
 
Controller ppt
Controller pptController ppt
Controller pptgourav0077
 
Temperature Control System Using Pid Controller
Temperature Control System Using Pid ControllerTemperature Control System Using Pid Controller
Temperature Control System Using Pid ControllerMasum Parvej
 
Bmssystem basic-141229052438-conversion-gate02
Bmssystem basic-141229052438-conversion-gate02Bmssystem basic-141229052438-conversion-gate02
Bmssystem basic-141229052438-conversion-gate02manjunatha appaiah
 
Chapter 1 basic components of control system
Chapter  1  basic components of control systemChapter  1  basic components of control system
Chapter 1 basic components of control systemHarish Odedra
 
Introduction of control engineering
Introduction of control engineeringIntroduction of control engineering
Introduction of control engineeringAshvani Shukla
 
Mecha-Lec-1-Introducing Mechatronics.pptx
Mecha-Lec-1-Introducing Mechatronics.pptxMecha-Lec-1-Introducing Mechatronics.pptx
Mecha-Lec-1-Introducing Mechatronics.pptxhailegebreselassie24
 
Session 24 - Control Systems
Session 24 - Control SystemsSession 24 - Control Systems
Session 24 - Control SystemsVidyaIA
 
PROCESS CONTROL module 1.pptx
PROCESS CONTROL module 1.pptxPROCESS CONTROL module 1.pptx
PROCESS CONTROL module 1.pptxglan Glandeva
 
Session 04 - Instruments - Introduction
Session 04 - Instruments - IntroductionSession 04 - Instruments - Introduction
Session 04 - Instruments - IntroductionVidyaIA
 

Similar to day 3: Control Concepts & BMS (20)

Pneumatic control valve
Pneumatic control valvePneumatic control valve
Pneumatic control valve
 
178633554-Bms-Air-Conditioning-and-Ventilation-Controls-Honeywell
178633554-Bms-Air-Conditioning-and-Ventilation-Controls-Honeywell178633554-Bms-Air-Conditioning-and-Ventilation-Controls-Honeywell
178633554-Bms-Air-Conditioning-and-Ventilation-Controls-Honeywell
 
On off controller
On off controllerOn off controller
On off controller
 
Process Control Fundamentals and How to read P&IDs
Process Control Fundamentals and How to read P&IDsProcess Control Fundamentals and How to read P&IDs
Process Control Fundamentals and How to read P&IDs
 
Lecture control 1.pptx
Lecture control 1.pptxLecture control 1.pptx
Lecture control 1.pptx
 
Controllers ppt
Controllers pptControllers ppt
Controllers ppt
 
Controller ppt
Controller pptController ppt
Controller ppt
 
Temperature Control System Using Pid Controller
Temperature Control System Using Pid ControllerTemperature Control System Using Pid Controller
Temperature Control System Using Pid Controller
 
C&i systems
C&i systemsC&i systems
C&i systems
 
Bmssystem basic-141229052438-conversion-gate02
Bmssystem basic-141229052438-conversion-gate02Bmssystem basic-141229052438-conversion-gate02
Bmssystem basic-141229052438-conversion-gate02
 
Chapter 1 basic components of control system
Chapter  1  basic components of control systemChapter  1  basic components of control system
Chapter 1 basic components of control system
 
3.CONTROL ACTIONS.pptx
3.CONTROL ACTIONS.pptx3.CONTROL ACTIONS.pptx
3.CONTROL ACTIONS.pptx
 
Introduction of control engineering
Introduction of control engineeringIntroduction of control engineering
Introduction of control engineering
 
sssss (1).pptx
sssss (1).pptxsssss (1).pptx
sssss (1).pptx
 
Mecha-Lec-1-Introducing Mechatronics.pptx
Mecha-Lec-1-Introducing Mechatronics.pptxMecha-Lec-1-Introducing Mechatronics.pptx
Mecha-Lec-1-Introducing Mechatronics.pptx
 
4470838.ppt
4470838.ppt4470838.ppt
4470838.ppt
 
Session 24 - Control Systems
Session 24 - Control SystemsSession 24 - Control Systems
Session 24 - Control Systems
 
Lecture 2 Wind Energy Course
Lecture 2  Wind Energy Course Lecture 2  Wind Energy Course
Lecture 2 Wind Energy Course
 
PROCESS CONTROL module 1.pptx
PROCESS CONTROL module 1.pptxPROCESS CONTROL module 1.pptx
PROCESS CONTROL module 1.pptx
 
Session 04 - Instruments - Introduction
Session 04 - Instruments - IntroductionSession 04 - Instruments - Introduction
Session 04 - Instruments - Introduction
 

More from RCREEE

Gender challenges in clean energy sector can network
Gender challenges in clean energy sector can networkGender challenges in clean energy sector can network
Gender challenges in clean energy sector can networkRCREEE
 
Climate and energy policies advocacy of youth in the arab world
Climate and energy policies advocacy of youth in the arab worldClimate and energy policies advocacy of youth in the arab world
Climate and energy policies advocacy of youth in the arab worldRCREEE
 
Women in energy a world full of opportunities lcec
Women in energy a world full of opportunities  lcecWomen in energy a world full of opportunities  lcec
Women in energy a world full of opportunities lcecRCREEE
 
Women and sustainability in green mind
Women and sustainability in green mindWomen and sustainability in green mind
Women and sustainability in green mindRCREEE
 
Energy entrepreneurship artik energy
Energy entrepreneurship  artik energyEnergy entrepreneurship  artik energy
Energy entrepreneurship artik energyRCREEE
 
The women behind ewb kuwait
The women behind ewb kuwaitThe women behind ewb kuwait
The women behind ewb kuwaitRCREEE
 
Women in Energy in Jordan Challenges, Opportunities and the Way Forward JREEE...
Women in Energy in Jordan Challenges, Opportunities and the Way Forward JREEE...Women in Energy in Jordan Challenges, Opportunities and the Way Forward JREEE...
Women in Energy in Jordan Challenges, Opportunities and the Way Forward JREEE...RCREEE
 
Women in energy sector in the mena region rcreee
Women in energy sector in the mena region rcreeeWomen in energy sector in the mena region rcreee
Women in energy sector in the mena region rcreeeRCREEE
 
Awakening diversity in the clean energy sector a key point to achieve sustai...
Awakening diversity in the clean energy sector  a key point to achieve sustai...Awakening diversity in the clean energy sector  a key point to achieve sustai...
Awakening diversity in the clean energy sector a key point to achieve sustai...RCREEE
 
Mitigating environmental impact in non renewable energy the role of women
Mitigating environmental impact in non renewable energy the role of womenMitigating environmental impact in non renewable energy the role of women
Mitigating environmental impact in non renewable energy the role of womenRCREEE
 
HLPD in Vienna_Key Messages
HLPD in Vienna_Key MessagesHLPD in Vienna_Key Messages
HLPD in Vienna_Key MessagesRCREEE
 
HLPD_Setting the scene
HLPD_Setting the sceneHLPD_Setting the scene
HLPD_Setting the sceneRCREEE
 
EU-Egypt Energy Cooperation: A successful model
EU-Egypt Energy Cooperation: A successful modelEU-Egypt Energy Cooperation: A successful model
EU-Egypt Energy Cooperation: A successful modelRCREEE
 
EU sustainable development policies& cooperation
EU sustainable development policies& cooperationEU sustainable development policies& cooperation
EU sustainable development policies& cooperationRCREEE
 
EU support to the Energy sector in Jordan
EU support to the Energy sector in JordanEU support to the Energy sector in Jordan
EU support to the Energy sector in JordanRCREEE
 
Global Energy Interconnection Enhances Renewable Energy Development & Regiona...
Global Energy Interconnection Enhances Renewable Energy Development & Regiona...Global Energy Interconnection Enhances Renewable Energy Development & Regiona...
Global Energy Interconnection Enhances Renewable Energy Development & Regiona...RCREEE
 
Netherlands Support to Sustainable Arab Development
Netherlands Support to Sustainable Arab DevelopmentNetherlands Support to Sustainable Arab Development
Netherlands Support to Sustainable Arab DevelopmentRCREEE
 
Report summary on Intended Nationnally determined contributions -Comprehensiv...
Report summary on Intended Nationnally determined contributions -Comprehensiv...Report summary on Intended Nationnally determined contributions -Comprehensiv...
Report summary on Intended Nationnally determined contributions -Comprehensiv...RCREEE
 
Energy productivity as a new paradigm for sustainable energy transitions
Energy productivity as a new paradigm for sustainable energy transitionsEnergy productivity as a new paradigm for sustainable energy transitions
Energy productivity as a new paradigm for sustainable energy transitionsRCREEE
 
Arab Region Progress in Sustainable Energy Challenges and Opportunities
Arab Region Progress in Sustainable Energy Challenges and OpportunitiesArab Region Progress in Sustainable Energy Challenges and Opportunities
Arab Region Progress in Sustainable Energy Challenges and OpportunitiesRCREEE
 

More from RCREEE (20)

Gender challenges in clean energy sector can network
Gender challenges in clean energy sector can networkGender challenges in clean energy sector can network
Gender challenges in clean energy sector can network
 
Climate and energy policies advocacy of youth in the arab world
Climate and energy policies advocacy of youth in the arab worldClimate and energy policies advocacy of youth in the arab world
Climate and energy policies advocacy of youth in the arab world
 
Women in energy a world full of opportunities lcec
Women in energy a world full of opportunities  lcecWomen in energy a world full of opportunities  lcec
Women in energy a world full of opportunities lcec
 
Women and sustainability in green mind
Women and sustainability in green mindWomen and sustainability in green mind
Women and sustainability in green mind
 
Energy entrepreneurship artik energy
Energy entrepreneurship  artik energyEnergy entrepreneurship  artik energy
Energy entrepreneurship artik energy
 
The women behind ewb kuwait
The women behind ewb kuwaitThe women behind ewb kuwait
The women behind ewb kuwait
 
Women in Energy in Jordan Challenges, Opportunities and the Way Forward JREEE...
Women in Energy in Jordan Challenges, Opportunities and the Way Forward JREEE...Women in Energy in Jordan Challenges, Opportunities and the Way Forward JREEE...
Women in Energy in Jordan Challenges, Opportunities and the Way Forward JREEE...
 
Women in energy sector in the mena region rcreee
Women in energy sector in the mena region rcreeeWomen in energy sector in the mena region rcreee
Women in energy sector in the mena region rcreee
 
Awakening diversity in the clean energy sector a key point to achieve sustai...
Awakening diversity in the clean energy sector  a key point to achieve sustai...Awakening diversity in the clean energy sector  a key point to achieve sustai...
Awakening diversity in the clean energy sector a key point to achieve sustai...
 
Mitigating environmental impact in non renewable energy the role of women
Mitigating environmental impact in non renewable energy the role of womenMitigating environmental impact in non renewable energy the role of women
Mitigating environmental impact in non renewable energy the role of women
 
HLPD in Vienna_Key Messages
HLPD in Vienna_Key MessagesHLPD in Vienna_Key Messages
HLPD in Vienna_Key Messages
 
HLPD_Setting the scene
HLPD_Setting the sceneHLPD_Setting the scene
HLPD_Setting the scene
 
EU-Egypt Energy Cooperation: A successful model
EU-Egypt Energy Cooperation: A successful modelEU-Egypt Energy Cooperation: A successful model
EU-Egypt Energy Cooperation: A successful model
 
EU sustainable development policies& cooperation
EU sustainable development policies& cooperationEU sustainable development policies& cooperation
EU sustainable development policies& cooperation
 
EU support to the Energy sector in Jordan
EU support to the Energy sector in JordanEU support to the Energy sector in Jordan
EU support to the Energy sector in Jordan
 
Global Energy Interconnection Enhances Renewable Energy Development & Regiona...
Global Energy Interconnection Enhances Renewable Energy Development & Regiona...Global Energy Interconnection Enhances Renewable Energy Development & Regiona...
Global Energy Interconnection Enhances Renewable Energy Development & Regiona...
 
Netherlands Support to Sustainable Arab Development
Netherlands Support to Sustainable Arab DevelopmentNetherlands Support to Sustainable Arab Development
Netherlands Support to Sustainable Arab Development
 
Report summary on Intended Nationnally determined contributions -Comprehensiv...
Report summary on Intended Nationnally determined contributions -Comprehensiv...Report summary on Intended Nationnally determined contributions -Comprehensiv...
Report summary on Intended Nationnally determined contributions -Comprehensiv...
 
Energy productivity as a new paradigm for sustainable energy transitions
Energy productivity as a new paradigm for sustainable energy transitionsEnergy productivity as a new paradigm for sustainable energy transitions
Energy productivity as a new paradigm for sustainable energy transitions
 
Arab Region Progress in Sustainable Energy Challenges and Opportunities
Arab Region Progress in Sustainable Energy Challenges and OpportunitiesArab Region Progress in Sustainable Energy Challenges and Opportunities
Arab Region Progress in Sustainable Energy Challenges and Opportunities
 

day 3: Control Concepts & BMS

  • 1. Control Concepts & BMS Bassem El-Arabawy
  • 3. Types of Controls • Manual Controls Switches Dimmers • Basic Automatic Controls (Open Loop) Timers Photo sensors • Basic Automatic Controls (Closed Loop) Thermostat Humidistat Dimmable ballast with photo sensor
  • 4. Programmable Controllers (Open loop or closed loop) Lighting timers (open loop) Lighting controllers with sensors (closed loop) Demand limiters (closed loop) Temperature, pressure, level, flow, etc (all closed loop) • Energy Management Computer Control Systems Level 1, Level 2, Level 3, Level 4
  • 5.
  • 6. Basic Closed Loop Automatic Control Systems (Feedback Control Systems) 1. Basic aspects of closed loop – or feedback control systems – for maintaining a physical variable such as temperature, pressure, humidity, flow, etc at a specified value. 2. Elements of a closed loop feedback control system: Sensors Controllers Actuators Controlled devices
  • 7. Block diagram, Closed loop Controller Control device Set point Set point + Compn- Actuator Valve Process converter sation unit _ Sensor
  • 8. Diagram of a Feedback Control System CONTROLLER SET POINT RC CONTROLED DEVICE SENSOR T AIR FLOW HEATING COIL
  • 9. Control Modes • Two position control system • The system (e.g. a heater) is either OFF or ON. • Accomplished with a relay whose contacts are either open or closed, or a valve whose stem position is either open or closed.
  • 10. Control Modes • Proportional control system • A variation from the set point produces a proportional movement in the actuator. • Pneumatic controls vary the air pressure. • Electric controls use a potentiometer (a type of variable resistor).
  • 11. Control Technologies • Pneumatic • Electric • Direct Digital Control
  • 12. Pneumatic Controls • Use compressed air to operate the control system. • Require the use of very clean, dry and oil-free air. • Have been used in many HVAC applications Advantages • Are well understood by designers and maintenance people • Are inherently proportional, inexpensive and very reliable.
  • 13. Pneumatic Controls Disadvantages • Not very precise. • Required frequent calibration to achieve acceptable accuracy. • Pneumatic control algorithms are hard to change e.g. changing a P loop to a PI loop.
  • 14. Electric Controls • Can be analog electric or electronic controls • Use a variable, but continuous, electrical voltage or current to operate the control system. • Transmit signals quickly and accurately.
  • 15. Advantages • Can be very accurate and very stable. • Do not require field calibration, and are drift-free, if good quality sensors are used. • Relatively easy to implement proportional plus integral (PI) control electronically. Disadvantages • Often more expensive than pneumatic controls • History of reliability problems. • Difficult to easily interchange parts because of the many different systems.
  • 16. Direct Digital Controls • Use electrical pulses to send signals. • Interface directly with microprocessors and microcomputers (PCs).
  • 17. Advantages • Extremely flexible because the control algorithms are implemented in software instead of hardware. Changes are made by keyboard entries, not by adding or modifying hardware elements. • Very precise; recalibration is not necessary. • No controller drift. • Costs have dropped dramatically for DDC components in recent years. • Analog sensors may still require periodic recalibration, but early reliability problems have been cured.
  • 18. Direct Digital Controls Disadvantages • Not well understood by many maintenance people and facility managers. • Different programming languages also a problem. BACNET should help this concern. • BACNET: Building Automation Central Control System Network
  • 19. Direct Digital Controllers Input/ Outputs Digital Inputs Examples:- Differential Pressure Switch is an example of Digital Input. Usually installed across a fan or a filter. If the contact is closed the DDC can detect either the fan is running or the filter is clogged. Smoke Detector installed in the duct to allow the controller to stop the Air Handling Unit in case of Fire. Auxiliary contact from contactor to indicate if the contactor is energized or NOT.
  • 20. Direct Digital Controllers Input/ Outputs Analog Inputs Example:- Temperature Sensors/ Setpoint Modules for Rooms. Temperature Sensors for Ducts. Immersion temperature Sensors for water Pipes. Humidity Transmitters for Rooms and Ducts. Differential Pressure Transmitters for Clean Rooms.
  • 21. Direct Digital Controllers Input/ Outputs Analog Output Examples:- DDC produce a voltage signal ranged from 0 to 10 Volt. According to the value the controlled device respond. To Control the Fan Speed via inverter (Speed Drive). To Modulate water Valve . To Modulate Damper Motor and control Air Flow.
  • 22. Direct Digital Controllers Input/ Outputs Digital Output Examples:- Digital output is a relay output controlled by DDC To Energize contactor in the motor control center in order to start Fan or Pump. To Start a condensing unit when using DX Air Handling Units. To energize Heater Battery Stages via contactors
  • 23. Glossary of Control Terminology
  • 24. Glossary of Control Terminology • Control Point– The actual value of the controlled variable (e.g. temperature, pressure, flow, etc.). • Dead-Band—The range over which the output of the controller remains constant as the input varies, with the output changing only in response to an input outside the differential range. • Direct Acting Controller—A controller for which an increase in the level of the sensor signal (temperature, pressure, etc.) results in an increase in the level of the controller output.
  • 25. Glossary of Control Terminology • Equal Percentage Valve—A valve with a plug shaped so the flow varies as the square root of the lift. • Gain—The gain of a controller is defined as the ratio of the output of the controller to the input. In a pneumatic temperature controller, for example, the gain would be expressed as: gain = Controller Output (kPa) Throttling Range (degrees)
  • 26. Glossary of Control Terminology • Linear Percentage Valve—A valve which has a plug shaped so that the flow varies directly with the lift. • Modulating Controller—A type of controller for which the output can vary infinitely over the range of the controller. • Offset—The difference between the set point and the control point or the actual value of the controlled variable. This is sometimes called drift, deviation, or control point shift.
  • 27. Glossary of Control Terminology • Set Point—The Value of the controlled variable that is to be maintained. • Throttling Range—The amount of change in the controlled variable required to run the actuator of the controlled device from one end of its stroke to the other end. If the actual value of the controlled variable lies within the throttling range of the controller it is said to be in control. When it exceeds the throttling range it is said to be out of control.
  • 28. Control Algorithms • Proportional Control (P) With proportional control, the controller output varies in proportion to the error. The system output is: O = A + Kp × e where Kp = Proportional Gain Constant
  • 29. Control Algorithms • Proportional Plus Integral Control (PI) With proportional plus integral control, an integral term is added to the output equation. The system output is: O = A + Kp × e + Ki × ∫ edt where Ki = Integral Gain Constant
  • 30. Control Algorithms • Proportional Plus Integral Plus Derivative Control (PID) With PID control, a derivative—or prediction—term is added. The system output is: O = A + Kp × e + Ki × ∫ edt + Kd × de/dt where Kd = Derivative Gain Constant
  • 31. Energy Consumption (per Sector) ● Energy use split 37% 35% 10% Industry Building Government & shops • Main energy consumption is for motors, cooling, lighting, electronics and appliances
  • 32. Solutions for Building and Industry Sector Enabling products Buildings & Industy Renovation can yield up to – Variable speed drives for HVAC, pumps, 30% of energy savings fans, motors Building management Power factor systems correction – Power compensation and filtering products – Dimmers, timers, movement and presence detectors, switches. – Thermostat for climate control Management systems HVAC control Climate control Lighting control – Building management systems – Power management systems
  • 33. Energy Efficiency Improvement Steps 1 Measure 2 Fix the basics 3 Automate 4 Monitor and Improve
  • 34. 1 Measure ●Energy meters What we can not measure we can not control ●Power quality meters 2 Fix the basics 3 Automate 4 Monitor and Improve
  • 35. 1 Measure 2 Fix the basics ●Power quality ●Insulation material ●Low consumption devices ●Power reliability 3 Automate 4 Monitor and Improve
  • 36. P(kW) ϕ P(kW) Q(kvar) S(KVA) S(kVA) App. power
  • 37. 1 Measure 2 Fix the basics 3 Automate ●Variable speed derives ●Motor control systems ●Building Management Systems 4 Monitor and Improve
  • 38. 1 Measure 4 Monitor and Improve ●Energy management software ●Remote monitoring systems 2 Fix the basics 3 Automate
  • 40. Centralized System HVAC Car Park Management COMMON SITEWIDE NETWORK Intruder Energy Detection Metering Fire Alarm Lighting Control CCTV Systems Lift Monitoring Access Control Systems Systems
  • 41. ISO Standard Levels Model Approved Standard System Control BACnet/LonTalk Workstation, Graphical User Management Level Interface (GUI) Main Plant, AHUs, BACnet/LonTalk Chillers, Boilers Automation Level BACnet, Terminal Units, LONTalk, EIB, VAVs, FCU’s Field Level Profibus etc.. Heat Pumps (to be merged with Automation Level)
  • 42. Distributed Energy Management System Architecture
  • 43. Open Systems and multiple standards Open protocols are the basis of open systems:
  • 44. Energy Management System Functions Monitoring/Surveillance • Building conditions • Equipment status • Utility demand • Climate data • Fire and security
  • 45. Energy Management System Functions Control • Schedule events • Optimized start/stop • Enthalpy optimization • Boiler/chiller optimization • Temperature setback/setup
  • 46. Energy Management System Functions Demand Limiting • Load shedding • Duty cycling Maintenance • Remote operation and control of equipment • Generation of maintenance schedules • Diagnosing breakdowns
  • 47. Energy Management System Functions Record Generation • Trends and operation logs • Utility demand profile • Modification/replacement analysis • Energy conservation documentation
  • 48. Power Monitoring Power Factor Demand Consumption
  • 49. Peak Demand shedding How it contributes to Energy Efficiency? Before After
  • 50. Energy Centre 2 off 5MW CHP Engines 2 Dual Fuel Boilers 2 Heat Recovery Boilers Plant Rooms 34 Air Handling Units Chillers LPHW systems CWS Storage Tanks Life Safety Smoke Control Sprinklers Emergency Lighting Battery Chargers Fire Hydrant Systems Terminal Services Escalators / Auto walks Lifts Pump Stations * Surface Water Drainage Sewage Pump Stations Fire Training Ground Apron Services Airbridge Alarms FEGP Substations HV Switchgear Monitoring Metering Standby Generators Access Control 200 Doors Attendance monitoring
  • 51. Sample of Building Management Graphical Presentation Air Handling Display
  • 55. EMS Feature Descriptions 1. Scheduled Start/Stop—Starting and stopping equipment based upon the time of day, and the day of the week. 2. Optimum Start/Stop—Adjust equipment operating schedule based upon space temperature, outside air temperature, humidity, etc. 3. Duty Cycling—Shutting down equipment for predetermined short periods of time during normal operating hours.
  • 56. EMS Feature Descriptions 4. Demand Limiting—Temporarily shedding electrical loads to prevent exceeding a peak value. 5. Day/Night Setback—Lowering the space heating setpoint or raising the space cooling setpoint during unoccupied hours. 6. Outside Air Economizer—Brings in outside air when the OA dry bulb temperature is less than the required mixed air temperature for the building. 7. Enthalpy Economizer—Brings in outside air when the OA enthalpy is less than that of the return air.
  • 57. EMS Feature Descriptions 8. Warm Up/Cool Down Ventilation and Recirculation —Controls operation of the OA dampers when the introduction of OA would impose an additional thermal load during warm-up or cool-down cycles prior to occupancy of a building.
  • 58. EMS Feature Descriptions 10. Steam Boiler Optimization—Implemented in heating plants with multiple boilers. Boiler plant optimization is accomplished through the selection of the most efficient boiler to satisfy the space temperature requirements during the building occupied period. 11. Reheat Coil Reset—Selects the zone/area with the greatest need for reheat, and establishes the minimum temperature of the heating hot water so that is is just hot enough to meet the reheat needs for that time period.
  • 59. EMS Feature Descriptions 12. Hot Water Boiler Optimization—Same technique as Steam Boiler Optimization. 13. Hot Water OA Reset—The heating hot water temperature is reduced as the heating need for the facility decreases. 14. Chiller Optimization—For facilities with multiple chillers, the most efficient chiller or chillers are selected to meet the existing load with minimum demand and or energy.
  • 60. EMS Feature Descriptions 15. Chiller Demand Limiting—The chiller electrical load is reduced at certain times to meet a maximum pre- specified chiller kW load. 16. Lighting Control—Turns lighting off and on according to a pre-set time schedule. • Remote Boiler Monitoring and Supervision—Uses sensors at the boiler to provide inputs to the EMS for automatic central reporting of alarms, critical operating parameters, and remote shutdown of boilers.
  • 61. EMS Feature Descriptions 18. Maintenance Management—Provides a maintenance schedule for utility plants, mechanical and electrical equipment based on run time, calendar time, or physical parameters. 19. Fire/Security Management Control—When allowed by local building codes, these functions can be combined with the Energy Management System functions in a cost effective manner.
  • 62. Building Management System Direct Digital Controller Applications
  • 63. Constant volume air handling unit with return fan, heating and cooling coils and mixed air dampers.
  • 64. Constant volume air handling unit with return fan, heating and cooling coils and mixed air dampers. Equipment List Item QTY Duct Temperature Sensor 4 Modulating Valves 2 DP Switch 3 Modulating Damper Actuators 3 Duct Smoke Detector 2 RH Transmitter 2 Direct Digital Controller with 7 DI, 2 DO, 6 1 AI, 5 AO 20% Extra points is recommended
  • 65. Constant volume air handling unit with return fan, heating and cooling coils and mixed air dampers. Control Sequence -1
  • 66. Constant volume air handling unit with return fan, heating and cooling coils and mixed air dampers. Control Sequence -2
  • 67. Constant volume air handling unit with return fan, heating and cooling coils and mixed air dampers. Control Sequence -3
  • 68. Constant volume air handling unit with return fan, heating and cooling coils and mixed air dampers. Control Sequence -4
  • 69. Monitors chiller loading and failure status to control a lead and lag chiller system.
  • 70. Monitors chiller loading and failure status to control a lead and lag chiller system. Equipment List Item QTY Immersion Temperature Sensor 3 Water Flow Sensor 2 Direct Digital Controller with 4 DI, 4 DO, 4 1 AI. 20% Extra points is recommended

Editor's Notes

  1. There are three areas to be addressed in commercial energy use : - The planning of energy efficient buildings and systems in new developments - The refurbishment of existing buildings and systems to make them more energy efficient - The use of buildings; and the energy saving regimes of the owners, tenants or occupiers There is evidence that new projects are being designed with energy efficiency in mind. Some of this comes from the initiatives of architects, building services engineers and building owners. To an increasing extent, particularly where large corporations are likely to take tenancy of the building, there is a requirement from the occupiers - who want to exercise corporate governance over environmental issues . The extent to which such stakeholders understand energy management and efficiency is variable - some know a great deal, others know very little. It is beholden on equipment and building management systems manufacturers to partner closely those with responsibility for the building’s energy and infrastructure control . In building refurbishment there is the challenge of communicating what is possible. Much attention is usually applied to glazing and insulation in such projects, but energy control and management must also rank high on the agenda if the modernised building is to satisfy its potential for energy efficiency. Retrofittable electrical and building management systems can be easily implemented during refurbishment projects, but the stakeholders, such as building services engineers and facilities managers, must understand what can be done . Occupiers of buildings often believe they have little or no control over the infrastructure of that building. Yet, there are some simple steps that can be taken to understand their energy consumption and take steps to reduce usage. One factor that appears to be a general impediment is the lack of understanding as to where energy is used and when. Here, simple metering can provide a wealth of data that can bring about easy changes and huge energy reductions. Heating, ventilating and lighting unoccupied areas is very common. Uncontrolled external lighting and lighting internal spaces even when there is adequate daylight are also frequently encountered . Once identified, excessive or unnecessary energy use is easily alleviated by simple controls or a more disciplined behaviour among the occupants of the building. Again, this is an area requiring a change in the hearts and minds of those in charge of businesses .
  2. Energy Efficiency is not different form other disciplines and we take a very rational approach to it, very similar to 6Sigma DMAIC (Define, Measure, Analyze, Improve and Control) approach .
  3. As always, the first thing that you need to do is to measure in order to understand where you are, where are your main consumptions, what is your consumption pattern, etc. This initial measurement, together with some benchmarking information, will allow you see how good or bad you are doing, to define the main improvement axis and an rough estimation of what you can expect in terms of gains. You can not improve what you can not measure .
  4. Then, you need to fix the basics or what is called passive EE. Passive energy efficiency is regarded as the installation of countermeasures against thermal losses, the use of low consumption equipment and so forth . Change old end-use devices by Low consumption ones (bulbs, motors, etc), Improve the Insulation of your installations, and assure power quality reliability in order to be able to work in an stable environment where the gains are going to sustainable over time .
  5. After that, you are ready to enter into the Active Energy efficiency. Active Energy Efficiency is defined as effecting permanent change through measurement, monitoring and control of energy usage . It is vital, but insufficient, to make use of energy saving equipment and devices such as low energy lighting. Without proper control, these measures often merely militate against energy losses rather than make a real reduction in energy consumed and in the way it is used . Everything that consumes power – from direct electricity consumption through lighting, heating and most significantly electric motors, but also in HVAC control, boiler control and so forth – must be addressed actively if sustained gains are to be made. This includes changing the culture and mindsets of groups of individuals, resulting in behavioural shifts at work and at home, but clearly, this need is reduced by greater use of technical controls . Active Energy Efficiency can be achieved when not only are energy saving devices and equipment installed, but also that they are controlled to use only the energy required. It is this aspect of control that is critical to achieving the maximum efficiency. If an illustration of what is meant is needed, consider an energy efficient lamp that is left turned on in an empty room. All that is achieved is that less energy is wasted than would have been using an ordinary lamp !
  6. Managing energy is the key to maximizing its usefulness and economizing on its waste. While there are increasing numbers of products that are now more energy efficient than their predecessors, controlling switching or reducing settings of variables such as temperature or speed, makes the greatest impact . Responsible equipment manufacturers are continually developing more efficient products. However, while for the most part the efficiency of the equipment is a fair representation of its energy saving potential - say, in the example of a domestic washing machine or refrigerator - it is not always the case in industrial and commercial equipment . In many cases the overall energy performance of the system is what really counts. Put simply, if an energy saving device is left permanently on stand-by it can be less efficient than a higher consuming device that is always switched off when not in use .
  7. A common site wide network can be used to connect numerous systems, reducing installation costs and making intelligent interoperation possible .
  8. Quality Events Harmonic Distortion Tables and Graphs : Voltage (per phase and total ) Current (per phase and total ) Power (per phase and total ) Harmonics (up to the 31th .)
  9. Peak shaving has an immediate impact on the financial bottom line. Through demand reduction schemes, a facility’s overall electrical demand can be reduced and high peak demand penalties can be avoided. Through the monitoring and control of the electrical distribution system, the facility can expose, forecast and control the usage of power and maintain a smooth demand load profile in order to reduce the overall demand charge for the facility .
  10. 004640386850