Wood screw 3,5X30 ESSDRIVE PP/TX10 ZN/C1/ 200TK

The photographs are for illustrative purposes only.
Get AI analytics on product Wood screw 3,5X30 ESSDRIVE PP/TX10 ZN/C1/ 200TK:
8.18€ / box
Ex Tax: 6.60€ / box
0.04€ / pc.
1 box = 200pc.
ESSVE
0 reviews
In stock
Product Code: 000-451766ASP
Qty
Tags:

DESCRIPTION Wood screw 3,5X30 ESSDRIVE PP/TX10 ZN/C1/ 200TK price 7.95€ ESSVE

Package dimensions9,00 x 9,00 x 8,00 cm
Gross weight0,260 kg
Net weight0,290 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: TX10
PEA DIAMEETER: 7
VÄLISDIAMEETER (MM): 3.5
PIKKUS (MM): 30
KEERME PIKKUS (MM): 18
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 3,5X30 ESSDRIVE PP/TX10 ZN/C1/ 200TK
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Wood screw 3,5X30 ESSDRIVE PP/TX10 ZN/C1/ 200TK

What is the Wood screw 3,5X30 ESSDRIVE PP/TX10 ZN/C1/ 200TK?

Wood screw 3,5X30 ESSDRIVE PP/TX10 ZN/C1/ 200TK is a 30 mm long, 3.5 mm diameter ESSDRIVE wood screw with a TX10 recess and bright zinc (ZN) finish for indoor use, featuring a patented point for quick wood engagement. Suitable for chipboard, wood, plastic and anchors; pack of 200.

What materials is this screw suitable for?

Suitable for chipboard, solid wood, plastic, construction metal fittings and fixing anchors. The patented point and cutting groove ensure easy penetration also into denser wood and composite boards.

What head type and bit size does the 3,5X30 ESSDRIVE screw require?

The screw has a countersinking/patented head with a TX recess; use a TX10 bit for driving. This combo minimises splitting and ensures a neat flush finish.

Is this screw suitable for outdoor or damp environments?

The screw has a bright zinc (ZN) finish intended for indoor use (C1). For outdoor or damp environments, choose screws with more corrosion-resistant coatings designed for exterior conditions.

Does this screw have a self-drilling tip or special thread for dense materials?

This model features a patented point that aids penetration; additional milling thread is used on screws longer than 70 mm. The 30 mm version has standard wood thread and a cutting groove on the head for clean countersinking.

How many pieces are in the pack and are there other pack sizes?

This article pack contains 200 pieces (200TK). The product description does not list other pack sizes, so only the 200-piece pack is indicated.

Is this screw suitable for assembling furniture from chipboard and MDF?

Yes — the ESSDRIVE screw with TX10 and a cutting groove on the head is designed for chipboard and MDF, providing quick entry, reduced splitting and a clean countersunk finish.

Is this screw good for fixing plastic and composites?

Yes, the patented point and cutting groove make the screw suitable for plastic and composite panel fixing, provided the 30 mm length matches material and substrate thickness.

What tool is best for fast and safe driving of these screws?

Use a cordless screwdriver or drill with a TX10 bit holder and adjustable torque. Setting the correct torque prevents cam-out and ensures the head is driven flush without damage.

How does ESSDRIVE differ from a standard wood screw?

ESSDRIVE features a patented point for faster entry, a specially shaped head that reduces splintering, and a cutting groove on the head for smooth countersinking — delivering a neater finish than standard wood screws.

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