Coxreels P-LPL-350-SS Stainless Steel Spring Rewind Hose Reel | P-SS Series | 3/8″ Hose Diameter | 50′ Hose Length | 300 Max PSI | Less Hose

Coxreels P-LPL-350-SS Stainless Steel Spring Rewind Hose Reel | P-SS Series | 3/8" Hose Diameter | 50' Hose Length | 300 Max PSI | Less Hose

Price
Original price was: $932.71.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

When a wet, corrosive, or cleanliness-sensitive work area needs more hose reach, the Coxreels P-LPL-350-SS stainless steel spring rewind hose reel stores up to 50 feet of 3/8-inch I.D. hose. Its 300 PSI maximum pressure rating supports compatible low-pressure fluid applications, while the narrow single-pedestal frame helps conserve mounting space in food and chemical processing facilities, marinas, washdown areas, and other locations where rust and contamination are ongoing concerns.The P-SS Series combines electro-polished stainless steel construction with a stainless steel external fluid path for clean, non-corrosive operation. A machined stainless steel 90-degree full-flow NPT swivel inlet helps maintain fluid flow through the reel connection, and the nitrile swivel seals use non-toxic food-grade grease. The enclosed cartridge-style spring motor automatically retracts the hose after use, while the multi-position lock ratchet secures it at the working length selected by the operator.*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: Stainless Steel Spring Rewind Hose Reel | Series: P-SS Series | Model: P-LPL-350-SS | Configuration: Less Hose | Hose I.D.: 3/8″ | Hose O.D.: 5/8″ | Hose Capacity: 50 ft | Maximum Pressure: 300 PSI | Overall Dimensions: 6.75″ W x 18.63″ H x 17.13″ L | Mounting Pattern: 4″ M x 5″ N | Base Dimensions: 6″ X x 6″ YFeatures:Electro-polished stainless steel construction and stainless steel fluid paths provide clean, non-corrosive performance.Machined stainless steel 90-degree full-flow NPT swivel inlet supports an unrestricted external fluid path.Nitrile swivel seals are lubricated with non-toxic food-grade grease.Single-pedestal, space-saving configuration helps organize hose in compact mounting areas.Solid one-piece 1/4-inch stainless steel base and support post provide stability without welded base construction.Electro-polished stainless steel, lubricated, enclosed cartridge-style spring motor can be removed for maintenance.Multi-position lock ratchet mechanism secures the hose at the desired working length.Stainless steel guide arm adjusts for wall, floor, ceiling, and vehicle mounting positions.Made in USA: 2 Year WarrantyApplications:Food and beverage processing areas requiring corrosion-resistant hose storage around production or washdown equipment.Chemical processing facilities using compatible low-pressure fluid lines in wet or contamination-sensitive locations.Marinas, docks, boat-service facilities, and coastal work areas exposed to moisture or salt air.Bottling and packaging operations where cleanable stainless steel equipment is preferred.Industrial maintenance departments needing 50 feet of hose reach across larger service or cleanup areas.Mobile service vehicles and compact work bays where a narrow single-pedestal reel simplifies installation.FAQs:Q: Does the Coxreels P-LPL-350-SS include hose?A: No. This is a less-hose reel supplied without hose installed. A compatible 3/8-inch I.D. hose must be purchased separately, and Coxreels states that hose stops are not supplied with less-hose reels.Q: What hose outside diameter can this reel accommodate?A: The listed 50-foot capacity applies to hose with a maximum outside diameter of 5/8 inch. A hose with a larger outside diameter may reduce the amount that can be stored on the drum.Q: Can this reel be mounted overhead or on a wall?A: Yes. The adjustable stainless steel guide arm supports wall, floor, ceiling, and vehicle mounting positions. The mounting surface and hardware must support the reel, installed hose, fittings, and operating forces.Q: What is the advantage of the single-pedestal frame?A: The single-pedestal design keeps the reel width to 6.75 inches, helping it fit into restricted mounting areas. Its solid one-piece base and support post provide a stable platform for the reel drum.Q: Is the P-LPL-350-SS suitable for food-processing environments?A: Its electro-polished stainless steel construction, stainless steel fluid path, and nitrile seals lubricated with non-toxic food-grade grease support use where cleanliness and corrosion resistance matter. The separately selected hose and fittings must also meet the facility’s sanitation and fluid-compatibility requirements.AVAILABLE VARIATIONS AND SPECIFICATIONS LESS HOSESIZEINDEXLESS HOSE SKUI.D.O.D.FT.PSIAPRX. LBS.P SERIESP-LPL-335-SS3/8″1/2″35300341P-LPL-350-SS3/8″5/8″50300391P-LPL-425-SS1/2″3/4″25300392SH & MP SERIESSHL-N-350-SS3/8″5/8″50300443SHL-N-450-SS1/2″3/4″50300463SHL-N-525-SS3/4″1-1/16″25300454MPL-N-350-SS3/8″1-1/16″503,000533MPL-N-450-SS1/2″1-3/16″502,500533T SERIESTSHL-N-350-SS3/8″5/8″50300555TSHL-N-375-SS3/8″5/8″75300736TSHL-N-3100-SS3/8″5/8″100300746TSHL-N-450-SS1/2″3/4″50300555TSHL-N-475-SS1/2″3/4″75300716TSHL-N-4100-SS1/2″3/4″100300806TSHL-N-550-SS3/4″1-1/16″50300707TMPL-N-3100-SS3/8″1-1/16″1003,000826TMPL-N-4100-SS1/2″1-3/16″1003,000806EN SERIESENL-N-335-SS3/8″5/8″35300468ENL-N-350-SS3/8″5/8″50300589ENL-N-425-SS1/2″3/4″25300638ENL-N-450-SS1/2″3/4″50300619ENML-N-335-SS3/8″1-1/16″353,000648ENML-N-350-SS3/8″1-1/16″503,000809ENML-N-425-SS1/2″1-3/16″252,500618ENML-N-450-SS1/2″1-3/16″502,500829 (function(){ var accordion=document.querySelector(‘.spec-accordion’); var toggle=accordion.querySelector(‘.spec-accordion-toggle’); var panel=accordion.querySelector(‘.spec-accordion-panel’); var icon=accordion.querySelector(‘.spec-accordion-icon’); var manuallyToggled=false; function setOpen(open){ panel.hidden=!open; toggle.setAttribute(‘aria-expanded’,open?’true’:’false’); icon.textContent=open?’-‘:’+’; } function applyDefault(){setOpen(window.innerWidth>640);} applyDefault(); toggle.addEventListener(‘click’,function(){ manuallyToggled=true; setOpen(toggle.getAttribute(‘aria-expanded’)!==’true’); }); window.addEventListener(‘resize’,function(){ if(!manuallyToggled){applyDefault();} }); })(); 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{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;} .spec-table a,.spec-table a:visited{color:#0066cc;background:transparent;font-weight:700;text-decoration:none;padding:0;border-radius:0;} .spec-table a:hover,.spec-table a:active{color:#004f99;background:transparent;text-decoration:underline;} .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