MOUNTING SCREW 4,2X13 TERAV PUIT/MET PH2/ZN/C1/ 250

The photographs are for illustrative purposes only.
Get AI analytics on product MOUNTING SCREW
4,2X13 TERAV PUIT/MET PH2/ZN/C1/ 250:
7.82€ / box
Ex Tax: 6.31€ / box
0.03€ / pc.
1 box = 250pc.
ESSVE
0 reviews
In stock
Product Code: 000-441860ASP
Qty
Tags:

DESCRIPTION MOUNTING SCREW 4,2X13 TERAV PUIT/MET PH2/ZN/C1/ 250 price 7.95€ ESSVE

Package dimensions9,00 x 9,00 x 8,00 cm
Gross weight0,410 kg
Net weight0,440 kg

KASUTUSVALDKOND
ESSVE terava otsaga montaažikruvi on mõeldud plaatmaterjalide montaažiks sisetingimustes puit- või teraskarkassile, max 0,4-0,9 mm.
KIRJELDUS
Kruvi on valmistatud karastatud terasest, sel on fosfaaditud või läikivaks tsingitud pinnatöötlus ja see on saadaval erinevates RAL-värvides. Kruvil on Philipsi ristpea 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): 13
SOOVITUSLIKUD PÖÖRDED (P/MIN): 400-1200
PINNATÖÖTLUS: Tsink pinnakattega
SERTIFIKAADID: CE
KASUTUSKESKKOND: Sisetingimus
KORROSIOONIKLASS: C1
PÕHIMATERJALID: Teras

Description provided by sitypro.com

MOUNTING SCREW 4,2X13 TERAV PUIT/MET PH2/ZN/C1/ 250
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the MOUNTING SCREW 4,2X13 TERAV PUIT/MET PH2/ZN/C1/ 250

What is MOUNTING SCREW 4,2X13 TERAV PUIT/MET PH2/ZN/C1/ 250?

MOUNTING SCREW 4,2X13 TERAV PUIT/MET PH2/ZN/C1/ 250 is a hardened mounting screw with a sharp tip for fixing sheet materials to wood or steel frames (max 0.4–0.9 mm); 4.2 mm diameter, 13 mm length, PH2 drive, zinc finish, corrosion class C1.

What materials is the 4.2x13 TERAV PUIT/MET screw suitable for?

This screw is for sheet materials (e.g. drywall, plywood) mounted to wood or steel frames with frame thickness 0.4–0.9 mm; the screw is made of hardened steel with a zinc finish.

What are the diameter and length of the TERAV PUIT/MET PH2 4.2x13 screw?

The screw has an external diameter of 4.2 mm and a length of 13 mm; thread length is 13 mm and the head is a Philips PH2.

Is the 4.2x13 screw suitable for a 0.5 mm metal profile?

Yes — the screw is intended for steel frames 0.4–0.9 mm thick, so it is suitable for a 0.5 mm profile; recommended installation speed is 400–1200 rpm.

What head type does the screw have and which bit to use?

The screw has a Philips PH2 cross head, so use a PH2 bit or a PH2 screwdriver/driver attachment for installation.

What finish does the screw have and where can it be used regarding humidity?

The screw has a zinc finish and is classed C1 for corrosion, suitable for dry indoor environments but not for damp outdoor use.

Can these screws be used for drywall without anchors?

Yes — the sharp-tip mounting screw is designed to fasten sheet materials directly to a frame, so drywall can be fixed to wood or steel studs (within specified thickness) without anchors.

What driver speed is recommended to install the 4.2x13 screw?

Recommended installation speed is 400–1200 rpm; this ensures proper seating and reduces risk of head cam‑out or material damage.

Is the 4.2x13 screw available in other colours?

Yes, the product description states the screw is available in various RAL colours in addition to the standard zinc finish, useful for visible fixings.

What is the screw made of and does it have certifications?

The screw is made of hardened steel with a zinc coating, and the description lists a CE certification.

How does ESSVE model A118537SP differ from ordinary mounting screws?

The A118537SP features hardened steel and a sharp tip for pass-through without pre-drilling, a PH2 head, zinc finish, corrosion class C1 and availability in RAL colours, distinguishing it from standard screws.

What is the thread length and does it affect holding power?

Thread length is 13 mm, matching the overall length; full thread provides good grip in thin framing materials and distributes load evenly when fixing sheets.

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