Reliability. Data Center Controls

Size: px
Start display at page:

Download "Reliability. Data Center Controls"

Transcription

1 OCTOBER 2018 ASHRAE JOURNAL THE MAGAZINE OF HVAC&R TECHNOLOGY AND APPLICATIONS ASHRAE.ORG Data Center Controls Reliability Grid Coordination & Net Zero Energy Projects The New Standard 90.2 Understanding Adaptation in the Built Environment ASHRAE Research Report

2 ASHRAE Used with permission from ASHRAE Journal at This article may not be copied nor distributed in either paper or digital form without ASHRAE s permission. For more information about ASHRAE, visit Data Center Controls Reliability BY JEFF STEIN, P.E., MEMBER ASHRAE; BRANDON GILL, P.E., MEMBER ASHRAE For high reliability data centers, there is general agreement in the design community on the need for redundancy for certain mechanical equipment (e.g., N+1 pumps, chillers, and cooling units). For other mechanical equipment (e.g., redundant piping), there is little agreement, but at least the options are fairly clear. However, there is far less agreement on and understanding of the redundancy requirements and options for the controls components used to monitor and control the mechanical systems. Controls redundancy may be less visible and less well understood than mechanical redundancy, but it is no less important. In fact, in the authors experience, more major data center cooling system failures are due to poor controls design and implementation than are due to mechanical equipment failures. Well-designed control systems must recognize and respond to the possible failure or degradation of any device, including any controller, sensor, actuator, variable frequency drive (VFD), fan, pump, chiller, power source, electrical circuit, and controls communication path. This article discusses how to design and commission data center controls for maximum reliability. Five key areas are addressed: 1. Control system architecture design and associated controlled device configuration; 2. Redundant sensor requirements; 3. Fault responsive sequences of operation; 4. Alarming and notification requirements; and 5. Commissioning. Controls System Architecture and Controlled Device Configuration A good data center controls design does not necessarily require controller redundancy. In fact, controller redundancy can reduce reliability due to added complexity and additional points of failure. Jeff Stein, P.E., is a principal and Brandon Gill, P.E., is an associate at Taylor Engineering in Alameda, Calif. Stein is a member of ASHRAE SSPC 90.4, Energy Standard for Data Centers. Gill is a voting member of ASHRAE TC 1.4, Control Theory and Application. 12 A S H R A E J O U R N A L a s h r a e. o r g O CT O B E R

3 Twenty years ago, the most common data center cooling design included constant airflow, air-cooled, direct-expansion, computer room air-conditioning units (CRACs). One advantage of this design is that it requires little if any centralized control; all CRACs operate independently. Today, most data center cooling designs are far more efficient and cost-effective but require some form of centralized control to coordinate multiple computer room air-handling units (CRAHs), fans, chillers, pumps, etc. For example, supply fan speeds of multiple CRAHs are typically controlled in unison to maintain a common setpoint, such as underfloor pressure or cold to hot aisle differential pressure (ΔP). The proportional integral derivative (PID) loop maintaining ΔP at setpoint runs on a single, central controller, which sends the speed command to all the CRAH units. The CRAH units may rely on the central controller not only for fan speed command, but also for start/stop command, supply air temperature setpoint, outside air dry-bulb and wet-bulb temperature (e.g., for economizer operation), etc. The controls design must account for the potential failure of the centralized controller, i.e. the loss of a single controller should not result in the loss of data center cooling. The basic options are redundant central controllers or distributed/fail-safe controls. Often, both of these strategies are employed within the same data center. For instance, a central plant may be sequenced by redundant central controllers while the air handlers serving the data hall(s) may achieve fault responsiveness* using distributed fail-safe control. The following sections present design considerations for each option. Redundant Central Controllers Redundant central controllers are used in both direct digital control (DDC) and programmable logic controller (PLC) designs, but design considerations are unique to each. DDC With fully redundant DDC central controllers, all central controller inputs/output (I/O) points (e.g., temperature sensor inputs, pump start/stop outputs) are wired to a switchover relay panel. In normal operation the I/O are routed to the lead controller. The backup controller monitors the heartbeat of the lead controller, using a normally closed binary point that is held FIGURE 1 Fully redundant DDC central plant controllers. A Controller and Manager TB-2 TB-3 DO DI Heartbeat A Heartbeat B TB-2 To All Plant Devices (Chillers, Pumps, Sensors, etc.) B Controller open by the lead controller. If the lead controller fails then the heartbeat fails, and the backup controller sends a signal to the switchover panel that energizes the relays and routes all I/O to the backup controller. The backup controller picks up where the lead controller left off and runs the exact same program as the lead controller. This is illustrated in Figure 1. Some risks of this approach: The programmers and operators must be very diligent about exactly mirroring any programming or setpoint changes in both controllers. If any changes are made in the lead controllers and are not copied to the backup controller, then the backup controller could immediately shut off equipment that should be running. PID loops in the backup controller will wind up or wind down over time even if loop gains are the same as in the lead controller due to rounding errors. For example, the lead controller s fan speed PID loop might be at 75% output but the same PID loop in the backup controller may have wound down to 0% output. Therefore a synchronization algorithm is required such that when the backup controller takes control the output to the controlled devices is slowly ramped between the last known output from the lead controller and the current output of the backup controller. Alternatively, loops on the lead and backup controller can sometimes be continuously synchronized e.g., by adjusting the PID loop biases on the lag controller s loops to yield a seamless transition. TB-1 DI DO DO TB-3 TB-2 *Fault responsiveness means the control system is designed to recognize any fault that can impact uptime (e.g., a chiller failure) and will automatically take necessary corrective action to maximize uptime (e.g., start another chiller). OCTOBER 2018 ashrae.org ASHRAE JOURNAL 13

4 Switchover relays add cost and can fail. This risk can be mitigated by having separate inputs hardwired to the backup controller. In normal operation the lead controller uses either only its sensors or both its sensors and the backup controller s sensors. When the lead controller fails, the backup controller uses its dedicated sensors. A general rule in HVAC controls design is that a controller running a PID loop should have all process variables (control point and controlled device) used in that loop hardwired to the controller rather than communicated over the network from another controller. This approach prevents network traffic from affecting loop responsiveness. A PID loop using some points wired to the primary controller and some wired to the backup controller violates that rule but the risk can be mitigated by minimizing network traffic and using a high-speed network (e.g., Ethernet) between the affected controllers. Sensitive equipment, like chillers, can trip during the short interval between when the lead controller fails and the backup takes control. PLC Most data centers use commercial grade DDC controls. However, many data centers instead use PLCs, which are considered industrial grade controls, and are typically more expensive than DDC. Figure 2 illustrates a simplified PLC network serving a data center with four air handlers (AH-x) per data hall and a plant with four chillers (CH-x), four chilled water pumps (CHWP-x), four condenser water pumps (CWP-x) and four cooling towers (CT-x). A pair of redundant controllers serves the plant. Each air handler in the data hall is served by its own controller, but there is a pair of redundant central controllers (managers) coordinating common control functions among the individual AHU controllers. A key difference between PLC and DDC is configuration of redundant central controllers. PLCs avoid most of the risks that DDC has with redundant central controllers. Rather than being wired directly to a controller, I/O are wired to a remote I/O (RIO) panel. As illustrated in Figure 2, the primary and redundant plant PLC controllers and the RIO reside on the same high-speed network and both controllers can see the I/O so switchover relays are not needed. Programming changes to the primary controllers can be automatically duplicated in the redundant controllers. The redundant controller can monitor the PID loops of the primary controller and FIGURE 2 Fully redundant PLC central plant and data hall controllers. CH-1, CHWP-1, CWP-1, CT-1 RIO RIO RIO RIO Redundant Controller 1 Redundant Manager 1 CH-2, CHWP-2, CWP-2, CT-2 Plant Data Hall Switch Switch CH-3, CHWP-3, CWP-3, CT-3 CH-4, CHWP-4, CWP-4, CT-4 Redundant Controller 2 Redundant Manager 2 Controller Controller Controller Controller AH-1 AH-2 AH-3 AH-4 launch its loops from the same position if the primary controller fails and the redundant controller takes control. Although outside the scope of this article, Figure 2 also illustrates the concept of ring network topology in both the data hall and plant, which allows failure of any one network connection without a break in network communications. Even if a controls design includes redundant PLC central controllers, it should still be resilient to central control failures, such as a network failure or RIO panel failure, i.e., distributed/fail-safe control should always be considered, even with redundant PLC central controllers. Note that while PLC has a distinct advantage over DDC where fully redundant central controllers are desired, there are many other factors to consider in choosing a control system. For example, in the authors experience, the competency of the installing contractor is more important than the product being installed. Distributed/Fail-Safe Controls Often distributed/fail-safe control can be used instead of, or in addition to, redundant central control. Only fully redundant central control can guarantee that all I/O will remain online and full automation of all mechanical equipment will remain in the event of a central controller failure. However, distributing control functions to multiple controllers with fail-safe logic can allow a data center to satisfactorily weather a partial loss of I/O and partial loss of automation, at least until operators can take any necessary manual intervention. Distributed/fail-safe control can avoid some of the cost and complexity of fully redundant central control. 14 ASHRAE JOURNAL ashrae.org OCTOBER 2018

5 Distributed/fail-safe control can be implemented with DDC or PLC systems. When DDC is used, the authors prefer distributed/fail-safe control over redundant central control because it eliminates the complexity and associated risks of redundant central controllers. In contrast to redundant central control, distributed/fail-safe control does not involve transferring to a standby central controller. Instead, it includes two strategies: 1. Devices are configured to go to a preset position, stay in last position, or revert to local, standalone control during a central controller failure. The fail-safe responses of all devices variable speed drives, damper and valve actuators, chillers, etc. must be carefully considered to provide a resilient response in any control power, hardwired control signal, or network failure event. 2. There are also scenarios where no one fail-safe response always applies. In such cases, distributed controllers should be used. Using a cooling tower as an example, failing to a single speed in all circumstances could lead to tower freezing in cold climates. So rather than controlling all cooling tower speeds from a central controller to maintain condenser water supply temperature (CWST) at setpoint, each cooling tower could have its own local controller and associated CWST sensor instead. In normal operation, the central controller would send tower start/stop and condenser water setpoints to the local tower controllers. Each tower s leaving water temperature sensor would be wired to its local controller and used by the tower speed control PID loop in the local controller. If communication with the central controller were lost, the local controller would continue to modulate tower speed to maintain a fail-safe tower leaving water temperature setpoint. Should any one tower controller fail, the associated tower could default to a disabled state without creating a freeze risk during winter or placing the plant at risk of losing the load. Figure 3 shows the same data center from Figure 2, but with a distributed control concept applied. In this configuration, each air handler is still provided with its own controller, but the redundant central data hall controllers (managers) from Figure 2 are eliminated. Similarly, each plant line up of devices is provided with its own controller. In both the data hall and plant, one of the controllers acts as the central controller and coordinates common functions across associated devices. FIGURE 3 Distributed plant and data hall control. CH-1, CHWP-1, CWP-1, CT-1 Controller and Manager CH-2, CHWP-2, CWP-2, CT-2 Controller Controller Controller Switch CH-3, CHWP-3, CWP-3, CT-3 CH-4, CHWP-4, CWP-4, CT-4 Plant Data Hall Controller and Manager Controller Controller Controller AH-1 AH-2 AH-3 AH-4 FIGURE 4 Distributed control using fewer plant controllers. CH-1, CH-2, CHWP-1, CHWP-2, CWP-1, CWP-2 CT-1, CT-2 A Controller and Manager Switch CH-3, CH-4, CHWP-3, CHWP-4, CWP-3, CWP-4 CT-3, CT-4 B Controller Plant Data Hall Controller and Manager Controller Controller Controller AH-1 AH-2 AH-3 AH-4 Figure 4 is a more economical variation on distributed control, which the authors have successfully used many times, where the plant devices are split among two controllers, rather than a separate controller for each line up as shown in Figure 3. In this case, Controller A acts as the central controller and is responsible for staging of all chillers, all pump speeds, etc. If A fails then all devices go to their fail-safe positions. Controller B does not take over from A but it can stage on its devices based on its fail-safe logic and it can be used by the operators to see the status of half of the plant devices, to command those devices on, to see plant leaving water temperature, etc. One of the main advantages of distributed controllers is that controller redundancy follows device redundancy. For example, if there are N+1 cooling towers with distributed controllers then there are N+1 distributed controllers. The tower controller is probably more reliable than the devices it controls so no additional controller redundancy is warranted. Similarly, an air handler should have a dedicated controller and it is likely that there are redundant air handlers so there is little benefit of redundancy for distributed controllers. 16 ASHRAE JOURNAL ashrae.org OCTOBER 2018

6 The main downside of distributed/fail-safe controllers relative to fully redundant controllers is that full automation is lost during a central controller failure so there is some risk of not meeting the load if the load changes or if there are more failures while in fail-safe mode. However, IT loads typically do not change quickly and data centers often are continuously monitored by trained operators who can make necessary manual corrections while in a fail-safe state. The most common options for fail-safe state are failing to full cooling or failing to last state. The pros and cons of these options are discussed in more detail in the sections below on VFDs, air handlers, chillers, etc. Note that regardless of whether a device is controlled by a central controller or a distributed controller it should still be configured optimally for a loss of control signal from its associated controller (or RIO panel). For example, if cooling tower VFDs are controlled by local/ dedicated controllers as in the example above, then the safest choice might be to have the VFD fail off if the controller fails. The central controller will know that feedback from the VFD has been lost and therefore can stage on another cooling tower. The following sections describe how different types of devices can be configured for distributed/fail-safe control. It s worth noting that many of these same device considerations apply to PLC designs with redundant central controllers to address the scenario of a failed RIO panel. VFDs Most VFD run commands can be configured to FAIL ON, FAIL OFF or to FAIL LAST if they lose hardwired communication with the controller providing the run command. Each of these configurations is achieved by matching relay configuration to internal drive configuration. Fail ON means the VFD stays on if already running and automatically starts if it was not already running. FAIL LAST means it stays in the commanded state just before communication failed. Similarly, most VFDs speed commands can be configured to either hold their current speed when the speed signal is lost or go to a fail-safe speed. In practice, the drive recognizes a loss of signal when the control input drops below a pre-defined threshold, e.g., 1V for a 2 to 10V control signal input. In the authors experience, FAIL LAST is a risky choice, particularly for VFD speed because the VFD s internal controls do not always recognize the loss of signal quickly enough. If the speed signal goes to zero before the VFD recognizes the loss of communication then the VFD may think minimum speed is the intended operating point. Furthermore, commissioning FAIL LAST can lead to a false sense of security because it may not be possible to simulate all possible failure scenarios in commissioning. For some devices it is possible to come up with a safe fail-safe state and speed that is acceptable in all conditions. For example, secondary chilled water pump speed might normally be modulated to maintain chilled water ΔP at setpoint. If the pumps failed ON and failed to 100% speed, then the chilled water coil control valves served by the pumps should be able to maintain control. In some cases, there simply is not a fail-safe state or speed that always works. Going back to the cooling tower example, if a cooling tower VFD failed to 100% speed it could cause ice to form on the tower in the winter. ECMs Fail-safe functionality for electronically commutated motors varies based on the onboard controller provided with the motor and must be carefully coordinated with vendors. FAIL ON and FAIL OFF functionality can always be provided through proper relay configuration, e.g., wire the run command through a normally closed relay contact to FAIL ON upon controller failure. One manufacturer the authors have used provides a fail-safe speed response upon loss of an analog speed control signal like that of a VFD but does not offer the fail to lastknown speed functionality provided with typical VFDs. Valve and Damper Actuators Actuators can be configured to fail open or closed upon loss of command signal. Some servomotor actuators for large control valves also allow for a preset fail-safe position upon loss of control signal. Actuators can also be configured to hold last-known position by using floating point control. In effect, any desired command signal fail-safe response can be achieved by specifying the appropriate actuator and associated control wiring. Actuators fail-safe positions must be coordinated with fail-safe positions of related devices. For example, if a tower VFD is configured to fail OFF when it loses its speed signal, then the isolation valves serving that tower should also be configured to fail closed upon loss of command signal. Whether controlled by a central controller, redundant central controllers, or a distributed controller, every actuator should be configured for the OCTOBER 2018 ashrae.org ASHRAE JOURNAL 17

7 possibility that it loses a command signal from its controller(s). In addition to loss of command signal, actuators also need to be configured for loss of control power. Basically, the choice here is whether the actuator should have spring-return or not. If the actuator does not have spring-return, then it will fail in place on loss of control power. If it has spring-return, it can be configured to fail-open or fail-closed on loss of power. A final and less common option is to TABLE 1 Control valve fail-safe selection matrix. Control Power Failure Fail Open Fail Closed Fail Last Fail-Safe Position specify electronic fail-safe actuators that allow actuation to a fail-safe position between full-open and full-closed upon loss of control power. Both spring return and electronic fail-safe actuators cost more than non-spring-return actuators and are also a potential point of failure. For example, suppose a tower isolation valve is spring-closed. If a tower is in operation and loses power to the actuator then the actuator will shut, taking that tower out of service, even though its controller is still healthy. If the actuator did not have spring-return then the tower would have remained in service. In general, we recommend avoiding spring return and electronic fail-safe actuators in data center designs unless there is an airtight reason to have them. A summary of the available combinations for loss of power and control signal fail-safe responses is provided in Table 1. For example, if you wanted a valve to fail open regardless of whether the control signal failed or the control power failed then it should be a spring return actuator configured to be full open when the control signal is 0V and full closed when the signal is 10V (the highlighted cell). Air Handlers Air-handling units (AHUs) should have a dedicated local controller. Like any distributed controller, an AHU controller must be configured to recognize when it loses communication with the central controller (or the central controller fails) and must control its devices accordingly in such a scenario. A binary network heartbeat can be used to monitor the health of the central controller and communication path. The AHU controller must have a plan for each piece of information that it normally receives Spring Return Full Closed at 10V Spring Return Full Closed at 10V Non-Spring Return Full Closed at 10V Electronic Fail-Safe Full Closed at 10V Control Signal Failure Fail Open Fail Closed Fail Last Fail-Safe Position Spring Return Full Closed at 0V Spring Return Full Closed at 0V Non-Spring Return Full Closed at 0V Electronic Fail-Safe Full Closed at 0V Spring Return Actuator With Floating Point Control Spring Return Actuator With Floating Point Control Non-Spring Return Actuator With Floating Point Control Electronic Fail-Safe Actuator With Floating Point Control from the manager such as AHU enable/disable, supply fan speed setpoint, outside air temperature, and economizer enable/disable. For example, in normal operation a central controller may monitor several underfloor pressure sensors and modulate all AHU fan speeds together to maintain the lowest valid sensor at setpoint. If the AHU controller loses the fan speed setpoint, then it can hold the last-known speed setpoint or it can modulate its own fan speed if each AHU has an underfloor pressure sensor wired to it. Just like a distributed controller must know what to do if the central controller fails, so too the central controller must know what to do if any distributed controller fails or loses communication. For example, if a central plant controller loses communication with an air handler, it does not know if the air handler is still functioning or has shut down. If the plant sequences include chilled water supply temperature setpoint reset or ΔP setpoint reset requests from the AHU, then the safest approach is probably to assume the AHU is still functioning and needs the coldest water and highest pressure possible. Chillers Critical chiller points, such as start/stop, status, and chilled water supply temperature (CHWST) setpoint, should be hardwired points, rather than network points. A hard-wired start/stop can be configured to FAIL ON, FAIL OFF, or FAIL LAST on loss of external command. FAIL ON may seem like the safest option but suddenly bringing on chillers can trip chillers that are already operating and make all chillers unstable, particularly if load is very low. FAIL LAST is typically the best Servomotor Actuator With Onboard Controller 18 ASHRAE JOURNAL ashrae.org OCTOBER 2018

8 option but requires an additional controller digital output and relay logic as illustrated in Figure 5. Chillers can also typically be configured to maintain a safe fail-safe CHWST setpoint on loss of external setpoint. Because chillers can be configured to hold last known run command and default to a fail-safe CHWST setpoint, dedicated DDC or PLC controllers per chiller are not typically necessary, i.e., the chiller s internal controller is sufficiently fail-safe. FIGURE 5 Chiller hold last command relay logic. CH Disable DO R R L Enable REF Sensors While redundant controllers can add unwarranted complexity, redundant sensors add little complexity and are highly recommended for critical control inputs. Critical sensors include those used for control of centralized control variables such as chilled water temperature, chilled water differential pressure, underfloor plenum pressure, and space pressure, as well as some sensors used for distributed/local control functions such as air handler supply air temperature (SAT). Many engineers assume that because AHUs are redundant that their sensors do not need to be redundant, but a faulty SAT sensor can be worse than a failed AHU because it can unknowingly cause an AHU to provide unacceptably hot or cold air to a critical IT space. Most sensors are not critical sensors. An air handler might have sensors for SAT, return air temperature, outside air temperature, mixed air temperature, damper feedback, valve feedback, fan status, etc. The SAT is where the rubber hits the road and is probably the only sensor that deserves redundancy. Failure of other sensors do not have the same risk. Failure of an OAT sensor for example, might cost some extra chiller energy by not economizing at the right time, but is unlikely to prevent the AHU from achieving SAT setpoint. In fact, having two SAT sensors is probably more important than having any outside, return, or mixed air sensors in an AHU. AHUs can share sensors with other AHUs or do without them. For example, if the AHU uses direct evaporative cooling without compressor cooling then the only temperature sensor that the AHU needs is SAT. See Disparity Alarms below for more discussion on redundant sensors. Sequences Reliability can be improved by avoiding sequences that rely on less reliable sensors, like humidity sensors R DO CH Enable CH-x or water flow sensors. For example, suppose condenser water pump speed needs to be high enough to maintain at least the minimum flow rate required by the cooling towers. A condenser water flow meter or ΔP sensors across the chiller barrels could be used in the sequence. However, in this case the most reliable option is to use open loop control rather than closed loop control: during commissioning have the balancer determine the minimum pump speed for every combination of pumps, towers and chillers and then include that minimum speed in the control sequences. In general, the fewer sensors that are required for normal operation, the better. Sequences should also make liberal use of belts and suspenders to mitigate the risk of sensor error. A good example is chiller staging. Adjusting the number of enabled chillers based on measured chiller load is a good way to stage chillers to maximize efficiency, but it should not be the only way to stage chillers because the flow or temperature sensors used to measure the load can fail or go out of calibration. Therefore, chillers should also be staged up on loss of chilled water setpoint, excessive chiller water pressure drop, and high chiller percent rated load amps. Perhaps the most critical function of a data center sequence of operations is recognizing and responding to failures. For example, when do you consider a chiller to be in alarm and therefore shut it off and start another chiller? A chiller plant will likely have redundant chillers and may not be near design load 20 ASHRAE JOURNAL ashrae.org OCTOBER 2018

9 so it makes sense to be conservative and consider a chiller in alarm not only when the chiller sends an alarm signal, but also when the chiller status is off unexpectedly, when the leaving chilled water temperature is too far above setpoint, etc. It gets trickier, however, if there are no other chillers left to start that are not already in alarm. In this extreme case, the sequence should probably enable all chillers until there are enough alarm-free chillers to meet the current chiller stage. Of course, all scenarios should be individually analyzed and solutions will be specific to both the mechanical and electrical design for the plant. Sequences must also cover another critical concern: restoring mechanical equipment as quickly as possible when a site loses utility power and switches to generator power. 1 Sequences must also anticipate sensor and device failures. If a SAT sensor fails and there is a redundant one, then it can be used. But what if the redundant sensor also fails? Then should the chilled water valve or economizer dampers stay in last position, go to a fail-safe position, or should the AHU shut down? The risk of device failures can be mitigated by providing for rolling redundancy wherever possible in sequences. Going back to the chiller staging example, in a four chiller plant, load staging points for switching from two to three chillers and three to four chillers would be chosen to maximize efficiency. The one to two chiller staging point would however be set at the lowest load that would allow two chillers to operate stably without cycling. This approach mitigates the risk of losing the load during a single chiller failure. A similar strategy should be employed for both condenser water and chilled water pump staging to minimize the risk of chiller trips. Alarms Alarms are critical not only for alerting operators of failures but also for identifying degradations in performance and potential problems as early as possible. Alarms should be tuned just like PID loops. Alarms should trigger just outside of normal operation. For example, a high SAT alarm should not be set at 2 F (1.1 C) above SAT setpoint if SAT fluctuates ±3 F (1.7 C) of setpoint in normal operation. Of course, setting alarms too loosely can cost operators (and alarm response sequences) precious time in responding to critical situations. Some tuning may be possible during pre-occupancy commissioning but often it is not possible to properly tune alarms until post-occupancy commissioning. Nuisance alarms are a common problem in some data centers. When there are hundreds or thousands of alarms every day the operators have little choice but to assume that most or all alarms are nuisance alarms. Some techniques to avoid nuisance alarms, besides alarm tuning, are: Levels: All alarms should be classified into at least three to five levels, such as fatal, critical, warning, notification, maintenance reminder, etc. Entry Delays: All alarms should have an adjustable delay time such that the alarm is not triggered unless the alarm condition is true for the delay time. Exit Deadband: All alarms on analog inputs should have an adjustable deadband or hysteresis e.g., if the SAT alarm is set at 85 F (29 C) for 5 minutes then the alarm does not restore to normal until the SAT drops below the alarm setpoint minus a deadband of 3 F (1.7 C) for 5 minutes. Suppression Period: A particular instance of an alarm should be prohibited from recurring for a defined suppression period. For example, if communication from a controller is fading in and out every few minutes, then one alarm a day is sufficient rather than one alarm every few minutes. Hierarchical and Maintenance Mode Suppression: An alarm should be suppressed if it is associated with a device that has been taken offline for maintenance, or if its hierarchical alarm(s) is active e.g., CRAH VFD failure may be listed as the hierarchical alarm for CRAH SAT alarm such that if the CRAH VFD failure is active then the CRAH SAT alarm is suppressed. An alarm may have several hierarchical alarms that suppress it. If an alarm s hierarchical alarm is suppressed then the alarm is suppressed e.g., loss of power would suppress CRAH VFD failure, which would in turn suppress CRAH SAT alarm. Disparity Alarms Disparity alarms alert the operators of possible sensor drift by comparing two or more measured or calculated values that should closely agree. They are particularly useful for sensors that are difficult to calibrate and keep calibrated such as humidity sensors and air or water flow sensors. Obviously redundant SAT sensors should OCTOBER 2018 ashrae.org ASHRAE JOURNAL 21

10 always read about the same. Other disparity alarms may be triggered by comparing: Chiller temperatures, flows, and pressure drops to other chillers and to the plant total readings; Btu meters on both sides of waterside economizer heat exchangers; Supply air dew point of active air handlers, when the air handlers are not adding or removing humidity; and When three or more sensors feed into disparity alarm logic, e.g., for site outside air temperature sensors, it is possible to use disparity alarm logic to disqualify clearly inaccurate sensors from control functions until released by operators. Commissioning Probably the two most critical commissioning tasks are functional testing before occupancy and trend reviews after occupancy. Functional testing should include simulating every possible failure scenario in the most realistic manner possible and confirming that the controls react accordingly. Overriding the status feedback from a fan, for example, is not as realistic as pulling the disconnect when the fan is running. Functional testing should also include capacity testing equipment to ensure devices and systems are able to perform at maximum and minimum design capacity. While failure scenarios can typically be simulated reasonably well, it is often not possible to accurately simulate how smoothly the mechanical and controls design will perform in normal operation when subjected to real loads. Functional testing can confirm that sequences are programmed correctly, but it typically cannot confirm that loops are tuned or identify flawed sequences in need of minor or major revisions. Therefore, trends must be reviewed after occupancy to confirm that all systems are in fact operating per sequences, that all control loops are properly tuned to avoid instability/ hunting, and that the alarms, sequences, and setpoints are in fact the best ones possible. Often minor adjustments to sequences and setpoints are needed to improve stability and reliability and mitigate nuisance alarms. Usually multiple rounds of trend reviews are required to validate sequences that depend on different load and weather conditions. Trend review includes reviewing alarm logs to mitigate nuisance alarms as described above. If any significant changes are to be made to the controls after occupancy, the revised sequences should first be tested on a simulator before being installed and functionally tested on the live system. Simulator testing generally involves uploading the updated control program onto a controller in the contractor s shop and verifying that the expected controller outputs are triggered in response to overridden sensor input values. Over the life of a data center, the load changes, the mechanical equipment ages, sequences get tweaked, setpoints get changed, nuisance alarms get disabled, etc. Therefore, both functional testing and trend reviews should be performed periodically throughout the life of a data center to ensure the controls and equipment are still sufficiently reliable at all times. For example, if the controls design includes fully redundant DDC central controllers, then it is important to regularly fail the lead controller to verify the backup controller picks up where the lead controller left off and runs the exact same program as the lead controller. Conclusion Data center controls are inherently more complex than the individual mechanical components they serve. As such, careful design and commissioning of controls is essential to ensure data center fault responsiveness. Fault responsive control system architecture with well thought out device configuration is critical to ensure proper controls response following the failure of any control device. Smart sequences of operation realize the redundancy afforded by well-designed network architecture and device configuration. Specification of redundant sensors for critical applications safeguards against one failed sensor torpedoing the redundancy provided by smart sequences. Properly specified and tuned alarms provide operators feedback they can rely on to identify either a real failure or degraded system performance that will ultimately cause one. Lastly, a thorough commissioning process emphasizing functional testing and post-occupancy trend review ensures that fault responsiveness afforded by all aspects of the controls system design is realized. References 1. Hydeman, M., R. Seidl, C. Shalley Staying on-line: data center commissioning, ASHRAE Journal (4). 22 ASHRAE JOURNAL ashrae.org OCTOBER 2018

Waterside Economizing in Data Centers: Design and Control Considerations

Waterside Economizing in Data Centers: Design and Control Considerations 2009, American Society of Heating, Refrigerating and Air-Conditioning Engineers, Inc. (www.ashrae.org). Published in ASHRAE Transactions 2009, vol. 115, part 2. For personal use only. Additional reproduction,

More information

Retro-Commissioning Report

Retro-Commissioning Report 10 Retro-Commissioning Report Retro-Commissioning Retro-Commissioning is the process for identifying intrinsic operational and energy related issues in the facilities DDC system and providing a mechanism

More information

Optimiz Chilled January 25, 2013

Optimiz Chilled January 25, 2013 Optimiz zing Existing Data Center Chilled Water Plants January 25, 2013 This White Paper describes factors to be consideredd when optimizing an existing data center chilledd water plant. Authored by Michael

More information

Mission Critical Facilities & Technology Conference November 3, 2011 Cooling 101. Nick Gangemi Regional Sales Manager Data Aire

Mission Critical Facilities & Technology Conference November 3, 2011 Cooling 101. Nick Gangemi Regional Sales Manager Data Aire Mission Critical Facilities & Technology Conference November 3, 2011 Cooling 101 Nick Gangemi Regional Sales Manager Data Aire Agenda Exactly what are we talking about ASHRAE TC 9.9 Design best practices

More information

7 Best Practices for Increasing Efficiency, Availability and Capacity. XXXX XXXXXXXX Liebert North America

7 Best Practices for Increasing Efficiency, Availability and Capacity. XXXX XXXXXXXX Liebert North America 7 Best Practices for Increasing Efficiency, Availability and Capacity XXXX XXXXXXXX Liebert North America Emerson Network Power: The global leader in enabling Business-Critical Continuity Automatic Transfer

More information

What is the Carrier ChillerVu series counterflow application?

What is the Carrier ChillerVu series counterflow application? Carrier ChillerVu 23XRV Series Counterflow Application Guide CARRIER CORPORATION 2017 A member of the United Technologies Corporation family Stock symbol UTX Catalog No. 11-808-578-01 4/5/2017 Verify that

More information

Supplement to PM WSC/WDC-1 MicroTech II for Centrifugal Compressor Water Chillers

Supplement to PM WSC/WDC-1 MicroTech II for Centrifugal Compressor Water Chillers Engineering Data SED: 8012 Group: Centrifugal Chiller Date: March 2002 Supercedes: New Supplement to PM WSC/WDC-1 MicroTech II for Centrifugal Compressor Water Chillers Model WSC/WDC 2002 McQuay International

More information

Airside Economizer Comparing Different Control Strategies and Common Misconceptions

Airside Economizer Comparing Different Control Strategies and Common Misconceptions ESL-IC-8-1-54 Airside Economizer Comparing Different Control Strategies and Common Misconceptions Jijun Zhou, PE Guanghua Wei, PE W. Dan Turner, PhD, PE David E. Claridge, PhD, PE Texas A&M University

More information

Economizer Fault Detection and Diagnostics (FDD) for Built-Up Air Handlers Draft Report

Economizer Fault Detection and Diagnostics (FDD) for Built-Up Air Handlers Draft Report Economizer Fault Detection and Diagnostics (FDD) for Built-Up Air Handlers Draft Report Draft Code Language Last Updated: March 2017 1. INTRODUCTION The California Statewide Utility Codes and Standards

More information

Optimizing Cooling Performance Of a Data Center

Optimizing Cooling Performance Of a Data Center ASHRAE www.ashrae.org. Used with permission from ASHRAE Journal. This article may not be copied nor distributed in either paper or digital form without ASHRAE s permission. For more information about ASHRAE,

More information

Features and Benefits of XeteX Controls. Other Unit Control Functions. Energy Recovery Functions

Features and Benefits of XeteX Controls. Other Unit Control Functions. Energy Recovery Functions Controls Guide for XeteX Units Beyond meeting the typical specification and performance requirements, controlling the equipment is usually the most important success factor for HVAC projects. XeteX provides

More information

Rochester Institute of Technology Control Best Practices

Rochester Institute of Technology Control Best Practices Rochester Institute of Technology Control Best Practices Revision 1.0 8/29/2011 This document is intended to convey RITs standards for building automation control installation and configuration that are

More information

Designing Ultra-Efficient Building Cooling Systems

Designing Ultra-Efficient Building Cooling Systems Designing Ultra-Efficient Building Cooling Systems Design to Apply Effective Optimization Technologies To Chiller Plants and Air Systems ASHRAE Triangle Chapter Raleigh, NC November 16, 2016 Tom Hartman,

More information

DATA CENTER EFFICIENCY: Data Center Temperature Set-point Impact on Cooling Efficiency

DATA CENTER EFFICIENCY: Data Center Temperature Set-point Impact on Cooling Efficiency DATA CENTER EFFICIENCY: Data Center Temperature Set-point Impact on Cooling Efficiency September 27 th, 2013 Tejas Desai, PE CEM CEA LEED AP Sameer Behere, PE CEM LEED AP Agenda Problem: Quick fixes can

More information

Airside Economizer Comparing Different Control Strategies and Common Misconceptions

Airside Economizer Comparing Different Control Strategies and Common Misconceptions Airside Economizer Comparing Different Control Strategies and Common Misconceptions Jijun Zhou, PE Guanghua Wei, PE W. Dan Turner, PhD, PE David E. Claridge, PhD, PE Texas A&M University College Station,

More information

Appendix C: HVAC PRO Modules

Appendix C: HVAC PRO Modules FANs 637.5, 1637.5 Appendix Section Issue Date 0400 APPLICATION NOTE Appendix C: HVAC PRO Modules HVAC PRO Modules...3 Introduction...*3 Key Concepts...*4 ABS VALUE... 6 ADD... 6 ANALOG OUTPUT... 6 AND...

More information

Accord Builder. User Guide

Accord Builder. User Guide User Guide Document: V 3.6 User Guide R01 V3.6 User Guide R01 Page 1 of 110 Table of Contents 1 Introduction... 7 2 General Summary and Definitions... 8 2.1 Accord Platform and Plant... 8 2.2 PLC Control

More information

DUKE UNIVERSITY DESIGN & CONSTRUCTION STANDARDS

DUKE UNIVERSITY DESIGN & CONSTRUCTION STANDARDS 1 25 95 00 Integrated Automation Control Sequences for HVAC GENERAL The HVAC operational sequences in this guideline are commonly used by Duke University. They are being provided as a preferred design

More information

MSYS 4480 AC Systems Winter 2015

MSYS 4480 AC Systems Winter 2015 MSYS 4480 AC Systems Winter 2015 Module 12: DATA CENTERS By Satwinder Singh 14/05/2015 1 Data Centers Data Centers are specialized environments that safeguard your company's most valuable equipment and

More information

Saving Energy and Reducing Costs Through Better Use of Building Automation Systems

Saving Energy and Reducing Costs Through Better Use of Building Automation Systems Session: Low/No Cost Solutions Through BAS Saving Energy and Reducing Costs Through Better Use of Building Automation Systems Mark M. Duszynski Johnson Controls Federal Systems August 9, 2016 Rhode Island

More information

Recapture Capacity for Existing. and Airflow Optimization

Recapture Capacity for Existing. and Airflow Optimization Recapture Capacity for Existing Data Centers Through Cooling and Airflow Optimization Introduction Challenges and Trends Agenda Cooling & Airflow Optimization Takeaways Learning Objectives Recognize opportunities

More information

James Donahue Control Consultants, Inc.

James Donahue Control Consultants, Inc. James Donahue Control Consultants, Inc. Founded 1989 NE s premier distributor of Building Automation products Customer Base: Controls Contractors and Systems Integrators In-House Engineering Department

More information

Digital Realty Data Center Solutions Digital Chicago Datacampus Franklin Park, Illinois Owner: Digital Realty Trust Engineer of Record: ESD Architect

Digital Realty Data Center Solutions Digital Chicago Datacampus Franklin Park, Illinois Owner: Digital Realty Trust Engineer of Record: ESD Architect Digital Realty Data Center Solutions Digital Chicago Datacampus Franklin Park, Illinois Owner: Digital Realty Trust Engineer of Record: ESD Architect of Record: SPARCH Project Overview The project is located

More information

Passive RDHx as a Cost Effective Alternative to CRAH Air Cooling. Jeremiah Stikeleather Applications Engineer

Passive RDHx as a Cost Effective Alternative to CRAH Air Cooling. Jeremiah Stikeleather Applications Engineer Passive RDHx as a Cost Effective Alternative to CRAH Air Cooling Jeremiah Stikeleather Applications Engineer Passive RDHx as a Cost Effective Alternative to CRAH Air Cooling While CRAH cooling has been

More information

What s New for Data Centers in Title Jeff Stein, PE Taylor Engineering

What s New for Data Centers in Title Jeff Stein, PE Taylor Engineering What s New for Data Centers in Title 24-2013 Jeff Stein, PE Taylor Engineering SVLG Workshop November 14, 2013 About Jeff Stein Principal, Taylor Engineering 2000 - now Professional Experience Eley Associates,

More information

Is Data Center Free Cooling Feasible in the Middle East? By Noriel Ong, ASEAN Eng., PMP, ATD, PQP

Is Data Center Free Cooling Feasible in the Middle East? By Noriel Ong, ASEAN Eng., PMP, ATD, PQP Is Data Center Free Cooling Feasible in the Middle East? By Noriel Ong, ASEAN Eng., PMP, ATD, PQP This case study will evaluate the feasibility of data center free cooling in the Middle East using indirect

More information

Introduction. To use Carrier wireless sensors, you must have: A i-vu v6.5 or later system v6-00 or later drivers

Introduction. To use Carrier wireless sensors, you must have: A i-vu v6.5 or later system v6-00 or later drivers Wireless Sensor CARRIER CORPORATION 2017 A member of the United Technologies Corporation family Stock symbol UTX Catalog No. 11-808-583-01 6/2/2017 Verify that you have the most current version of this

More information

Driving Proactive Facility Operations with Automated HVAC Diagnostics

Driving Proactive Facility Operations with Automated HVAC Diagnostics Driving Proactive Facility Operations with Automated HVAC Diagnostics Turn HVAC Data into Actionable Information AKA Monitoring Based Commissioning Ongoing Commissioning Automated Fault Detection & Diagnostics

More information

Building Re-Tuning (BRT) Lesson 4: SOI Air-Handling Unit Part II

Building Re-Tuning (BRT) Lesson 4: SOI Air-Handling Unit Part II Building Re-Tuning (BRT) Lesson 4: SOI Air-Handling Unit Part II Lesson 4: Sections Review of last class (0:20) Section 1: AHU: Discharge air temperature control (0:45) Break (0:10) Section 2: AHU: Heating

More information

Communicative controller for VAV systems

Communicative controller for VAV systems FCR015 Communicative controller for VAV systems Summary FCR015 is a communicative controller for heating and cooling panels and a VAV (variable air volume) damper. It measures temperature and CO 2 concentration

More information

32MP Gateway. Overview and Configuration Manual

32MP Gateway. Overview and Configuration Manual 32MP Gateway Overview and Configuration Manual 32MP Gateway Overview and Configuration Manual This document is the property of Carrier Corporation and is delivered on the express condition that it is not

More information

What a BACnet system looks like and how it can be used generally depends. By Roland Laird

What a BACnet system looks like and how it can be used generally depends. By Roland Laird This article was published in ASHRAE Journal, November 2009. Copyright 2009 American Society of Heating, Refrigerating and Air-Conditioning Engineers, Inc. Posted at www.ashrae.org. This article may not

More information

FANCOIL CONTROLLER UNIT TC17B01KNX. Product Handbook

FANCOIL CONTROLLER UNIT TC17B01KNX. Product Handbook FANCOIL CONTROLLER UNIT TC17B01KNX Product Handbook Product: TC17B01KNX Description: FANCOIL CONTROLLER UNIT Document Version: 1.2 Date: 09/09/2016 1/37 INDEX 1. General Introduction... 4 2. Product and

More information

Trane Engineering News Chiller Plant Case Study: Variable-Primary Flow Series Chillers with Free Cooling

Trane Engineering News Chiller Plant Case Study: Variable-Primary Flow Series Chillers with Free Cooling Trane Engineering News Chiller Plant Case Study: Variable-Primary Flow Series Chillers with Free Cooling CHILLER PLANT CONTROLS The challenges of producing chilled water are not the same as those a decade

More information

BAS Chillers 8/15/2016. Achieving Energy Savings with BAS and Data Analytics Guanjing Lin Lawrence Berkeley National Laboratory August 10, 2016

BAS Chillers 8/15/2016. Achieving Energy Savings with BAS and Data Analytics Guanjing Lin Lawrence Berkeley National Laboratory August 10, 2016 Session 7: Building Automation and Operation Tools Outline Analytics Tools to Supplement BAS Achieving Energy Savings with BAS and Data Analytics Guanjing Lin Lawrence Berkeley National Laboratory August

More information

The Energy. David L. Moss Dell Data Center Infrastructure

The Energy. David L. Moss Dell Data Center Infrastructure The Energy Advantages of Containment Systems David L. Moss Dell Data Center Infrastructure www.dell.com/hiddendatacenter Summary The Uptime Institute estimates that the cost to build a new 20,000 square

More information

Improving monitoring and control hardware cost at Totten Mine

Improving monitoring and control hardware cost at Totten Mine Improving monitoring and control hardware cost at Totten Mine Ozzy Flores, Enrique Acuña Totten Mine, Vale Canada Limited, Sudbury, Ontario, Canada Totten Mine recently completed the project development,

More information

CHILLED WATER. HIGH PRECISION AIR CONDITIONERS, FROM 7 TO 211 kw

CHILLED WATER. HIGH PRECISION AIR CONDITIONERS, FROM 7 TO 211 kw IT COOLING CLOSE CONTROL AIR CONDITIONERS CHILLED WATER HIGH PRECISION AIR CONDITIONERS, FROM 7 TO 211 kw 3 Versions available Single chilled water coil Double chilled water coil High temperature IT COOLING

More information

Building Management System Application Datasheet

Building Management System Application Datasheet Building Management System Optergy Enterprise + Proton IP (Internet) 1 2 3 4 BACnetO MSTP R MODBUS RTU Description Optergy Building Management System (BMS), is software that allows users to monitor and

More information

-----other notes This picture was taken from here:

-----other notes This picture was taken from here: This is an introduction to programmable logic controllers - PLCs for short. Here is a picture of a simple one. A programmable logic controller is unit of hardware used to control and automate an industrial

More information

Fair City Plaza. Task: Diagnose problems, recommend improvements for small municipal district cooling system

Fair City Plaza. Task: Diagnose problems, recommend improvements for small municipal district cooling system Fair City Plaza Task: Diagnose problems, recommend improvements for small municipal district cooling system The Fair City Plaza district cooling system provides chilled water to five buildings in a downtown

More information

Safety Instructions 1-1 Avoid unintended Start General Description 2-2

Safety Instructions 1-1 Avoid unintended Start General Description 2-2 Contents Contents 1 Safety and precautions 1-1 Safety Instructions 1-1 Avoid unintended Start. 1-1 2 Introduction 2-1 General Description 2-2 3 Supported Configuration 3-1 Introduction 3-1 Fixed-speed

More information

ASHNuN. Fundamentals of HVAC Control Systems. Robert McDowell and Ross Montgomery are the authors of the

ASHNuN. Fundamentals of HVAC Control Systems. Robert McDowell and Ross Montgomery are the authors of the Fundamentals of HVAC Control Systems Robert McDowell and Ross Montgomery are the authors of the 2009 edition of Fundamentals of HVAC Control Systems. This book is a revision of an earlier edition authored

More information

ecoenergy Innovation Initiative Research and Development Component Public Report

ecoenergy Innovation Initiative Research and Development Component Public Report ecoenergy Innovation Initiative Research and Development Component Public Report Project: Integrated Approach to Development of a High Efficiency Energy Recovery and Intelligent Ventilation System Contents

More information

Implications of Current Thermal Guidelines

Implications of Current Thermal Guidelines Copyright 2010, American Society of Heating, Refrigerating and Air-Conditioning Engineers, Inc. This posting is by permission from ASHRAE Journal/High Performing Buildings. This material may not be copied

More information

DATA CENTER AIR HANDLING COOLING SOLUTIONS

DATA CENTER AIR HANDLING COOLING SOLUTIONS DATA CENTER AIR HANDLING COOLING SOLUTIONS World-class performance and reliability from YORK As data storage and protection needs grow, so can costs and complexity. That s why having the right partner

More information

T66 Central Utility Building (CUB) Control System Reliability, Optimization & Demand Management

T66 Central Utility Building (CUB) Control System Reliability, Optimization & Demand Management T66 Central Utility Building (CUB) Control System Reliability, Optimization & Demand Management Name Doug Demian Title Application Engineer Date November 7 & 8, 2012 Rev 5058-CO900C Copyright 2012 Rockwell

More information

Combining Cold Aisle Containment with Intelligent Control to Optimize Data Center Cooling Efficiency

Combining Cold Aisle Containment with Intelligent Control to Optimize Data Center Cooling Efficiency A White Paper from the Experts in Business-Critical Continuity TM Combining Cold Aisle Containment with Intelligent Control to Optimize Data Center Cooling Efficiency Executive Summary Energy efficiency

More information

Welcome Association of Energy Engineers to the Microsoft Technology Center

Welcome Association of Energy Engineers to the Microsoft Technology Center Welcome Association of Energy Engineers to the Microsoft Technology Center Today s Agenda 10:00 10:30 What s new in data center energy efficiency planning and implementation? 10:30 11:00 ASHRAE data center

More information

ABSTRACT BACKGROUND PSIG 05B3

ABSTRACT BACKGROUND PSIG 05B3 PSIG 05B3 Simulating pipeline control systems for operator training David Basnett, Atmos International Ltd, John Lewis, Atmos International Inc. Copyright 2003, Pipeline Simulation Interest Group This

More information

Better Building Controls Through Simulation

Better Building Controls Through Simulation Better Building Controls Through Simulation John M. House, Ph.D. IBPSA-USA Winter Meeting January 21, 2012 Outline Who We Are Our Simulation Needs Simulation Tools We Use Use Cases Matching Needs with

More information

Deckblatt. APL Operator Guide SIMATIC PCS 7. Application description June Applikationen & Tools. Answers for industry.

Deckblatt. APL Operator Guide SIMATIC PCS 7. Application description June Applikationen & Tools. Answers for industry. Deckblatt SIMATIC PCS 7 Application description June 2011 Applikationen & Tools Answers for industry. Industry Automation and Drive Technologies Service & Support Portal This article is taken from the

More information

Liebert Economizer Cooling Solutions Reduce Cooling Costs by up to 50% Without Compromising Reliability

Liebert Economizer Cooling Solutions Reduce Cooling Costs by up to 50% Without Compromising Reliability Precision Cooling for Business-Critical Continuity TM Liebert Economizer Cooling Solutions Reduce Cooling Costs by up to 50% Without Compromising Reliability DATA CENTER SOLUTIONS For More Information:

More information

Data Center Temperature Design Tutorial. Ian Seaton Chatsworth Products

Data Center Temperature Design Tutorial. Ian Seaton Chatsworth Products Data Center Temperature Design Tutorial Ian Seaton Chatsworth Products What are we going to do today? Explore a process for determining what data center operating temperature will deliver the best total

More information

Application program: description and examples

Application program: description and examples F a n C o i l U n i t C o n t r o l l e r F a n C o i l 4 9 5 5 1 Application program: description and examples Woertz AG Electrotechnical accessories, installation systems Hofackerstrasse 47, P.O. Box

More information

BACnet FF Configuration Wizard Guide

BACnet FF Configuration Wizard Guide BACnet FF Configuration Wizard Guide TABLE OF CONTENTS SYSTEM ENGINEERING GUIDE INTRODUCTION... 3 WEBStation-AX... 3 Features... 3 BACnet FF Configuration Wizard... 3 BACnet FF Configuration Requirement...

More information

A Data Center Heat Removal System That Saves... 80% Discover Inertech s Award-winning Data Center Heat Removal System

A Data Center Heat Removal System That Saves... 80% Discover Inertech s Award-winning Data Center Heat Removal System A Data Center Heat Removal System That Saves... Infrastructure Power Water up to 40% up to 80% up to 85% Discover Inertech s Award-winning Data Center Heat Removal System A Cool Solution; A Breakthrough

More information

How Big Data Analytics Helps Hotels Improve Maintenance and Comfort, and Save Energy

How Big Data Analytics Helps Hotels Improve Maintenance and Comfort, and Save Energy How Big Data Analytics Helps Hotels Improve Maintenance and Comfort, and Save Energy Critical facility management drivers are impacting all industries Sustainability Big Data/Cloud Open Building Systems

More information

Google s Green Data Centers: Network POP Case Study

Google s Green Data Centers: Network POP Case Study Google s Green Data Centers: Network POP Case Study Table of Contents Introduction... 2 Best practices: Measuring. performance, optimizing air flow,. and turning up the thermostat... 2...Best Practice

More information

SMART VENTILATION MANAGEMENT: CHANGING THE WAY WE THINK ABOUT VENTILATION

SMART VENTILATION MANAGEMENT: CHANGING THE WAY WE THINK ABOUT VENTILATION SMART VENTILATION MANAGEMENT: CHANGING THE WAY WE THINK ABOUT VENTILATION VENTILATION: THE KEY TO HEALTHY & EFFICIENT BUILDINGS At Ventacity Systems we believe that ventilation deserves more attention

More information

MiG2 CONTROLLERS. 2 & 4 Stage General Purpose Controllers, with Air-conditioning Facilities

MiG2 CONTROLLERS. 2 & 4 Stage General Purpose Controllers, with Air-conditioning Facilities MiG2 CONTROLLERS 2 & 4 Stage General Purpose Controllers, with Air-conditioning Facilities The MiG2 controllers incorporate: 2 Inputs (Configurable as Resistive, 0 10V, 0 20mA or 4 20mA) 2 or 4 Relay Outputs

More information

Data Center Trends: How the Customer Drives Industry Advances and Design Development

Data Center Trends: How the Customer Drives Industry Advances and Design Development Bablu Kazi, PE MORRISON HERSHFIELD MISSION CRITICAL Data Center Trends: How the Customer Drives Industry Advances and Design Development What does the Customer Need? Scalability P U E Latest Technology

More information

BUILDING AUTOMATION YORKLAND

BUILDING AUTOMATION YORKLAND YORKLAND Distributor / Systems Solutions Provider with over 35 years of controls experience Represent major control manufactures Uniquely positioned to offer integrated control systems from various control

More information

CHAPTER/REGIONAL TECHNOLOGY AWARD - SHORT FORM

CHAPTER/REGIONAL TECHNOLOGY AWARD - SHORT FORM CHAPTER/REGIONAL TECHNOLOGY AWARD - SHORT FORM 1. Category (Check one and indicate New or Existing, if applicable) Commercial Buildings New or Existing Institutional Buildings: Educational Facilities New

More information

Siemens BACnet Programmable TEC Unit Conditioner Controller

Siemens BACnet Programmable TEC Unit Conditioner Controller Technical Specification Sheet Document No. 149-831 September 24, 2014 Siemens BACnet Programmable TEC Unit Conditioner Controller Returns from power failure without operator intervention. No calibration

More information

Building Management Systems (BMS) Back to Basics. Presented By: Andrew Smith Leader Building Technologies A.G. Coombs Advisory

Building Management Systems (BMS) Back to Basics. Presented By: Andrew Smith Leader Building Technologies A.G. Coombs Advisory Building Management Systems (BMS) Back to Basics Presented By: Andrew Smith Leader Building Technologies A.G. Coombs Advisory Back to Basics. 1) What is a Building Management System (BMS)? 2) Typical Components

More information

Engineered Energy Solutions An Overview. Controls, Automation and Energy Conservation

Engineered Energy Solutions An Overview. Controls, Automation and Energy Conservation Engineered Energy Solutions An Overview Controls, Automation and Energy Conservation Engineered Energy Solutions Independent Control System Integration and Engineering Firm specializing in the energy efficient

More information

WSHP-IOP-2 May Installation, Operation, and Programming. Tracer ZN510 Controller

WSHP-IOP-2 May Installation, Operation, and Programming. Tracer ZN510 Controller WSHP-IOP-2 May 1998 Installation, Operation, and Programming Tracer ZN510 Controller Literature History The Trane Company has a policy of continuous product improvement and it reserves the right to change

More information

IBM Symposium Data Center Cooling. EC Systems for HVAC architecture and Direct air Cabinet Cooling

IBM Symposium Data Center Cooling. EC Systems for HVAC architecture and Direct air Cabinet Cooling IBM Symposium 2008 Data Center Cooling EC Systems for HVAC architecture and Direct air Cabinet Cooling Presented by David J. Spofford Product Manager IT/Telecomm 1 Agenda Data Center trends for IT and

More information

ENCLOSURE HEAT DISSIPATION

ENCLOSURE HEAT DISSIPATION ENCLOSURE HEAT DISSIPATION DATA CENTER SOLUTIONS A White Paper by Great Lakes Case & Cabinet Company www.werackyourworld.com 814.734.7303 Page 2 Introduction Dangerous heat levels inside an enclosure threaten

More information

Siemens BACnet Programmable TEC Unit Conditioner (Fan Coil) Controller for Smoke Control

Siemens BACnet Programmable TEC Unit Conditioner (Fan Coil) Controller for Smoke Control Technical Specification Sheet Document No. 149-844 August 12, 2011 Siemens BACnet Programmable TEC Unit Conditioner (Fan Coil) Controller for Smoke Control Returns from power failure without operator intervention.

More information

Desigo Insight Management station, V6.0 Getting started. CM110490en_ Building Technologies

Desigo Insight Management station, V6.0 Getting started. CM110490en_ Building Technologies Desigo Insight Management station, V6.0 Getting started CM110490en_08 2015-07-31 Building Technologies Siemens Switzerland Ltd Building Technologies Division International Headquarters Gubelstrasse 22

More information

SE7600E Series Application Guide

SE7600E Series Application Guide SE7600E Series Application Guide Schneider Electric SE7600E Series RTU Controller with IAQ Control Application Guide CONTENTS Solution Overview 2 Product Overview 3 Features & Benefits 3 System Overview

More information

Cisco Lab Setpoint Increase. Energy Efficient Data Center Demonstration Project

Cisco Lab Setpoint Increase. Energy Efficient Data Center Demonstration Project Cisco Lab Setpoint Increase Energy Efficient Data Center Demonstration Project About the Energy Efficient Data Center Demonstration Project The project s goal is to identify key technology, policy and

More information

How Green can you go?

How Green can you go? ASHRAE 90.1 2010 It s out..and should be our code in 3 years Work on sealing and testing building envelope, commissioning Cool Roofs..hey were already doing that Extensive Controls enhancements Equipment

More information

Modbus Register Map: InRow ACRD60x / ACRC60x

Modbus Register Map: InRow ACRD60x / ACRC60x Modbus Map: InRow ACRD60x / ACRC60x Notes: 1. 16-bit registers (INT16, UINT16, ENUM) are transmitted MSB first (i.e., big-endian). 2. INT32 and UINT32 are most-significant word in n+0, least significant

More information

Using Loop Tuning for ASC Devices

Using Loop Tuning for ASC Devices HVAC PRO User s Guide 13-1 Chapter 13 Using Loop Tuning for ASC Devices Introduction Use Loop Tuning to monitor and/or tune Proportional plus Integral (PI) process control loops for ASC devices. This chapter

More information

Water cooled chiller plant (all-variable)

Water cooled chiller plant (all-variable) Data Center Water cooled chiller plant (all-variable) Design Envelope File No: 9.572 Date: november 14, 2014 Supersedes: 9.572 Date: september 22, 2014 design envelope s performance improvements are among

More information

Overcoming the Challenges of Server Virtualisation

Overcoming the Challenges of Server Virtualisation Overcoming the Challenges of Server Virtualisation Maximise the benefits by optimising power & cooling in the server room Server rooms are unknowingly missing a great portion of their benefit entitlement

More information

TABLE OF CONTENTS OVERVIEW 1 FEATURES AND BENEFITS 1 OVER-THE-AIR UPDATING 1 WEATHERTRAK OPTIFLOW COMMISSIONING PHASES 2 PHASE 1: ASSESS 2

TABLE OF CONTENTS OVERVIEW 1 FEATURES AND BENEFITS 1 OVER-THE-AIR UPDATING 1 WEATHERTRAK OPTIFLOW COMMISSIONING PHASES 2 PHASE 1: ASSESS 2 TABLE OF CONTENTS OVERVIEW 1 FEATURES AND BENEFITS 1 OVER-THE-AIR UPDATING 1 WEATHERTRAK OPTIFLOW COMMISSIONING PROCESS 2 WEATHERTRAK OPTIFLOW COMMISSIONING PHASES 2 PHASE 1: ASSESS 2 PHASE 2: INSTALL

More information

Siemens BACnet Programmable TEC Constant Volume

Siemens BACnet Programmable TEC Constant Volume Technical Specification Sheet Document No. 149-852 September 24, 2014 Siemens BACnet Programmable TEC Constant Volume Returns from power failure without operator intervention. No calibration required,

More information

FCU-4 FAN COIL CONTROLLER

FCU-4 FAN COIL CONTROLLER FCU-4 FAN COIL CONTROLLER BACnet Enabled Description The FCU-4 is designed to provide complete control of fan coil units. The FCU-4 incorporates all the inputs and outputs to ensure that this advanced

More information

NOTES: Provide HVAC controls in accordance with the attached specification.

NOTES: Provide HVAC controls in accordance with the attached specification. HVAC CONTROLS DOCUMENT NUMBER: 15200 APPLICATION: ELEMENTARY, MIDDLE AND HIGH SCHOOL DATE OF ISSUE: 01-22-10 - Added an acceptable manufacturer in section 1.4A 03-23-09 - Deleted occupancy sensor from

More information

Siemens BACnet Programmable TEC Unit Conditioner (Fan Coil) Controller

Siemens BACnet Programmable TEC Unit Conditioner (Fan Coil) Controller Technical Specification Sheet Document No. 149-831 August 12, 2011 Siemens BACnet Programmable TEC Unit Conditioner (Fan Coil) Controller No calibration required, thereby reducing maintenance costs. PID

More information

SECTION GRAPHICS

SECTION GRAPHICS SECTION 25 15 23 GRAPHICS PART 1 - General 1.1 SUMMARY A. Section includes the general requirements for graphic generation. B. Related Sections: 1. 25 12 23 Client-Server Information/Database Integration

More information

where we are, where we could be, how we can get there. 12/14/2011

where we are, where we could be, how we can get there. 12/14/2011 Central Plant Optimization ASHRAE National Capitol Chapter - PES Wednesday, Nov 7, 2011 Dave Klee, LEED AP Director, Optimized Building Solutions Johnson Controls, Inc. 1 1 J o http://www.johnsoncontrols.com/cpo

More information

Chiller Plant Optimization: A Case Study

Chiller Plant Optimization: A Case Study Presentation of Chiller Plant Optimization: A Case Study Presented by Michael S. Conway The site Large pharmaceutical client 5 MW cogen 88,000 PPH of boiler capability 8,200 tons of chiller capability

More information

Aquaflair. Uniflair TRAC, TRAF and TRAH. Air-cooled chillers, free-cooling chillers and heat pumps with scroll compressors.

Aquaflair. Uniflair TRAC, TRAF and TRAH. Air-cooled chillers, free-cooling chillers and heat pumps with scroll compressors. Aquaflair Uniflair TRAC, TRAF and TRAH Air-cooled chillers, free-cooling chillers and heat pumps with scroll compressors 120-350kW Uniflair TRA ranges 115-350kW Air-cooled Chillers Cooling, Free cooling

More information

REPORT. Energy Efficiency of the San Diego Supercomputer Center and Distributed Data Centers at UCSD. Prepared for:

REPORT. Energy Efficiency of the San Diego Supercomputer Center and Distributed Data Centers at UCSD. Prepared for: REPORT Energy Efficiency of the San Diego Supercomputer Center and Distributed Data Centers at UCSD Prepared for: San Diego Supercomputer Center 10100 John J Hopkins Drive San Diego, CA 92037 May 11, 2009

More information

Liebert. icom Thermal System Controls Greater Data Center Protection, Efficiency & Insight

Liebert. icom Thermal System Controls Greater Data Center Protection, Efficiency & Insight Liebert icom Thermal System Controls Greater Data Center Protection, Efficiency & Insight LIEBERT icom THERMAL SYSTEM CONTROLS All for One, One for All Optimize a Single Cooling Unit With an Intelligent

More information

APC InRow Cooler Prototype Initial Report - Test Setup Verification. H. Coles, S. Greenberg Contributing: J. Bean (APC) November 18, 2011

APC InRow Cooler Prototype Initial Report - Test Setup Verification. H. Coles, S. Greenberg Contributing: J. Bean (APC) November 18, 2011 APC InRow Cooler Prototype Initial Report - Test Setup Verification H. Coles, S. Greenberg Contributing: J. Bean (APC) November 18, 2011 1 Introduction Contents Technology Description/Attributes Installation

More information

PoolPak MPK with CommandPak Control System CPCS BACnet /IP User s Guide DOCUMENT #: SVW07-MPKBACNIP

PoolPak MPK with CommandPak Control System CPCS BACnet /IP User s Guide DOCUMENT #: SVW07-MPKBACNIP PoolPak MPK with CommandPak Control System CPCS BACnet /IP User s Guide DOCUMENT #: SVW07-MPKBACNIP-20171020 UPDATED: OCTOBER 2017 INTRODUCTION PoolPak dehumidifiers equipped with an CommandPak Control

More information

Environmental Monitor (RSMICRO)

Environmental Monitor (RSMICRO) Environmental Monitor (RSMICRO) Monitored Basic & Temperature and humidity are two of the most critical conditions to monitor in computing space. While temperature is often given moderate attention, relative

More information

An OR Operation. Or (O) Function I0.4 Q0.1 I0.5 I0.5 I0.4 Q0.1. Input 3. Input 4. Output 2

An OR Operation. Or (O) Function I0.4 Q0.1 I0.5 I0.5 I0.4 Q0.1. Input 3. Input 4. Output 2 An OR Operation In this example an OR operation is used in network. It can be seen that if either input I0.2 (input 3) or (O in the statement list) input I0.3 (input 4), or both are true, then output Q0.

More information

SECTION REMOTE CONTROL PANELS

SECTION REMOTE CONTROL PANELS SECTION 25 14 13 REMOTE CONTROL PANELS PART 1. GENERAL 1.01 SECTION INCLUDES: A. Building Controller (BC) B. Advance Application Specific Controller (AAC) C. Application Specific Controller (ASC) 1.02

More information

The challenge is that BAS are often very complex with 1000s of data points to review. EMS Optimization Software

The challenge is that BAS are often very complex with 1000s of data points to review. EMS Optimization Software EMS Optimization Software Often immediate energy savings can be achieved with proper set points, sequencing, scheduling and fault detection of the Building Automation System (BAS). The challenge is that

More information

TANDBERG Management Suite - Redundancy Configuration and Overview

TANDBERG Management Suite - Redundancy Configuration and Overview Management Suite - Redundancy Configuration and Overview TMS Software version 11.7 TANDBERG D50396 Rev 2.1.1 This document is not to be reproduced in whole or in part without the permission in writing

More information

TRACE 700. Slide 1. Today, we will be talking about Airside Economizers in TRACE 700. Slide 2

TRACE 700. Slide 1. Today, we will be talking about Airside Economizers in TRACE 700. Slide 2 Slide 1 TRACE 700 Today, we will be talking about Airside Economizers in TRACE 700. Airside Economizers Slide 2 Learning Objectives Define airside economizing Discuss different airside economizer types

More information

ECON-ZIP-BASE. ZIP Economizer Base Unit. Wiring Diagram USA CANADA LATIN AMERICA / CARIBBEAN

ECON-ZIP-BASE. ZIP Economizer Base Unit. Wiring Diagram USA CANADA LATIN AMERICA / CARIBBEAN ECON-ZIP-BASE ZIP Economizer Base Unit 24 VAC ± 20%, 50/60 Hz; Class 2 power source 4 VA Base Control (ECON-ZIP-BASE) 5.5 VA Base Control with Energy Module (ECON-ZIP-BASE + ECON-ZIP-EM) Power Consumption

More information

Trailblazer AGZ-E air-cooled scroll chillers

Trailblazer AGZ-E air-cooled scroll chillers Trailblazer AGZ-E air-cooled scroll chillers 30 to 240 tons with Variable Speed Condenser Fan Technology The right features, the right value, right now Intelligent Equipment AGZ-E 30 to 161 RapidRestore

More information