ШУРУП ПО ДЕРЕВУ ESSDRIVE 5,0x100 PP/TX25 A4/C5/ 10tk

The photographs are for illustrative purposes only.
Get AI analytics on product ШУРУП ПО ДЕРЕВУ
ESSDRIVE 5,0x100 PP/TX25 A4/C5/ 10tk:
5.52€ / box
Ex Tax: 4.45€ / box
0.55€ / pc.
1 box = 10pc.
ESSVE
0 reviews
In stock
Product Code: 000-494542ASP
Qty
Tags:

SPECIFICATION ШУРУП ПО ДЕРЕВУ ESSDRIVE 5,0x100 PP/TX25 A4/C5/ 10tk price 6.26€ ESSVE

Puidukruvi ESSDRIVE on mõeldud enamikuks paigaldustöödeks puitlaastplaatide, puidu, plasti, kinnitusdetailide, tüüblite jmt puhul.

Kirjeldus
Esimene kruvi, mis vähendab õlgade, liigeste ja selja koormust.

Kruvi on valmistatud roostevabast happekindlast terasest A4, mis on mõeldud väga kahjustavatele keskkondadele, nt merekeskkond. Kruvil on TX-kinnitus/-pesa. Kruvi patenditud kujuga teravik tagab kiire haakumise puidus. Patenditud kujuga pea minimeerib pindude tekkimist ja annab ilusa lõpptulemuse.

Kruvidel, mis on 70 mm ja pikemad, on kohe tavalise puidukeerme järel täiendav freeskeere, mis lihtsustab pikemate ja jämedamate kruvide paigaldamist. Kruvipeale on lisatud lõikesooned, mis lõikavad puidukiud läbi ning süvistavad kruvi, et pind jääks sile ja pindudeta. Pea toimib suurepäraselt ka süvistatud kinnitusdetailide puhul, kuna sel puuduvad väljaulatuvad ribid. ESSDRIVE nõuab 2 kg väiksemat paigaldussurvet kui müügilolevad kruvid keskmiselt ning vähendab seega kehale langevat koormust. Kruvi vastab CE-märgise nõuetele standardi EN 14592 kohaselt.

Description provided by sitypro.com

ШУРУП ПО ДЕРЕВУ ESSDRIVE 5,0x100 PP/TX25 A4/C5/ 10tk
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the ШУРУП ПО ДЕРЕВУ ESSDRIVE 5,0x100 PP/TX25 A4/C5/ 10tk

What is ШУРУП ПО ДЕРЕВУ ESSDRIVE 5,0x100 PP/TX25 A4/C5/ 10tk?

ШУРУП ПО ДЕРЕВУ ESSDRIVE 5,0x100 PP/TX25 A4/C5/ 10tk is a 5.0×100 mm A4 acid-resistant stainless wood screw with a TX25 drive, PP coating and 10 pcs per pack, designed for fixing chipboard, wood and plastic in corrosive environments.

Is ESSDRIVE 5,0x100 suitable for seaside exterior use?

Yes. The ESSDRIVE screw is made of A4 acid-resistant stainless steel intended for highly corrosive environments including marine settings, and the PP coating gives extra corrosion protection.

What thread does this screw have and is there a cutter for long screws?

The screw uses a standard wood thread; for lengths 70 mm and above there is an additional milling thread following the main thread to ease installation of longer and thicker screws.

What head type does ESSDRIVE 5,0x100 have and do I need a TX25 bit?

It has a patented head shape with a TX (Torx) drive; you will need a TX25 bit for installation to ensure secure engagement and reduce cam-out.

Can these screws be used to fix anchors and fittings?

Yes. ESSDRIVE screws are suitable for fixing anchors and fittings in wood, chipboard and plastic; the patented sharp point gives fast engagement into the material.

How well does the head countersink and will the surface be smooth after driving?

The screw has cutting grooves that slice wood fibres and countersink the head, leaving a smooth, blemish-free surface and a neat finish.

What materials are the 5.0×100 screws suitable for?

ESSDRIVE is suitable for wood, chipboard, plastic and for fixing fittings and anchors; it is not specified for direct use in metal without appropriate preparation.

How does ESSDRIVE differ from a standard stainless screw?

ESSDRIVE features a patented sharp point for quick engagement, cutting grooves for neat countersinking and an additional milling thread on screws ≥70 mm; it is made of A4 stainless steel for highly corrosive environments.

Do I need to countersink or pre-drill before installing these screws?

The cutting grooves and patented sharp point usually remove the need for pre-countersinking in most wood materials; for very hard woods or precise placement a pilot hole is recommended.

How many pieces are in the pack and what is the model/SKU?

The pack contains 10 pcs. Model: A161219SP, SKU: 000-494542ASP, manufacturer ESSVE, category: fastening 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ххххххх');