WOOD SCREW ESSDRIVE 6,0X100 PP/TX30 ZN/C1/ 400TK

The photographs are for illustrative purposes only.
Get AI analytics on product WOOD SCREW ESSDRIVE 6,0X100 PP/TX30 ZN/C1/ 400TK:
80.50€ / box
Ex Tax: 64.92€ / box
0.20€ / pc.
1 box = 400pc.
ESSVE
0 reviews
In stock
Product Code: 000-441164ASP
Qty
One click order
Tags:

DESCRIPTION WOOD SCREW ESSDRIVE 6,0X100 PP/TX30 ZN/C1/ 400TK price 93.41€ ESSVE

Package dimensions14,00 x 20,50 x 15,50 cm
Gross weight4,560 kg
Net weight4,750 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. PEA DIAMEETER: 12
VÄLISDIAMEETER (MM): 6
PIKKUS (MM): 100
KEERME PIKKUS (MM): 52
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,0X100 PP/TX30 ZN/C1/ 400TK
Write a review
Related Products
rempro rempro-mobile

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

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

WOOD SCREW ESSDRIVE 6,0X100 PP/TX30 ZN/C1/ 400TK is a hardened, knurled steel wood screw with a bright zinc finish, TX drive and patented point for fast penetration into wood; designed for indoor fixing to chipboard, timber, plastic and anchors.

What materials is the WOOD SCREW ESSDRIVE 6,0X100 suitable for?

This screw is suitable for chipboard, solid and glulam timber, plastic components, construction steel parts and for use with anchors indoors due to its hardened steel construction and cutting groove.

What head type does the screw have and what bit is required?

The screw uses a TX (TORX) drive and requires a TX30 bit; the patented head shape ensures countersinking and minimises splintering.

What does PP mean in the product name and how does it affect installation?

PP indicates a countersunk/partially countersunk head design allowing the screw to be recessed into the material, producing a neat, flush finish.

Is this screw suitable for outdoor use?

The screw has a bright zinc finish and is intended for indoor use (C1). For outdoor or high‑humidity applications choose a more corrosion‑resistant coating.

Does the ESSDRIVE 6,0X100 have additional milling threads and why?

Yes — screws over 70 mm feature additional milling threads after the standard wood thread to ease insertion of longer/thicker screws and reduce splitting.

How is a flush surface achieved after driving — is there a cutting groove?

Yes, the head includes a cutting groove that severs wood fibres and allows the screw to countersink, ensuring a smooth, flush surface.

Is this screw suitable for anchors and metal components?

Yes — the description lists use with construction metal parts and anchors; the hardened steel and thread form provide secure holding for indoor anchor applications.

What are the benefits of the ESSDRIVE patented point and head shape?

The patented point provides fast penetration into wood often without pre-drilling, and the head shape minimises splintering while ensuring a neat countersunk finish.

Who is the manufacturer and what is the model for this screw?

Manufacturer: ESSVE; model: A118831SP; SKU: 000-441164ASP; category: Fixings and lifting equipment.

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