WOOD SCREW ESSDRIVE 5,0X35 PP/TX25 ZN/C1/ 200TK

The photographs are for illustrative purposes only.
Get AI analytics on product WOOD SCREW ESSDRIVE 5,0X35 PP/TX25 ZN/C1/ 200TK:
12.42€ / box
Ex Tax: 10.02€ / box
0.06€ / pc.
1 box = 200pc.
ESSVE
0 reviews
In stock
Product Code: 000-441169ASP
Qty
Tags:

DESCRIPTION WOOD SCREW ESSDRIVE 5,0X35 PP/TX25 ZN/C1/ 200TK price 13.94€ ESSVE

Package dimensions9,00 x 9,00 x 8,00 cm
Gross weight0,620 kg
Net weight0,650 kg

KASUTUSVALDKOND
Puidukruvi ESSDRIVE sobib enamikuks paigaldustöödeks puitlaastplaatide, puidu, plasti, ehitusrautiste, tüüblite jne puhul.
KIRJELDUS
Kruvi on valmistatud karastatud ja noolutatud terasest ning sel on sisetingimustesse sobiv läikivaks tsingitud pinnatöötlus. TX-pesa/-otsak. Kruvil on patenditud kujuga ots, mis tagab kiire kinnitumise puidu sisse. Ka kruvipea kuju on patenditud ning minimeerib tänu sellele kildude tekkimist ja tagab kena lõpptulemuse. Üle 70 mm pikkustel ja pikematel kruvidel on tavalise puidukeerme järel täiendav freeskeere, mis lihtsustab pikemate ja jämedamate kruvide kinnitamist. Kruvipeale on lisatud lõikesoon, mis lõikab puidukiud läbi, süvistab kruvi ja kindlustab sileda, pindudeta pinna. Kruvipea sobib lisaks suurepäraselt süvistatud ehitusrautiste paigaldamiseks, sest sel puuduvad väljaulatuvad ribid. Kruvi täidab CE-märgise nõudeid vastavalt standardile EN 14592.
PAIGALDAMINE
Soovitatav pöörete arv: 400-1200 p/min. OTSAKU/PADRUNI TÜÜP: TX25
PEA DIAMEETER: 10
VÄLISDIAMEETER (MM): 5
PIKKUS (MM): 35
KEERME PIKKUS (MM): 24
SOOVITUSLIKUD PÖÖRDED (P/MIN): 400-2000
PINNATÖÖTLUS: Tsink pinnakattega
SERTIFIKAADID: CE
KASUTUSKESKKOND: Sisetingimus
KORROSIOONIKLASS: C1
PÕHIMATERJALID: Teras

Description provided by sitypro.com

WOOD SCREW ESSDRIVE 5,0X35 PP/TX25 ZN/C1/ 200TK
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the WOOD SCREW ESSDRIVE 5,0X35 PP/TX25 ZN/C1/ 200TK

What is WOOD SCREW ESSDRIVE 5,0X35 PP/TX25 ZN/C1/ 200TK?

WOOD SCREW ESSDRIVE 5,0X35 PP/TX25 ZN/C1/ 200TK is a hardened, precision-formed steel wood screw with a bright zinc finish, TX recess, patented point and head design for interior use; suitable for chipboard, timber, plastic and construction profiles, supplied in a pack of 200.

What materials is the ESSDRIVE screw suitable for?

The WOOD SCREW ESSDRIVE is suitable for chipboard, timber, plastic components and construction profiles, and can be used with plugs for light-duty interior fixings.

What head type and bit is required for ESSDRIVE 5,0X35?

The screw uses a TX recess, so use a TX25 driver bit for correct engagement and to prevent cam-out or damage to the head.

What diameter and length are 5,0x35 and what joints is it for?

5.0x35 means a 5.0 mm diameter and 35 mm length; it’s ideal for chipboard, thin timber fixings, skirtings and interior panel attachments.

How does this screw differ from a standard wood screw?

ESSDRIVE features a patented point for fast bite into wood, a patented head shape to reduce splitting, a cutting groove for flush countersinking and a bright zinc finish suited for interior use.

Can these screws be used outdoors or in wet areas?

The ESSDRIVE screws have a bright zinc finish intended for interior use; for outdoor or high-humidity applications choose corrosion-resistant fasteners specifically designed for exterior use.

Do I need to pre-drill for 5,0x35 ESSDRIVE?

The patented point usually eliminates the need for pre-drilling in soft to medium-density wood and chipboard; for very hard timber it’s advisable to drill a pilot hole to avoid splitting.

Is this screw suitable for attaching furniture hinges and fittings?

Yes, the ESSDRIVE 5.0x35 with TX25 is suitable for furniture hinges and light fittings if the material thickness and load suit a 5x35 size; choose a longer or larger diameter screw for heavier joints.

Why is the pack 200 pieces and when does it make sense to buy it?

A 200-piece pack is practical for large furniture assemblies, repetitive finishing jobs and professional teams needing bulk identical fasteners; for single DIY tasks a smaller pack is usually more economical.

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