-38%
Built for welding operations that need extended hose reach from a fixed or mobile work area, the Coxreels 117W-1-200 Welding Hand Crank Hose Reel manages 200 ft of 1/4″ I.D. twin welding hose in a controlled reel configuration. Part of the 100W Series, this manual rewind model carries a maximum pressure rating of 200 PSI, making it a practical hose management solution for larger fabrication shops, maintenance facilities, welding service trucks, and field work where the gas supply may be positioned farther from the job.The direct hand crank gives the operator manual control when retrieving the long hose run, while an adjustable tension brake helps prevent unwanted free-wheeling during operation, transportation, and storage. The reel’s heavy-gauge steel frame and open drum configuration support accessible hose handling, and the external 90-degree full-flow dual-ported brass swivel keeps both connections on the same side for convenient routing. With twice the hose length of a 100-foot configuration, the 117W-1-200 provides additional working range for facilities and field applications where repositioning the reel or gas supply is impractical.Type: Welding Hand Crank Hose Reel | Series: 100W Series | Hose I.D.: 1/4″ | Hose Length: 200 ft | Hose Included: Yes | Max Pressure: 200 PSIFeatures:200-foot hose length provides extended working reach across larger shops, fabrication areas, and field service locations.Direct hand crank rewind gives the operator manual control over hose retrieval and storage.External 90-degree full-flow dual-ported brass swivel positions both connections on the same side of the reel for convenient connection routing.Heavy-gauge steel frame provides a stable structure for managing longer welding hose runs.Adjustable tension brake helps control drum movement and prevent unwanted free-wheeling during operation, transportation, and storage.Composite bearing supports smooth drum rotation during hose payout and manual retrieval.Open drum configuration provides accessible hose handling and inspection.CPC powder coat finish helps protect the steel reel components in working environments.Made in USA: 2 Year WarrantyApplications:Large welding and fabrication shops where operators need to reach work areas located farther from the gas supply.Mobile welding and field service vehicles requiring organized storage for long welding hose runs.Manufacturing plants and maintenance facilities performing welding, cutting, heating, and brazing work across larger work areas.Construction and field fabrication operations where moving the gas supply closer to each work location is not practical.Equipment, fleet, and repair facilities that need controlled storage and retrieval of up to 200 feet of welding hose.FAQs:Q: Does the Coxreels 117W-1-200 include welding hose?A: Yes. The 117W-1-200 is the hose-equipped configuration and is supplied with 200 feet of 1/4-inch I.D. twin welding hose.Q: When should I choose a 200-foot welding hose reel?A: A 200-foot configuration is useful when the reel or gas supply must remain at a central location while work is performed farther away. It can reduce the need to repeatedly reposition gas supply equipment across larger shops and field work areas.Q: Is the 117W-1-200 a spring rewind reel?A: No. This model uses a direct hand crank for manual hose retrieval. The adjustable tension brake helps control drum movement while the longer hose is being handled.Q: What is the maximum pressure rating of the 117W-1-200?A: The reel is rated for a maximum pressure of 200 PSI. The reel should be used only with hose, fittings, regulators, and other system components appropriate for the intended welding application.AVAILABLE VARIATIONS AND SPECIFICATIONS + HOSELESS HOSESIZEINDEXSKUI.D.FT.PSIAPRX.LBS.LESS HOSE SKUAPRX.LBS.OXYGEN-ACETYLENEOxy-Acetylene welding hose with 9/16″ 18 UNF welding hose fittings.112W-1-501/4″5020028112WL-1-50181112W-1-1001/4″10020037112WL-1-100182117W-1-2001/4″20020068117WL-1-200303OTHER FUELST Grade welding hose with 9/16″ 18 UNF welding hose fittings.112WT-1-501/4″5020028112WTL-1-50181112WT-1-1001/4″10020037112WTL-1-100182117WT-1-2001/4″20020068117WTL-1-200303 (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,.spec-table thead tr:nth-child(2) th:nth-child(6){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;} .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;} @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.