WOOD SCREW ESSDRIVE 6,0X120 PP/TX30 ZN/C1/ 350TK

The photographs are for illustrative purposes only.
Get AI analytics on product WOOD SCREW ESSDRIVE 6,0X120 PP/TX30 ZN/C1/ 350TK:
91.91€ / box
Ex Tax: 74.12€ / box
0.26€ / pc.
1 box = 350pc.
ESSVE
0 reviews
In stock
Product Code: 000-441163ASP
Qty
One click order
Tags:

SPECIFICATION WOOD SCREW ESSDRIVE 6,0X120 PP/TX30 ZN/C1/ 350TK price 111.74€ ESSVE

Package dimensions14,00 x 20,50 x 15,50 cm
Gross weight4,800 kg
Net weight4,990 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: TX30
PEA DIAMEETER: 12
VÄLISDIAMEETER (MM): 6
PIKKUS (MM): 120
KEERME PIKKUS (MM): 72
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 6,0X120 PP/TX30 ZN/C1/ 350TK
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the WOOD SCREW ESSDRIVE 6,0X120 PP/TX30 ZN/C1/ 350TK

What is the WOOD SCREW ESSDRIVE 6,0X120 PP/TX30 ZN/C1/ 350TK and what jobs is it for?

WOOD SCREW ESSDRIVE 6,0X120 PP/TX30 ZN/C1/ 350TK is a hardened, pointed steel screw with a glossy zinc finish for indoor use. It’s suitable for chipboard, wood, plastic, construction fittings and plugs; features a TX drive, patented tip and additional milling thread on screws over 70 mm.

What head type and drive does this screw use?

This screw uses a TX drive (TX30). The screw head has a patented shape designed to minimise splitting and ensure a neat flush finish.

What is the screw’s coating and suitable environment?

The screw has a glossy zinc coating (ZN/C1) suitable for indoor use. It provides corrosion protection for normal internal environments.

Is this screw suitable for chipboard and plywood?

Yes, the ESSDRIVE 6,0X120 is suitable for chipboard, wood and similar materials. The patented tip enables fast entry and the cutting groove produces a smooth, flush finish.

Do I need to pre-drill for the ESSDRIVE 6,0X120?

For most soft and medium-density woods and chipboard, pre-drilling is typically not necessary due to the patented tip. Pre-drill is recommended for very hard woods or when working close to edges.

What is the thread diameter and hole size created?

The model name 6,0X120 indicates a thread diameter of 6.0 mm and a length of 120 mm. Exact hole diameter varies by material; in soft wood the resulting seating diameter will be close to 6 mm.

At what lengths are additional milling threads provided and why?

Screws over 70 mm include an additional milling thread after the standard wood thread. This eases driving longer, thicker screws by reducing insertion effort and the risk of splitting.

Is this screw suitable for outdoor or wet environments?

No; the ZN/C1 zinc coating and product description indicate it is intended for indoor use. For outdoor or humid environments choose screws with more robust external corrosion protection.

Which materials is the ESSVE A118830SP screw compatible with?

The description lists compatibility with chipboard, natural wood, plastic, construction fittings and plugs. The ESSVE A118830SP model is intended for most indoor installation tasks with these materials.

What tool and bit should I use for fast ESSDRIVE TX30 installation?

Use a TX30 bit in a screwdriver or drill and adjust speed/torque to avoid cam-out. A cordless driver with torque control is recommended for clean, flush seating of the head.

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