Coxreels 1185-1524-H Hydraulic Motor Rewind Hose Reel | 1185 Series | 1-1/2″ Hose Diameter | 75′ Hose Length | 1500 Max PSI | Less Hose

Coxreels 1185-1524-H Hydraulic Motor Rewind Hose Reel | 1185 Series | 1-1/2" Hose Diameter | 75' Hose Length | 1500 Max PSI | Less Hose

Price
Original price was: $1,514.72.Current price is: $150.00.
Free shipping over $40 Calculated automatically
Reliable delivery Tracking provided when shipped
Easy returns View return policy
Secure payment Your payment details are protected

Built to manage long lengths of large-diameter hose for increased-volume delivery, the Coxreels 1185-1524-H Hydraulic Motor Rewind Hose Reel provides powered retrieval for up to 75 ft of 1-1/2 in. I.D. hose. Its hydraulic motor configuration drives the reel through a reliable chain-and-sprocket system, reducing the manual effort required to return a substantial hose assembly to the drum. The reel’s welded A-frame construction supports the additional hose weight associated with mobile and stationary delivery systems.This 1185 Series model is rated for a 1,500 PSI maximum working pressure and incorporates an external fluid path with an in-line full-flow NPT swivel inlet. Coxreels’ exclusive low-profile outlet riser and open drum slot promote a non-crimping, flat, smooth hose wrap. Lubricated horizontal surface-mount bearings assist reel rotation, while an adjustable tension brake helps prevent free-wheeling during operation. The reel is supplied without hose so a compatible hose assembly can be selected separately.*Note: The above product image is for illustration purposes only. This product is a reel and does not include any hose. Please note this before ordering.Type: Hydraulic Motor Rewind Hose Reel | Series: 1185 Series | Model: 1185-1524-H | Configuration: Less Hose | Rewind Type: Hydraulic Motor | Hose I.D.: 1-1/2 in. | Hose O.D.: 2-1/16 in. | Hose Capacity: 75 ft | Maximum Working Pressure: 1,500 PSI | Overall Dimensions: 27.38 in. W x 26 in. H x 24 in. L | Mounting Pattern: 18.75 in. M x 16 in. N | Base Dimensions: 21 in. X x 22.25 in. YFeatures:Hydraulic motor configuration provides powered retrieval of large-diameter hose.Reliable chain-and-sprocket drive transfers motor power to the reel drum.External fluid path incorporates an in-line full-flow NPT swivel inlet.NITRILE seals are used in the swivel assembly.Exclusive low-profile outlet riser and open drum slot provide a non-crimping, flat, smooth hose wrap.All-welded steel A-frame construction strengthens the reel structure.Lubricated horizontal surface-mount bearings support easy reel rotation.Adjustable tension brake helps prevent free-wheeling during operation.Rolled edges and ribbed discs provide strength, hose protection, and operator safety.Chip-resistant and rust-inhibiting CPC powder coat finish protects the steel reel structure.Made in USA: 2 Year WarrantyApplications:Increased-volume delivery systems using compatible large-diameter hose.Mobile applications requiring powered retrieval of a 75 ft hose assembly.Stationary installations equipped with a compatible hydraulic power source.Hose-handling systems operating within the reels’ published capacity and pressure limits.FAQs:Q: Does the Coxreels 1185-1524-H include hose?A: No. Coxreels lists the hose field as “No,” meaning the reel is supplied without hose. A compatible hose must be selected and installed separately.Q: What hose size and length will this reel hold?A: The manufacturer lists a capacity of 75 ft for hose measuring 1-1/2 in. I.D. and 2-1/16 in. O.D.Q: How is the hose rewound?A: The H configuration uses a hydraulic motor connected to the reel through a chain-and-sprocket drive.Q: What is the maximum working pressure?A: Coxreels rates the 1185-1524-H for a maximum working pressure of 1,500 PSI.Q: What mounting space is required?A: The reel measures 27.38 in. wide by 26 in. high by 24 in. long, with an 18.75 in. by 16 in. mounting pattern.AVAILABLE VARIATIONS AND SPECIFICATIONS SKUSTANDARD CAPOPTIONAL CAP. Reducer requiredINLET SWIVEL & OUTLET RISERPSIAPRX. LBS.SIZE INDEXI.D.O.D.FT.I.D.O.D.FT.1185 SERIES – IN-LINE SWIVEL1185-15241-1/2″2-1/16″751-1/4″1-13/16″1001-1/2″ F NPT1,5008121185-1524-A1-1/2″2-1/16″751-1/4″1-13/16″1001-1/2″ F NPT1,5008121185-1524-AB1-1/2″2-1/16″751-1/4″1-13/16″1001-1/2″ F NPT1,5008121185-1524-C1-1/2″2-1/16″751-1/4″1-13/16″1001-1/2″ F NPT1,5008121185-1524-E1-1/2″2-1/16″751-1/4″1-13/16″1001-1/2″ F NPT1,5008121185-1524-EA1-1/2″2-1/16″751-1/4″1-13/16″1001-1/2″ F NPT1,5008121185-1524-ED1-1/2″2-1/16″751-1/4″1-13/16″1001-1/2″ F NPT1,5008121185-1524-EF1-1/2″2-1/16″751-1/4″1-13/16″1001-1/2″ F NPT1,5008121185-1524-H1-1/2″2-1/16″751-1/4″1-13/16″1001-1/2″ F NPT1,500812 (function(){ const accordion = document.querySelector(‘.spec-accordion’); const toggle = accordion.querySelector(‘.spec-accordion-toggle’); const panel = accordion.querySelector(‘.spec-accordion-panel’); const icon = toggle.querySelector(‘.spec-accordion-icon’); let manualToggle = false; function setDefaultState(){ if(!manualToggle){ if(window.innerWidth > 640){ panel.style.display = ‘block’; toggle.setAttribute(‘aria-expanded’,’true’); icon.textContent=’-‘; } else { panel.style.display = ‘none’; toggle.setAttribute(‘aria-expanded’,’false’); icon.textContent=’+’; } } } toggle.addEventListener(‘click’,function(){ manualToggle=true; if(panel.style.display===’block’){ panel.style.display=’none’; toggle.setAttribute(‘aria-expanded’,’false’); icon.textContent=’+’; } else { panel.style.display=’block’; toggle.setAttribute(‘aria-expanded’,’true’); icon.textContent=’-‘; } }); window.addEventListener(‘resize’,setDefaultState); setDefaultState(); })(); body{margin:0;padding:0;overflow-x:hidden;} .spec-accordion{width:100%;max-width:1100px;margin:1em auto;box-sizing:border-box;font-family:Verdana,Arial,sans-serif;} .spec-accordion *{box-sizing:border-box;} .spec-accordion-toggle{width:100%;display:grid;grid-template-columns:32px 1fr 32px;align-items:center;gap:8px;text-align:center;cursor:pointer;background:#444;color:#fff;border:0;padding:12px 16px;font-family:Verdana,Arial,sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;} .spec-accordion-title{grid-column:2;text-align:center;text-transform:uppercase;} .spec-accordion-icon{grid-column:3;text-align:right;font-size:20px;line-height:1;font-weight:700;} .spec-accordion-panel{border:1px solid #cfcfcf;border-top:0;padding:0;background:#fff;} .spec-table-wrapper{width:100%;max-width:1100px;margin:0 auto;overflow-x:auto;-webkit-overflow-scrolling:touch;} .spec-table{width:100%;max-width:1100px;min-width:760px;margin:0 auto;border-collapse:collapse;table-layout:auto;font-family:Verdana,Arial,sans-serif;font-size:12px;color:#111;} .spec-table th,.spec-table td{white-space:nowrap;border:1px solid #d3d3d3;padding:6px 8px;text-align:center;vertical-align:middle;line-height:1.25;} .spec-table thead th{background:#444;color:#fff;text-transform:uppercase;font-weight:700;} .spec-table thead tr:nth-child(2) th{background:#e9e9e9;color:#111;} .spec-table thead tr:nth-child(2) th:first-child,.spec-table thead tr:nth-child(2) th:nth-child(7),.spec-table thead tr:nth-child(2) th:nth-child(8){background:#999;color:#fff;} .spec-table tbody tr:nth-child(even):not(.group-row){background:#f7f7f7;} .spec-table tbody tr:not(.group-row):hover{background:#e5e5e5;} .spec-table tbody td{font-weight:600;} .group-row td{background:#005b96;color:#fff;font-weight:700;border-color:#005b96;white-space:normal;padding:6px 8px;text-align:left;} .group-content{display:grid;grid-template-columns:180px 1fr;align-items:start;column-gap:14px;width:100%;} .group-title{white-space:nowrap;line-height:1.2;} .group-description{text-align:left;white-space:normal;font-weight:400;} .spec-notes{max-width:1100px;margin:8px auto 0;font-size:12px;line-height:1.35;text-align:left;color:#333;} @media(max-width:640px){ .spec-accordion{max-width:100%;margin:1em auto;padding:0 10px;} .spec-accordion-toggle{font-size:13px;padding:10px 12px;grid-template-columns:24px 1fr 24px;} .spec-table-wrapper{max-width:100%;overflow-x:visible;} .spec-table{width:100%;max-width:100%;min-width:0;border:0;font-size:12px;} .spec-table thead{display:none;} .spec-table,.spec-table tbody,.spec-table tr,.spec-table td{display:block;width:100%;} .spec-table tbody tr:not(.group-row){margin:0 0 10px;border:1px solid #cfcfcf;background:#fff;} .spec-table td{border:0;border-bottom:1px solid #e2e2e2;padding:8px 10px;text-align:right;display:flex;justify-content:space-between;align-items:center;gap:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} .spec-table td:last-child{border-bottom:0;} .spec-table td::before{content:attr(data-label);font-weight:700;text-transform:uppercase;text-align:left;color:#444;flex:0 0 45%;} .group-row,.group-row td{display:block;width:100%;} .group-row td{border:0;text-align:left;white-space:normal;} .group-row td::before{content:none;} .group-content{display:block;} .group-title{display:block;margin-bottom:4px;} .group-description{display:block;line-height:1.35;white-space:normal;} } Looking for more information about theCoxreelsRewindReel?Click hereto view theCatalog.For help choosing the correctCoxreelsRewindReels, please call(800) 608-5210or [email protected]

Only logged in customers who have purchased this product may leave a review.

Related Products