Blame
|
1 | # Glycol Chilled Water System (CHWS) - Sequence of Operation |
||||||
| 2 | ||||||||
| 3 | **Version:** 1.0 |
|||||||
| 4 | **Date:** 2025-12-29 |
|||||||
| 5 | **Author:** Gemini Agent |
|||||||
|
6 | **Related SSO:** [[training-structure/sso/sso-temp-sensor]], [[training-structure/sso/sso-pressure-sensor]], [[training-structure/sso/sso-flow-switch]], [[training-structure/sso/sso-valve-actuator]], [[training-structure/sso/sso-relay-output]] |
||||||
|
7 | |||||||
| 8 | --- |
|||||||
| 9 | ||||||||
| 10 | ## 1. Overview |
|||||||
| 11 | This document outlines the sequence of operation for the Glycol Chilled Water System (CHWS). This is a manually-started system during the cooling season, featuring monitoring and control of multiple chilled water pumps, chillers, and associated glycol make-up units. |
|||||||
| 12 | ||||||||
| 13 | The system's primary automated functions are: |
|||||||
| 14 | 1. **System Monitoring & Alarming**: Upon manual activation, the control panel actively monitors pump status, water flow, temperatures, and pressures. It generates alarms for any out-of-spec conditions, including pump failure, loss of flow, or abnormal temperatures. |
|||||||
| 15 | 2. **Differential Pressure Control**: A differential pressure transmitter located in the main piping loop continuously modulates a bypass valve to maintain a constant differential pressure between the supply and return mains. |
|||||||
| 16 | 3. **Glycol Make-up Automation**: Dedicated glycol make-up pump systems automatically maintain pressure in their associated loops. The pump activates to build pressure and deactivates upon reaching the setpoint, with full safety and level monitoring alarms. |
|||||||
| 17 | ||||||||
| 18 | The system is managed by two `ECL-650` controllers, which handle specific pumps, fans, and chillers but share common system sensors. |
|||||||
| 19 | ||||||||
| 20 | --- |
|||||||
| 21 | ||||||||
| 22 | ## 2. Point List |
|||||||
| 23 | *Note: The system is controlled by two separate ECL-650 controllers. The controller for each point is noted below.* |
|||||||
| 24 | ||||||||
| 25 | ### Inputs (Physical) |
|||||||
| 26 | - **Chilled Water Pump 1 Status (P-1-S)**: BI (ECL-650 (1), UI1), Dry Contact |
|||||||
| 27 | - **Chilled Water Pump 2 Status (P-2-S)**: BI (ECL-650 (1), UI2), Dry Contact |
|||||||
| 28 | - **Chilled Water Pump 3 Status (P-3-S)**: BI (ECL-650 (1), UI5), Dry Contact |
|||||||
| 29 | - **Chilled Water Pump 4 Status (P-4-S)**: BI (ECL-650 (2), UI1), Dry Contact |
|||||||
| 30 | - **Chilled Water Pump 5 Status (P-5-S)**: BI (ECL-650 (2), UI2), Dry Contact |
|||||||
| 31 | - **Chilled Water Pump 6 Status (P-6-S)**: BI (ECL-650 (2), UI5), Dry Contact |
|||||||
| 32 | - **Chilled Water System Flow Switch (Existing) (FLOW-S)**: BI (Both ECL-650, UI3), Dry Contact |
|||||||
| 33 | - **Glycol Tank Low Level Alarm (GT-LL-A)**: BI (Both ECL-650, UI4), Dry Contact |
|||||||
| 34 | - **Exhaust Fan 4 Status (EF-4-S)**: BI (ECL-650 (1), UI6), Dry Contact |
|||||||
| 35 | - **Exhaust Fan 19 Status (EF-19-S)**: BI (ECL-650 (1), UI7), Dry Contact |
|||||||
| 36 | - **Exhaust Fan 7 Status (EF-7-S)**: BI (ECL-650 (2), UI6), Dry Contact |
|||||||
| 37 | - **Exhaust Fan 20 Status (EF-20-S)**: BI (ECL-650 (2), UI7), Dry Contact |
|||||||
| 38 | - **Glycol Chilled Water Differential Pressure Transducer (GCHW-DP)**: AI (Both ECL-650, UI8), 0-10VDC |
|||||||
| 39 | - **Chilled Water Supply Temperature (GCHWS-T)**: AI (Both ECL-650, UI9), 10K Type II |
|||||||
| 40 | - **Chilled Water Return Temperature (GCHWR-T)**: AI (Both ECL-650, UI10), 10K Type II |
|||||||
| 41 | - **Outside Air Humidity (OA-H)**: AI (ECL-650 (1), UI11), 0-10 VDC |
|||||||
| 42 | - **Outside Air Temperature (OA-T)**: AI (ECL-650 (1), UI12), 10K Type II |
|||||||
| 43 | - **Chiller 1 Common Alarm (CH-COM-A)**: BI (ECL-650 (1), UI13), Dry Contact |
|||||||
| 44 | - **Chiller 2 Common Alarm (CH-COM-A)**: BI (ECL-650 (2), UI12), Dry Contact |
|||||||
| 45 | - **Chiller 1 Differential Pressure (CH-1-DP)**: AI (ECL-650 (1), UI14), 0-10VDC |
|||||||
| 46 | - **Chiller 2 Differential Pressure (CH-2-DP)**: AI (ECL-650 (2), UI13), 0-10VDC |
|||||||
| 47 | - **Heat Exchanger 1 Differential Pressure (HX-1-DP)**: AI (ECL-650 (2), UI11), 0-10VDC |
|||||||
| 48 | - **Outside Air Temperature (OA-T)**: AI (Via Network), Global |
|||||||
| 49 | - **Outside Air Humidity (OA-H)**: AI (Via Network), Global |
|||||||
| 50 | ||||||||
| 51 | ### Outputs (Physical) |
|||||||
| 52 | - **Exhaust Fan 4 Command (EF-4-C)**: BO (ECL-650 (1), UO1), 12VDC |
|||||||
| 53 | - **Exhaust Fan 19 Command (EF-19-C)**: BO (ECL-650 (1), UO2), 12VDC |
|||||||
| 54 | - **Pump 3 (Glycol Make-up) Command (P-3-C)**: BO (ECL-650 (1), UO3), 12VDC |
|||||||
| 55 | - **Exhaust Fan 7 Command (EF-7-C)**: BO (ECL-650 (2), UO1), 12VDC |
|||||||
| 56 | - **Exhaust Fan 20 Command (EF-20-C)**: BO (ECL-650 (2), UO2), 12VDC |
|||||||
| 57 | - **Pump 6 (Glycol Make-up) Command (P-6-C)**: BO (ECL-650 (2), UO3), 12VDC |
|||||||
| 58 | - **Glycol Chilled Water Bypass Valve Output (CHWS-BYP-VLV1-O)**: AO (ECL-650 (1), UO4), 0-10VDC |
|||||||
| 59 | - **Glycol Chilled Water Bypass Valve Output (GCHWP-BYP-O)**: AO (ECL-650 (2), UO4), 0-10VDC |
|||||||
| 60 | ||||||||
| 61 | ### Software Points & Setpoints |
|||||||
| 62 | - **Chiller 1 Differential Pressure Setpoint (CH-1-DP-SP)**: Setpoint (ECL-650 (1)) |
|||||||
| 63 | - **Chiller 2 Differential Pressure Setpoint (CH-2-DP-SP)**: Setpoint (ECL-650 (2)) |
|||||||
| 64 | - **Exhaust Fan 4 Failure (EF-4-FAIL)**: Alarm (ECL-650 (1)) |
|||||||
| 65 | - **Exhaust Fan 19 Failure (EF-19-FAIL)**: Alarm (ECL-650 (1)) |
|||||||
| 66 | - **Exhaust Fan 7 Failure (EF-7-FAIL)**: Alarm (ECL-650 (2)) |
|||||||
| 67 | - **Exhaust Fan 20 Failure (EF-20-FAIL)**: Alarm (ECL-650 (2)) |
|||||||
| 68 | - **Glycol Chilled Water Differential Pressure Setpoint (GCHW-DP-SP)**: Setpoint (Software) |
|||||||
| 69 | - **Glycol System Normal Operating Pressure (GCHW-Press-SP)**: Setpoint (Software) |
|||||||
| 70 | - **Glycol System Low-Low Pressure Alarm Limit (GCHW-Press-LOLMT)**: Setpoint (Software) |
|||||||
| 71 | - **Glycol System High-High Pressure Alarm Limit (GCHW-Press-HILMT)**: Setpoint (Software) |
|||||||
| 72 | - **Chilled Water Return Temp High Alarm (GCHWR-T-HILMT)**: Setpoint (Software) (e.g., SP+10°F) |
|||||||
| 73 | - **Chilled Water Return Temp Low Alarm (GCHWR-T-LOLMT)**: Setpoint (Software) (e.g., SP-10°F) |
|||||||
| 74 | ||||||||
| 75 | --- |
|||||||
| 76 | ||||||||
| 77 | ## 3. Safety Devices & Interlocks |
|||||||
| 78 | - **Glycol Pump Pressure Safety**: The glycol make-up pump will be de-energized if the system pressure drops below a low-low limit setpoint (`GCHW-Press-LOLMT`) or rises above a high-high limit setpoint (`GCHW-Press-HILMT`). An alarm is generated in both cases. |
|||||||
| 79 | - **Glycol Pump Start Failure**: If a make-up pump is commanded ON (`P-3-C` or `P-6-C`) but its corresponding status contact (`P-3-S` or `P-6-S`) does not prove flow within a defined time, the pump command will be stopped and a malfunction alarm will be generated. |
|||||||
| 80 | - **Glycol Tank Low Level**: If the glycol tank low level float switch (`GT-LL-A`) activates, the associated make-up pump will be stopped, and an alarm will be generated to prevent the pump from running dry. |
|||||||
| 81 | ||||||||
| 82 | --- |
|||||||
| 83 | ||||||||
| 84 | ## 4. Modes of Operation |
|||||||
| 85 | ||||||||
| 86 | ### Chilled Water System Operation |
|||||||
| 87 | - **Activation**: The chilled water pumps (`P-1`, `P-2`, `P-4`, `P-5`) and chillers are started **manually** for the cooling season. |
|||||||
| 88 | - **Monitoring**: Once the system is active, the DDC controller monitors all associated points. All alarm functions become active. |
|||||||
| 89 | - **Differential Pressure Control**: |
|||||||
| 90 | - The `GCHW-DP` transmitter continuously measures the differential pressure across the supply and return mains. |
|||||||
| 91 | - The controller modulates the normally open bypass valve (`CHWS-BYP-VLV1-O` / `GCHWP-BYP-O`) to maintain the `GCHW-DP-SP`. |
|||||||
| 92 | - As system load increases (VAV boxes open), system DP will tend to drop, causing the bypass valve to modulate closed to force more flow out to the system. |
|||||||
| 93 | - As system load decreases (VAV boxes close), system DP will tend to rise, causing the bypass valve to modulate open to relieve pressure. |
|||||||
| 94 | ||||||||
| 95 | ### Glycol Make-up Pumps (Typical of P-3, P-6) |
|||||||
| 96 | - **Monitoring**: The analog pressure transmitter in the expansion tank feed line is continuously monitored. |
|||||||
| 97 | - **Pump Activation**: |
|||||||
| 98 | - If system pressure drops below the `GCHW-Press-SP`, the corresponding make-up pump (`P-3-C` or `P-6-C`) is commanded **ON**. |
|||||||
| 99 | - **Pump Deactivation**: |
|||||||
| 100 | - The pump runs continuously until the system pressure rises to meet or exceed the `GCHW-Press-SP`. At this point, the pump is commanded **OFF**. |
|||||||
| 101 | ||||||||
| 102 | --- |
|||||||
| 103 | ||||||||
| 104 | ## 5. Alarms & Fault Conditions |
|||||||
| 105 | All alarms shall be annunciated at the User workstation. |
|||||||
| 106 | - **Pump Failure**: |
|||||||
| 107 | - **Condition**: Status contact (`P-1-S`, `P-2-S`, etc.) indicates a pump is off when it should be running. |
|||||||
| 108 | - **Priority**: High. |
|||||||
| 109 | - **Loss of Chilled Water Flow**: |
|||||||
| 110 | - **Condition**: The chilled water system flow switch (`FLOW-S`) opens while the system is expected to be active. |
|||||||
| 111 | - **Priority**: High. |
|||||||
| 112 | - **Chilled Water Temperature Out of Range**: |
|||||||
| 113 | - **Condition**: The `GCHWS-T` or `GCHWR-T` reading exceeds the high (`GCHWR-T-HILMT`) or low (`GCHWR-T-LOLMT`) alarm limits. |
|||||||
| 114 | - **Priority**: Medium. |
|||||||
| 115 | - **Glycol Pump Pressure Alarm**: |
|||||||
| 116 | - **Condition**: System pressure drops below `GCHW-Press-LOLMT` or rises above `GCHW-Press-HILMT`. |
|||||||
| 117 | - **Priority**: High. |
|||||||
| 118 | - **Glycol Pump Malfunction**: |
|||||||
| 119 | - **Condition**: A make-up pump fails to prove status after being commanded ON. |
|||||||
| 120 | - **Priority**: High. |
|||||||
| 121 | - **Glycol Tank Low Level**: |
|||||||
| 122 | - **Condition**: The low level float switch (`GT-LL-A`) is activated. |
|||||||
| 123 | - **Priority**: Critical. Prevents pump operation. |
|||||||
| 124 | - **Chiller Common Alarm**: |
|||||||
| 125 | - **Condition**: The common alarm contact from either chiller (`CH-COM-A`) is activated. |
|||||||
| 126 | - **Priority**: High. |
|||||||
| 127 | ||||||||
| 128 | --- |
|||||||
| 129 | ||||||||
| 130 | ## 6. Commissioning & Verification Checklist |
|||||||
| 131 | - [ ] Verify that all pump status points (`P-1-S`, `P-2-S`, etc.) correctly report the ON/OFF status of each pump. |
|||||||
| 132 | - [ ] With the system running, manually open the `FLOW-S` circuit and verify a "Loss of Chilled Water Flow" alarm is generated. |
|||||||
| 133 | - [ ] Adjust the high and low alarm limits for `GCHWR-T` and verify that an alarm is generated when the temperature goes out of range. |
|||||||
| 134 | - [ ] Verify the `GCHW-DP` reading is accurate. With the system running, manually adjust VAV box dampers and observe the `CHWS-BYP-VLV1-O` modulating to maintain the `GCHW-DP-SP`. |
|||||||
| 135 | - [ ] Simulate a drop in system pressure and verify the correct glycol make-up pump (`P-3-C` or `P-6-C`) activates. |
|||||||
| 136 | - [ ] Verify the make-up pump deactivates once the `GCHW-Press-SP` is achieved. |
|||||||
| 137 | - [ ] Simulate a system pressure drop below `GCHW-Press-LOLMT` and verify the make-up pump is stopped and an alarm is generated. |
|||||||
| 138 | - [ ] Simulate a system pressure rise above `GCHW-Press-HILMT` and verify the make-up pump is stopped and an alarm is generated. |
|||||||
| 139 | - [ ] With a make-up pump commanded on, disconnect its status input (`P-3-S` or `P-6-S`) and verify a "Glycol Pump Malfunction" alarm is generated. |
|||||||
| 140 | - [ ] Manually activate the `GT-LL-A` float switch and verify the make-up pump is de-energized and a "Glycol Tank Low Level" alarm is generated. |
|||||||
| 141 | - [ ] Activate the `CH-COM-A` dry contact and verify a "Chiller Common Alarm" is generated. |
|||||||
