COLLATED SCREW 4,2X30 PLP/HOBAU PH2/ZN/C1/ 1000TK

The photographs are for illustrative purposes only.
Get AI analytics on product COLLATED SCREW
4,2X30 PLP/HOBAU PH2/ZN/C1/ 1000TK:
31.74€ / box
Ex Tax: 25.60€ / box
0.03€ / pc.
1 box = 1pc.
ESSVE
0 reviews
In stock
Product Code: 000-441804ASP
Qty
One click order
Tags:

DESCRIPTION COLLATED SCREW 4,2X30 PLP/HOBAU PH2/ZN/C1/ 1000TK price 33.57€ ESSVE

Package dimensions55,50 x 16,50 x 5,20 cm
Gross weight1,790 kg
Net weight1,950 kg

KASUTUSVALDKOND
ESSVE puitlaastplaadikruvi on mõeldud puitlaast-, puitkiud-, vineer- või põrandaplaatide montaažiks sisetingimustes puitkarkassile.
KIRJELDUS
Kruvi on sirges lindis, valmistatud karastatud terasest ja läikivaks tsingitud pinnatöötlusega. Kruvi on varustatud Philipsi ristpeaga Ph2.Kruvipea on varustatud nelja lõikava soonega, mis süvistavad kruvi ja jätavad sileda pindudeta pinna.ESSVE puitlaastplaadikruvi sobib turul enamlevinud kruviautomaatidega.
PAIGALDAMINE
Lindil puitlaastplaadikruvide monteerimisel on soovitatav kasutada mahatreitud otsikuid. Soovituslik pöörete arv: 30-55 mm 2800-4700 p/min.
OTSAKU/PADRUNI TÜÜP: PH2
PEA DIAMEETER: 7.4
VÄLISDIAMEETER (MM): 4.2
PIKKUS (MM): 30
KEERME PIKKUS (MM): 20
SOOVITUSLIKUD PÖÖRDED (P/MIN): 2800-4700
KRUVIDE ARV M² KOHTA: 20
SERTIFIKAADID: CE

Description provided by sitypro.com

COLLATED SCREW 4,2X30 PLP/HOBAU PH2/ZN/C1/ 1000TK
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the COLLATED SCREW 4,2X30 PLP/HOBAU PH2/ZN/C1/ 1000TK

What is COLLATED SCREW 4,2X30 PLP/HOBAU PH2/ZN/C1/ 1000TK?

COLLATED SCREW 4,2X30 PLP/HOBAU PH2/ZN/C1/1000TK is an ESSVE collated strip of 4.2x30 mm hardened steel screws with glossy zinc finish and PH2 Philips head, designed for fixing chipboard, plywood or floor panels to a wooden frame; 1,000 screws per strip.

What materials are these screws suitable for?

The COLLATED SCREW 4.2x30 is suitable for fixing chipboard, fibreboard, plywood and floor panels indoors to a timber frame.

Are these screws suitable for wet or outdoor use?

These screws have a glossy zinc finish but are specified for indoor use; for outdoor or high-moisture conditions choose screws with appropriate marine or hot-dip galvanised corrosion protection.

What is the length and diameter of the screws in the strip?

The screws are 4.2 mm in outer diameter and 30 mm long; head diameter is 7.4 mm and thread length is 20 mm.

What head type and bit do I need for these screws?

They have a Philips PH2 cross head; for collated strip installation use machined PH2 bits suitable for high-speed screwdrivers or collated screw guns.

Will these collated strips fit most screw guns/automatics?

Yes, ESSVE collated chipboard screws in straight strip format are designed to be compatible with most commonly used collated screwdrivers and automatic screw guns on the market.

What RPM is recommended when installing the 4.2x30 screws?

Recommended screw gun speed for 30 mm screws is 2800–4700 rpm; use machined PH2 bits for consistent feeding and countersinking.

How many screws are in one strip and how are they supplied?

One strip contains 1,000 ESSVE screws, 4.2x30 mm, supplied in a straight collated strip format for automatic feeding.

Do these screws leave a smooth surface when countersunk?

Yes, the head has four cutting grooves which allow the screw to sink flush and leave a smooth surface without burrs.

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

Thread length is 20 mm; on a 30 mm screw this provides strong engagement in chipboard/plywood while allowing the unthreaded shank to enter the timber frame for secure fixing.

Is this item suitable for floor and floor panel installation?

Yes, the COLLATED SCREW 4.2x30 is specified for installing floor panels and boards to a timber subframe indoors, with appropriate length and thread for that use.

How to install collated screws correctly to avoid bit breakage?

Use machined PH2 bits and run the tool within the recommended 2800–4700 rpm range; feed the strip evenly and avoid overloading the driver to prevent strip jamming and bit damage.

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