-27%
Built for powered retrieval of very long, large-diameter hose runs where 24V DC power is available, the Coxreels 1185-3324-EF Electric Motor Rewind Hose Reel provides 1-1/2″ I.D. x 175 ft hose capacity with a 1500 PSI maximum pressure rating. The 1185 Series is designed for increased-volume delivery applications where fleet service teams, plant maintenance crews, utility operators, and mobile service setups need a strong reel platform for heavier hose with DC-powered rewind.This model is supplied less hose, allowing the buyer to install a compatible 1-1/2″ hose matched to the application’s fluid, pressure, temperature, fittings, and power requirements. The 24V DC motor rewind reduces manual hose retrieval effort for service vehicles, mobile equipment, and fixed installations with compatible DC power, especially when managing extended hose layouts. Coxreels’ all-welded steel ‘A’ frame supports heavier hose loads, while the low profile outlet riser and open drum slot help guide hose into a flatter, smoother wrap during rewind.*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: Electric 24V DC Motor Rewind Hose Reel | Series: 1185 Series | Model: 1185-3324-EF | Configuration: Less Hose | Hose I.D.: 1-1/2″ | Hose O.D.: 2-1/16″ | Hose Capacity: 175 ft | Hose Included: No | Max Pressure: 1500 PSIFeatures:Electric 24V DC motor rewind provides powered hose retrieval where manual crank operation is not preferred1185 Series design handles long lengths of large diameter hose for increased volume delivery applications1-1/2″ x 175 ft hose capacity supports extended reach for large-volume transfer layouts, remote work points, and wide service areasAll welded steel ‘A’ frame construction provides strength for heavier hose loads and mobile applicationsExclusive low profile outlet riser and open drum slot design provide a non-crimping, flat, smooth hose wrapExternal fluid path with full-flow NPT swivel inlet supports efficient flow through the reel and simplifies seal accessLubricated horizontal surface mount bearings support smooth drum rotation during payout and motorized rewindAdjustable tension brake helps prevent free-wheeling during operationReliable chain and sprocket drive supports motor-driven rewind operationRolled edges and ribbed discs provide strength, hose protection, and safer handling around the reel drumCPC powder coat finish helps resist chips and rust in industrial, fleet, utility, and service environmentsMade in USA: 2 Year WarrantyApplications:Industrial fluid transfer stations requiring 175 ft of large 1-1/2″ hose capacity with powered 24V DC rewindFleet and heavy equipment service areas where extended hose reach is needed for maintenance, transfer, or utility workMobile service trucks and trailers where 24V DC rewind is preferred over air motor rewind or geared hand crank operationPlant maintenance and MRO departments handling high-volume air, water, oil, or compatible fluid transfer through customer-supplied hoseConstruction, utility, and field service operations that need a rugged ‘A’ frame reel platform with greater reach than 150 ft modelsFAQs:Q: Does the Coxreels 1185-3324-EF include hose?A: No. This model is supplied less hose. The buyer must install a compatible 1-1/2″ I.D. hose that matches the application’s pressure, temperature, fluid, and fitting requirements.Q: What does electric 24V DC motor rewind mean?A: It means the reel uses a 24V DC electric motor to rewind the hose. This is useful for service vehicles, mobile equipment, and installations where compatible 24V DC power is available at the reel location.Q: What hose size will this reel hold?A: This reel is listed for 1-1/2″ I.D. hose with a 2-1/16″ O.D. and 175 ft capacity. Hose outside diameter matters because a larger O.D. hose can reduce the amount of hose the reel can safely store.Q: Can this reel be used at 1500 PSI?A: The reel is rated to 1500 PSI, but the final system pressure must not exceed the lowest-rated component in the hose assembly. Confirm the installed hose, fittings, swivel, and system requirements before pressurizing.Q: Why choose the 1185-3324-EF instead of an air motor rewind model?A: The 1185-3324-EF is useful when 24V DC power is available and electric rewind is preferred over compressed-air-powered rewind. Air motor models may be better when compressed air is already the preferred power source for the installation.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-33241-1/2″2-1/16″1751-1/4″1-13/16″2251-1/2″ F NPT1,50015471185-3324-A1-1/2″2-1/16″1751-1/4″1-13/16″2251-1/2″ F NPT1,50015471185-3324-AB1-1/2″2-1/16″1751-1/4″1-13/16″2251-1/2″ F NPT1,50015471185-3324-C1-1/2″2-1/16″1751-1/4″1-13/16″2251-1/2″ F NPT1,50015471185-3324-E1-1/2″2-1/16″1751-1/4″1-13/16″2251-1/2″ F NPT1,50015471185-3324-EA1-1/2″2-1/16″1751-1/4″1-13/16″2251-1/2″ F NPT1,50015471185-3324-ED1-1/2″2-1/16″1751-1/4″1-13/16″2251-1/2″ F NPT1,50015471185-3324-EF1-1/2″2-1/16″1751-1/4″1-13/16″2251-1/2″ F NPT1,5001547 (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.