MultiPac™ 6300 – Aramid / Neoprene Gasket
Brand: A.R. Thomson Group Inc , SIN: P-20015

MultiPac™ 6300 – Aramid / Neoprene Gasket

Available
Price: CAD $185.00
Quantity

Features / Benefits:

Premium compressed sheet for applications requiring Neoprene binder.
Excellent resistance to ozone, oils and refrigerants.
Good torque retention and sealability.
Excellent flexibility and cut ability.
Good anti-stick properties.

Typical Applications:

Power plants, Mining, Ore-Processing.
Refrigerants, oils, ozone, fuels.
Specifications:

Construction: Aramid-Inorganic Fibers / Neoprene Binder
Colour: Blue w/ dark blue branding.
Max Pressure: 1450 psi (100 bar)
Tensile Strength: 1500 psi (10.3 MPa)
Temperatures:
Minimum: -100°F (-75°C)
Intermittent: 700°F (371°C)
Continuous: 548°F (287°C)
pH Range @ Room Temperature: 3 - 11 pH

  • Pump Type: Centrifugal Mondset Pump
  • Flow Rate: N/A
  • Temperature: N/A
  • Viscosity: N/A
  • Validity: 1 Year

No manual available.

function toggleFavorite(productId) { fetch('https://www.emaarenergy.ca/favorites/toggle', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-CSRF-TOKEN': document.querySelector('meta[name="csrf-token"]').content }, body: JSON.stringify({ product_id: productId }) }) .then(res => res.json()) .then(data => { const text = document.getElementById('fav-text-' + productId); if (data.status === 'added') { text.innerText = 'Remove from Favorite'; } else { text.innerText = 'Add to Favorite'; } const badge = document.querySelector('.fa-regular.fa-heart')?.closest('a')?.querySelector('.notify-dot'); if (badge && data.count !== undefined) { badge.innerText = data.count; } }); }