Carbon Steel Link Seal, WL-200-C

SKU: WL-200-C

All Link Seals are sold as individual links. Therefore multiple links are required to create a seal around your pipe.

$2.39

Details

<div id="wrapItLinkCalculator" style="max-width: 420px; border: 1px solid #ccc; padding: 12px; border-radius: 6px; font-family: Arial, sans-serif; font-size: 14px;">
  <h3 style="margin-top: 0;">Wrap-It Link™ Selector</h3>
  <p style="margin: 4px 0 10px;">
    Select the carrier pipe size and penetration type to find the link model and quantity.
  </p>

  <label style="display:block; margin-bottom:8px;">
    Nominal Pipe Size:
    <select id="pipeSizeSelect" style="width:100%; padding:4px;">
      <option value="">-- Select size --</option>
      <option value='1/2"'>1/2"</option>
      <option value='3/4"'>3/4"</option>
      <option value='1"'>1"</option>
      <option value='1-1/4"'>1-1/4"</option>
      <option value='1-1/2"'>1-1/2"</option>
      <option value='2"'>2"</option>
      <option value='2-1/2"'>2-1/2"</option>
      <option value='3"'>3"</option>
      <option value='3-1/2"'>3-1/2"</option>
      <option value='4"'>4"</option>
      <option value='5"'>5"</option>
      <option value='6"'>6"</option>
      <option value='8"'>8"</option>
      <option value='10"'>10"</option>
      <option value='12"'>12"</option>
      <option value='14"'>14"</option>
      <option value='16"'>16"</option>
      <option value='18"'>18"</option>
      <option value='20"'>20"</option>
      <option value='22"'>22"</option>
      <option value='24"'>24"</option>
      <option value='26"'>26"</option>
      <option value='28"'>28"</option>
      <option value='30"'>30"</option>
      <option value='32"'>32"</option>
      <option value='34"'>34"</option>
      <option value='36"'>36"</option>
      <option value='42"'>42"</option>
      <option value='48"'>48"</option>
    </select>
  </label>

  <label style="display:block; margin-bottom:8px;">
    Penetration Type:
    <select id="penetrationTypeSelect" style="width:100%; padding:4px;">
      <option value="sleeve">Standard Weight Steel / PVC Sleeve</option>
      <option value="hole">Cast or Core-Drilled Hole</option>
    </select>
  </label>

  <button type="button"
          onclick="wrapItCalcLookup()"
          style="margin-top:6px; padding:6px 10px; cursor:pointer;">
    Look Up
  </button>

  <div id="wrapItResult" style="margin-top:10px; padding:8px; background:#f9f9f9; border-radius:4px; min-height:36px;">
    <em>Results will appear here.</em>
  </div>

  <small style="display:block; margin-top:8px; color:#666;">
    Data based on Wrap-It Link™ standard weight steel/PVC sleeve chart.
  </small>
</div>

<script>
// Data from Wrap-It Link™ chart for Standard Weight Steel / PVC Sleeves
// Each entry contains sleeve-based and core-drilled-hole-based link info
const wrapItData = {
  '1/2"': {
    sleeve: { model: 'WL-200', qty: 4 },
    hole:   { model: 'WL-200', qty: 4 }
  },
  '3/4"': {
    sleeve: { model: 'WL-275', qty: 5 },
    hole:   { model: 'WL-275', qty: 5 }
  },
  '1"': {
    sleeve: { model: 'WL-200', qty: 5 },
    hole:   { model: 'WL-300', qty: 4 }
  },
  '1-1/4"': {
    sleeve: { model: 'WL-275', qty: 7 },
    hole:   { model: 'WL-275', qty: 7 }
  },
  '1-1/2"': {
    sleeve: { model: 'WL-300', qty: 5 },
    hole:   { model: 'WL-300', qty: 5 }
  },
  '2"': {
    sleeve: { model: 'WL-300', qty: 6 },
    hole:   { model: 'WL-300', qty: 6 }
  },
  '2-1/2"': {
    sleeve: { model: 'WL-200', qty: 9 },
    hole:   { model: 'WL-200', qty: 9 }
  },
  '3"': {
    sleeve: { model: 'WL-300', qty: 8 },
    hole:   { model: 'WL-300', qty: 8 }
  },
  '3-1/2"': {
    sleeve: { model: 'WL-325', qty: 5 },
    hole:   { model: 'WL-325', qty: 5 }
  },
  '4"': {
    sleeve: { model: 'WL-300', qty: 10 },
    hole:   { model: 'WL-300', qty: 10 }
  },
  '5"': {
    sleeve: { model: 'WL-430', qty: 13 },
    hole:   { model: 'WL-430', qty: 13 }
  },
  '6"': {
    sleeve: { model: 'WL-475', qty: 10 },
    hole:   { model: 'WL-475', qty: 10 }
  },
  '8"': {
    sleeve: { model: 'WL-475', qty: 12 },
    hole:   { model: 'WL-475', qty: 12 }
  },
  '10"': {
    sleeve: { model: 'WL-425', qty: 10 },
    hole:   { model: 'WL-400', qty: 10 }
  },
  '12"': {
    sleeve: { model: 'WL-425', qty: 12 },
    hole:   { model: 'WL-400', qty: 12 }
  },
  '14"': {
    sleeve: { model: 'WL-400', qty: 13 },
    hole:   { model: 'WL-325', qty: 15 }
  },
  '16"': {
    sleeve: { model: 'WL-400', qty: 15 },
    hole:   { model: 'WL-325', qty: 17 }
  },
  '18"': {
    sleeve: { model: 'WL-500', qty: 16 },
    hole:   { model: 'WL-575', qty: 20 }
  },
  '20"': {
    sleeve: { model: 'WL-400', qty: 18 },
    hole:   { model: 'WL-575', qty: 22 }
  },
  '22"': {
    sleeve: { model: 'WL-400', qty: 20 },
    hole:   { model: 'WL-575', qty: 24 }
  },
  '24"': {
    sleeve: { model: 'WL-500', qty: 21 },
    hole:   { model: 'WL-575', qty: 26 }
  },
  '26"': {
    sleeve: { model: 'WL-400', qty: 23 },
    hole:   { model: 'WL-575', qty: 28 }
  },
  '28"': {
    sleeve: { model: 'WL-500', qty: 24 },
    hole:   { model: 'WL-575', qty: 30 }
  },
  '30"': {
    sleeve: { model: 'WL-500', qty: 26 },
    hole:   { model: 'WL-575', qty: 32 }
  },
  '32"': {
    sleeve: { model: 'WL-500', qty: 27 },
    hole:   { model: 'WL-575', qty: 34 }
  },
  '34"': {
    sleeve: { model: 'WL-500', qty: 29 },
    hole:   { model: 'WL-575', qty: 36 }
  },
  '36"': {
    sleeve: { model: 'WL-500', qty: 30 },
    hole:   { model: 'WL-575', qty: 38 }
  },
  '42"': {
    sleeve: { model: 'WL-500', qty: 36 },
    hole:   { model: 'WL-575', qty: 44 }
  },
  '48"': {
    sleeve: { model: 'WL-500', qty: 41 },
    hole:   { model: 'WL-575', qty: 50 }
  }
};

function wrapItCalcLookup() {
  const size = document.getElementById('pipeSizeSelect').value;
  const type = document.getElementById('penetrationTypeSelect').value;
  const resultDiv = document.getElementById('wrapItResult');

  if (!size) {
    resultDiv.innerHTML = '<span style="color:#c00;">Please select a pipe size.</span>';
    return;
  }

  const row = wrapItData[size];
  if (!row || !row[type]) {
    resultDiv.innerHTML = '<span style="color:#c00;">No data found for that size / type.</span>';
    return;
  }

  const rec = row[type];
  const typeLabel = (type === 'sleeve')
    ? 'Standard Weight Steel / PVC Sleeve'
    : 'Cast or Core-Drilled Hole';

  resultDiv.innerHTML =
    '<strong>Recommendation</strong><br>' +
    'Pipe Size: ' + size + '<br>' +
    'Penetration: ' + typeLabel + '<br>' +
    'Wrap-It Link™ Model: <strong>' + rec.model + '</strong><br>' +
    'Quantity of Links: <strong>' + rec.qty + '</strong>';
}
</script>

Wrap-It Link™ Selector

Select the carrier pipe size and penetration type to find the link model and quantity.

Results will appear here.
Data based on Wrap-It Link™ standard weight steel/PVC sleeve chart.

Carbon Steel Link Seals are designed to provide an easy, fast and affordable way to seal pipes of any size, passing through walls, floors, and ceilings. The C series comes standard with Carbon Steel nuts and bolts. Link Seals are made with a durable EPDM black rubber material and can handle pressure applications up to 20 psig.

All Link Seals are sold as individual links. Therefore multiple links are required to create a seal around your pipe.

Additional Information

MPN WL-200-C
Inventory Type DS
Manufacturer Lasco
Type Link Seal
Material Carbon Steel
Brochure
Technical Data