Determine if Cooling Tower Fan is Running when Bypass Valve is Open

Applicable Systems

  • Primary: CHLR

Description / Method

Calculates the number of hours in a day when the cooling tower fan is ON while the bypass valve is open. Generates an insight if the number of hours exceeds 1 hour/day. {CHLR|chiller}.

Logic

Normalize all inputs to 5-minute intervals. When the cooling fan is on and the bypass valve is open, calculate time. Sum this over the day. Store in CTL. Trigger insight if the sum is over the threshold.

sum over the day{
   if (cooling fan is on and bypass valve is on, time, 0)
   }
if(sum> threshold , Insight,  no_insight)
Determine if cooling tower fan is running when bypass valve is open
  1. Cooling tower fan might be in hand (no longer controlled by the program).
  2. Review cooling tower fan control and sequence.

Message

Cooling tower fan has been ON for more than 1 hour for the day while the bypass valve is open

Notes

All timespans and thresholds are adjustable. Generates CTL named “Daily Hours Cooling Tower ON Bypass Valve Open “Default Inputs:

  • Daily Threshold [Hours] = 1

Rule Template Type

  • Insight Type: Fault Detection
  • Trigger Type: Active High

Default Priority

Medium

Inputs

InputsUnitsTagsDescription
Cooling Tower Fan Status0/1status,tower,fan,chillerEquipment On/Off Indicator
Bypass Valve (OFF/ON)0/1valve,bypass,ctrl|status,chillerBypass valve status

Constants

InputsUnitsDefault ValueDescription
Daily Thresholdhours1Allowable time for bypass valve to be open and cooling tower fan to be running

Output Calculated Trend Logs

Output CTLUnitsFrequencyDescription
Daily Hours Cooling Tower ON with Bypass Valve OpenhoursdailyTotal hours that fan runs with valve open