MOUNTING SCREW 4,2X13 PUUR 0,7-2,0 PH2/CORRSEAL/250

The photographs are for illustrative purposes only.
Get AI analytics on product MOUNTING SCREW
4,2X13 PUUR 0,7-2,0 PH2/CORRSEAL/250:
9.50€ / box
Ex Tax: 7.66€ / box
0.04€ / pc.
1 box = 250pc.
ESSVE
0 reviews
Out Of Stock
Product Code: 000-320092ASP
Item sold out
Tags:

SPECIFICATION MOUNTING SCREW 4,2X13 PUUR 0,7-2,0 PH2/CORRSEAL/250 price 15.80€ ESSVE

Package dimensions9,00 x 9,00 x 8,00 cm
Gross weight0,430 kg
Net weight0,460 kg

KASUTUSVALDKOND
ESSVE puurotsaga montaažikruvi on mõeldud plaatmaterjalide montaažiks teraskarkassi. Puurimisjõudlus 0,7-2,0 mm. KIRJELDUS
Kruvid on valmistatud karastatud terasest, läikivaks tsingitud pinnatöötlusega, läikivad, musta või valget värvi. Olemas ka CorrSeal pinnatöötlusega, mis teeb võimalikuks kruvi kasutamise välistingimustes. Varustatud Philipsi ristpeaga Ph2.
PAIGALDAMINE
Soovituslik pöörete arv: 400-1200 p/min. OTSAKU/PADRUNI TÜÜP: PH2
PEA DIAMEETER: 11
VÄLISDIAMEETER (MM): 4.2
PIKKUS (MM): 13
KEERME PIKKUS (MM): 11
SOOVITUSLIKUD PÖÖRDED (P/MIN): 400-1200
PUURITAVUS MIN/MAX: 0,7 / 2
PINNATÖÖTLUS: CorrSeal
SERTIFIKAADID: CE, RISE CorrSeal
KASUTUSKESKKOND: Välitingimus
KORROSIOONIKLASS: C4
PÕHIMATERJALID: Teras

Description provided by sitypro.com

MOUNTING SCREW 4,2X13 PUUR 0,7-2,0 PH2/CORRSEAL/250
Write a review
Similar products in stock
Dear visitor, please be aware that this item is temporarily out of stock.
We recommend considering other products:
WOOD SCREW ESSDRIVE 6,0X120 PP/TX30 CORRSEAL/ 350
In Stock
125.03€ Ex Tax: 100.83€
WOOD SCREW ESSDRIVE 5,0X100 PP/TX25 CORRSEAL/ 600
In Stock
115.00€ Ex Tax: 92.74€
WOOD SCREW ESSDRIVE 6,0X100 PP/TX30 CORRSEAL/ 400
In Stock
109.48€ Ex Tax: 88.29€
DECK SCREW  4,5X42 CORRSEAL 1600 TK/KARP
In Stock
109.48€ Ex Tax: 88.29€
Or you can choose other products in the category: Screws
Related Products
rempro rempro-mobile

Frequently asked questions about the MOUNTING SCREW 4,2X13 PUUR 0,7-2,0 PH2/CORRSEAL/250

What is the MOUNTING SCREW 4,2X13 PUUR 0,7-2,0 PH2/CORRSEAL/250?

MOUNTING SCREW 4,2X13 PUUR 0,7-2,0 PH2/CORRSEAL/250 is an ESSVE self-drilling mounting screw, 4.2 mm diameter and 13 mm length, 11 mm thread, PH2 Phillips head with CorrSeal finish for outdoor use and drilling capacity 0.7–2.0 mm into steel frames.

What materials is this mounting screw suitable for?

The screw is for fastening sheet materials (e.g. plasterboard, sandwich panels) to steel frames; the self-drilling tip allows drilling into steel from 0.7 to 2.0 mm thickness.

What head type does the screw have and which driver bit is needed?

The screw has a Philips PH2 cross head; use a PH2 bit and install at recommended speeds of 400–1200 rpm.

What is the thread length and the screw dimensions (diameter, length, head diameter)?

Dimensions: overall length 13 mm, thread length 11 mm, outer diameter 4.2 mm and head diameter 11 mm.

Is the CorrSeal finish suitable for outdoor use?

Yes, the CorrSeal finish is designed for outdoor use and provides enhanced corrosion resistance; the product meets corrosion class C4.

What rotational speed is recommended when driving these screws?

Recommended installation speeds are 400–1200 rpm to ensure proper drilling and fastening without jamming.

Are these screws suitable for a thin steel frame of 0.8 mm?

Yes — the drilling capacity of 0.7–2.0 mm means the screws are suitable for a 0.8 mm steel profile.

What certifications does this mounting screw have?

The product lists CE and RISE CorrSeal certifications, indicating compliance with EU requirements and validation of the CorrSeal finish.

What is the screw made of?

The screw is made of hardened steel, providing strength and resistance to mechanical loads.

Are there colour or finish options besides CorrSeal?

The description mentions a shiny zinc finish, available in black or white, and also a CorrSeal finish option for outdoor use.

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ххххххх');