Spiralock inserts are made of cold-rolled Type 304 stainless steel wire (AS7245), work-hardened to a tensile strength above 200,000 psi, having a hardness of Rc43-50. The finished surface (8-16 micro inches) is exceedingly smooth, virtually eliminating friction-induced thread erosion.It is important to select the proper insert length in order to balance the bolt tensile strength against the shear strength of the parent material. The insert lengths are calculated numbers because the inserts cannot be measured in the free state. The lengths are multiples of the nominal thread size, or diameter, of the insert. Please see Table III for insert dimensions. Using the insert length selection table below, an insert length can be selected which will produce a thread system strong enough to fracture a bolt before it will strip or damage either the parent material or the insert.Spiralock wire thread inserts are helically coiled fastening devices that provide permanent, wear-resistant screw threads that exceed the strength of most parent material; the inserts are designed to protect tapped holes against failures due to stripping, seizing, corrosion, and wear. Spiralock inserts are unlike any other wire thread insert due to the fact that our inner diameter wire geometry incorporates our 30° wedge ramp thread form design. Our wire thread inserts are available in two styles: tanged and Drive Notch, engineered with no tang.
document.addEventListener("DOMContentLoaded", function () {
function revealProducts() {
let products = document.querySelectorAll(".woocommerce ul.products li.product");
products.forEach((product, index) => {
let productPosition = product.getBoundingClientRect().top;
let screenPosition = window.innerHeight - 100; // Adjust trigger point
if (productPosition < screenPosition) {
setTimeout(() => {
product.classList.add("show");
}, index * 200); // Staggered effect
}
});
}
window.addEventListener("scroll", revealProducts);
revealProducts(); // Run on page load in case products are already in view
});