SCREW METAL 6,3X32 6K ÄÄRIK/PUUR1,5-5 CORRSEAL/ 200

The photographs are for illustrative purposes only.
Get AI analytics on product SCREW METAL
6,3X32 6K ÄÄRIK/PUUR1,5-5 CORRSEAL/ 200:
43.70€ / box
Ex Tax: 35.24€ / box
0.22€ / pc.
1 box = 200pc.
ESSVE
0 reviews
In stock
Product Code: 000-441202ASP
Qty
One click order
Tags:

DESCRIPTION SCREW METAL 6,3X32 6K ÄÄRIK/PUUR1,5-5 CORRSEAL/ 200 price 40.11€ ESSVE

Package dimensions13,50 x 18,00 x 8,00 cm
Gross weight1,720 kg
Net weight1,800 kg

KASUTUSVALDKOND
ESSVE äärikuga ehitusplekikruvi on mõeldud pleki monteerimiseks talale ja kergtalale jne sise- ja välistingimustes.
KIRJELDUS
Kruvi on valmistatud karastatud terasest ning C4 klassi kuuluva Silver CorrSeal pinnatöötlusega. Kuuskantpea. Kruvi kõigil mõõtudel on Ø14,0 mm äärik, välja arvatud Ø4,8 mm, mille äärik on Ø10,0 mm. Kruvi on isepuuriv ja keermestav.
PAIGALDAMINE
Kiireks ja efektiivseks montaažiks tuleb kasutada reguleeritava sügavuspiirikuga kruvikeerajat. Soovitatav pöörete arv: 1200-2200 p/min. OTSAKU/PADRUNI TÜÜP: Võtme mõõt 10mm
PEA DIAMEETER: 14
VÄLISDIAMEETER (MM): 6.3
PIKKUS (MM): 32
KEERME PIKKUS (MM): 18
SOOVITUSLIKUD PÖÖRDED (P/MIN): 1200-2200
PUURITAVUS MIN/MAX: 1,5 / 5
PINNATÖÖTLUS: CorrSeal
SERTIFIKAADID: ETA
KASUTUSKESKKOND: Välitingimus
KORROSIOONIKLASS: C4
PÕHIMATERJALID: Teras

Description provided by sitypro.com

SCREW METAL 6,3X32 6K ÄÄRIK/PUUR1,5-5 CORRSEAL/ 200
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the SCREW METAL 6,3X32 6K ÄÄRIK/PUUR1,5-5 CORRSEAL/ 200

What is SCREW METAL 6,3X32 6K ÄÄRIK/PUUR1,5-5 CORRSEAL/ 200?

SCREW METAL 6,3X32 6K ÄÄRIK/PUUR1,5-5 CORRSEAL/ 200 is an ESSVE construction metal screw with a hex head and drill tip, 32 mm long, 6.3 mm outer diameter, 18 mm thread length, CorrSeal C4 surface treatment, for fixing metal sheets indoors and outdoors.

What tasks is this metal screw suitable for?

This metal screw is suitable for fixing profiled and flat metal sheets to purlins and light frames, both indoors and outdoors, specifically for roofing and façade metal sheet installations.

What are the screw's key dimensions and specs?

Outer diameter 6.3 mm, length 32 mm, head (flange) diameter 14 mm, thread length 18 mm, drillable thickness 1.5–5 mm; hex head with 10 mm driver size.

Is this screw suitable for outdoor metal work?

Yes — the CorrSeal C4 surface treatment provides corrosion protection and the screw is intended for outdoor use when installing metal roofing and façades.

Can this screw drill through 5 mm steel?

Yes — the specified drillable thickness is 1.5–5 mm, so it can drill through 5 mm steel when used correctly.

What tool is needed to install the screw?

Use a driver with an adjustable depth stop and RPM 1200–2200; the hex head requires a 10 mm driver/socket.

What is the thread length and why does it matter?

Thread length is 18 mm — this ensures adequate grip in the purlin/light frame when fastening metal sheets and prevents over-penetration into the substrate.

Is this screw suitable for thin 1.5 mm profiles?

Yes — drillable thickness is 1.5–5 mm, so it is suitable for fastening 1.5 mm thin profile metal to a substrate.

What is the difference between the Ø14 mm flange and Ø10 mm for Ø4.8 mm?

The standard flange diameter is 14 mm, offering a larger bearing surface; only the Ø4.8 mm outer diameter variant uses a smaller Ø10 mm flange to match the smaller screw body and ensure a tight fit.

What RPM is recommended for installation?

Recommended driver speed is 1200–2200 rpm; using this with a depth stop ensures fast, neat installation without damaging the material.

What surface treatment does the screw have and what corrosion protection does it provide?

Surface treatment is CorrSeal Silver, classified as C4, providing enhanced corrosion resistance suitable for outdoor use in moderately aggressive environments.

What is the model and manufacturer of this screw?

Model A118979SP, SKU 000-441202ASP, manufacturer ESSVE; product category: fasteners and lifting equipment.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');