Maintenance and Service Tips
For Cleaver-Brooks Boilers

Daily

Test Low Water Control for proper operation Column Blow Down).
Observer Oil & Atomizing Air Pressures.
Observe Stack & Fires for Clean Combustion.
Check Lube Oil Level (#20 Recommended Brand by C.B. Co.
Six Turns on Cuno Strainer.

Weekly

Clean Burner Nozzle & Swirler Assembly (Air Atomizing).
Drain Sludge from Oil Filters (Cuno).
Remove & Clean Fuel Oil Strainers.
Check Compressors Coupling or Belts.
Clean Scanner Sight Tube & Lens.

Monthly

Shut Off power to Feed Pumps & watch boiler for low water shut down (not less than 1/2" In Water Sight Glass).
Remove & Clean Lube Oil Strainer.
Check Air Line to Rear Sight Glass.
Lube Cam Spring Assembly.
Clean Lube-Oil Strainer.

 

Yearly Or Semi-Annually

Clean Fireside of Boiler.
Open Waterside & Clean Scale & Wash Down.
Inspect and Wash Coat Refactory.
Open & Clean Low Water Control Bowls & Cross Tee's.
Inspect and/or Replace Gaskets.
Lubricate (change grease) Blower Motor
Clean Lube Oil Tank

Refer to Boiler Operating Manual
Miller & Chitty Company

Cleaver-Brooks Boilers
Sales - Service - Parts

135 Market Street, Kenilworth, NJ (908) 241 4500 24 HR Service


 
Company Info | Services | Parts | Rentals | Training | Careers | Line Card | Map/Directions | Vendor Links| Contact Us
Copyright © 2006 Miller & Chitty Co., Inc. All Rights Reserved
/* ----------------------------------------------- Thomas WebTraxs - v.2.2.3 ------------------------------------------------ */ // ---------------------------------------------------------- // SETTINGS: // here should be your username you received from www.thomastracking.com // Do not edit this file manually!! Use the one you got in your // confirmation-email or the one from PowerPhlogger's settings // section. id = "millerchitty"; // If you're using a frameset and are not getting correct // referrers, please uncomment the following line: // pp_frames = true; // ---------------------------------------------------------- // define some defaults ------------------------------------- if(showme==null) var showme='n'; if(st==null) var st='img'; // st means show-type // get the user agent name ---------------------------------- v = navigator.appName; // get the screen resolution -------------------------------- c=0; if (v != "Netscape") c = screen.colorDepth; else c = screen.pixelDepth; // get the screen size -------------------------------------- s = screen.width+"x"+screen.height; // get the document's title --------------------------------- t = escape(document.title); // get the document's referrer ------------------------------- var f = ""; // if pp_frames is true then try getting the framed referral (without error checking) if (typeof(pp_frames) != "undefined") if (pp_frames) f = top.document.referrer; // get the referral for non-multi-domained-framed sites using a Netscape browser if ((f == "") || (f == "[unknown origin]") || (f == "unknown") || (f == "undefined")) if (document["parent"] != null) if (parent["document"] != null) // ACCESS ERROR HERE! if (parent.document["referrer"] != null) if (typeof(parent.document) == "object") f = parent.document.referrer; // get the referral for the current document if a framed referral wasn't found if ((f == "") || (f == "[unknown origin]") || (f == "unknown") || (f == "undefined")) if (document["referrer"] != null) f = document.referrer; // convert all the unknown's into blank if ((f == "") || (f == "[unknown origin]") || (f == "unknown") || (f == "undefined")) f = ""; // escape the referral f = escape(f); // getting data ready to send ------------------------------- r="?id="+id+"&referer="+f+"&r="+s+"&c="+c+"&showme="+showme+"&st="+st+"&title="+t; // adding logid if called by st='phpjs' if(jslogid==null) var jslogid = 0; else r = r + "&jslogid="+jslogid; function alturl() { document.pphLoggerImage.src = "http://alt.webtraxs.com//pixel.gif"+r; return false; } function altJs(r) { document.open(); document.write("\"\""); document.close(); } if (st=='js') { // calling logger by JavaScript-tag if (v != "Microsoft Internet Explorer") { r = r+"&url="+document.URL; // $HTTP_REFERER problem with NS,... } document.open(); document.write(""); document.close(); } else { // calling PowerPhlogger by IMG-tag rand = Math.round(1000*Math.random()); r = r+"&b="+rand; //force the page to load the IMG document.open(); document.write("\"\""); document.close(); }