WOOD SCREW ESSDRIVE 6,0X140 PP/TX30 ZN/C1/ 100TK

The photographs are for illustrative purposes only.
Get AI analytics on product WOOD SCREW ESSDRIVE 6,0X140 PP/TX30 ZN/C1/ 100TK:
39.10€ / box
Ex Tax: 31.53€ / box
0.39€ / pc.
1 box = 100pc.
ESSVE
0 reviews
In stock
Product Code: 000-442404ASP
Qty
One click order
Tags:

SPECIFICATION WOOD SCREW ESSDRIVE 6,0X140 PP/TX30 ZN/C1/ 100TK price 46.66€ ESSVE

Package dimensions9,00 x 18,00 x 8,00 cm
Gross weight1,580 kg
Net weight1,640 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): 140
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,0X140 PP/TX30 ZN/C1/ 100TK
Write a review
Related Products
rempro rempro-mobile

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

What is the WOOD SCREW ESSDRIVE 6,0X140 PP/TX30 ZN/C1/ 100TK?

WOOD SCREW ESSDRIVE 6,0X140 PP/TX30 ZN/C1/ 100TK is a hardened, threaded steel wood screw 140 mm long and 6.0 mm diameter with a bright zinc finish for interior use, TX30 drive, and patented tip and head for fast, neat fixing.

What materials is the ESSDRIVE 6,0X140 suitable for?

The ESSDRIVE 6,0X140 is suitable for chipboard, solid wood, plastic, construction metal parts and for use with wall plugs in interior installations.

What drive type does the screw use and which bit is required?

The ESSDRIVE 6,0X140 uses a TX (Torx) drive; use a TX30 (Torx 30) bit for installation.

Is this screw suitable for outdoor or wet environments?

This screw has a bright zinc finish intended for interior use; for outdoor or wet environments choose a more corrosion‑resistant coating.

Does this screw have extra cutting/freese features and why?

Yes — on screws longer than 70 mm ESSDRIVE includes an extra cutting/freese section after the standard thread to ease driving longer and thicker screws into wood.

How does the screw head affect the finished surface appearance?

The ESSDRIVE patented head shape and cutting groove slice wood fibres and countersink the screw, producing a smooth, chip‑free surface and neat finish.

Can these screws be used with wall plugs and for what tasks?

Yes — the ESSDRIVE 6,0X140 can be used with plugs in hollow or weak substrates for secure fixing of shelves, fittings and furniture structures.

What is the screw made of and what is the finish?

The screw is made from hardened, threaded steel with a bright zinc finish suited for interior conditions.

What is the pack size and what is the 100TK pack suitable for?

The ESSDRIVE 6,0X140 comes in a 100‑piece pack (100TK), ideal for large installation jobs, batch furniture assembly and projects requiring many identical fixings.

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