COLLATED SCREW 3,9X41 ZN PUIT 1000 TK/KARP

The photographs are for illustrative purposes only.
Get AI analytics on product COLLATED SCREW
3,9X41 ZN PUIT 1000 TK/KARP:
32.20€ / box
Ex Tax: 25.97€ / box
0.03€ / m²
1 box = 1m²
ESSVE
0 reviews
In stock
Product Code: 000-393047ASP
Qty
One click order
Tags:

SPECIFICATION COLLATED SCREW 3,9X41 ZN PUIT 1000 TK/KARP price 36.37€ ESSVE

Package dimensions56,50 x 12,00 x 5,20 cm
Net weight2,107 kg

Kasutusala

ESSVE kipsikruvi on mõeldud kipsplaatide monteerimiseks sisetingimustes puidust aluspinnale.

Kirjeldus

Kruvid on sirges lindis, toodetud karastatud terasest ja läikivaks tsingitud. Varustatud Philipsi ristpeaga Ph2.
ESSVE kipsikruvid puitkarkassile sobivad turul enamlevinud kruviautomaatidele, nt Makita, Hilti, Kartro, Hitachi jne.

Montaa¹

Lindil kipsikruvide monteerimiseks on soovitatav kasutada mahatreitud otsikut.
Soovituslik pöörete arv: 30-55 mm 2800-4700/min

Spetsifikatsioon

Läikivaks tsingitud

Materjal: Karastatud teras SAE1018

Pinnatöötlus: Läikivaks tsingitud 5 μm

Kruvide kulu: Ca 20 tk/m2

Korrosiooniklass: C1

Product details

Total weight: 2.11 kg
Package measurements: 56.50 x 12.00 x 5.20 cm

Description provided by sitypro.com

COLLATED SCREW 3,9X41 ZN PUIT 1000 TK/KARP
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the COLLATED SCREW 3,9X41 ZN PUIT 1000 TK/KARP

What is COLLATED SCREW 3,9X41 ZN PUIT 1000 TK/KARP?

COLLATED SCREW 3,9X41 ZN PUIT 1000 TK/KARP is an ESSVE collated screw, 3.9 mm diameter and 41 mm length, made of hardened SAE1018 steel with a bright zinc 5 μm finish, designed for fixing plasterboard to timber studs in interior applications.

Is this collated screw compatible with auto-feed screwdrivers?

Yes, the collated screw is compatible with common auto-feed screwdrivers such as Makita, Hilti, Kartro and Hitachi. Use a recessed/trimmed bit tip designed for collated strips for best performance.

What thread type and head do the 3.9x41 screws have?

The screws feature a plasterboard-appropriate thread and a Philips Ph2 cross head, providing quick, secure engagement when used with a screwdriver.

What finish and corrosion class do these screws have?

They have a bright zinc finish of 5 μm and corrosion class C1, suitable for interior use in environments without elevated humidity.

How many screws per pack and what is the weight?

The pack contains 1000 collated screws (PUIT 1000 TK/KARP) with a gross weight of 2.11 kg and package dimensions 56.50 x 12.00 x 5.20 cm.

What applications are these ESSVE screws suitable for?

Designed for fixing plasterboard to timber studs indoors; estimated usage around 20 pcs/m2. Ideal for interior wall and ceiling installation and finishing work.

What RPM is recommended for installing the collated strip?

Recommended operating speed is 2800–4700 rpm with a cycle length of 30–55 mm, providing optimal drive-in without damaging the plasterboard.

Are these screws suitable for metal profiles?

They are designed for timber substrates (PUIT) and are not intended for thin metal profiles; choose screws specifically made for metal with appropriate thread and coating.

What is the screw consumption per m2 for plasterboard installation?

Estimated consumption is approximately 20 pcs/m2 for standard plasterboard fastening to a timber frame.

What material are the screws made of and what are the package dimensions?

Made of hardened SAE1018 steel with a bright zinc 5 μm finish. Package dimensions are 56.50 x 12.00 x 5.20 cm and gross weight 2.11 kg.

Which screwdriver brands are recommended for use?

The description lists compatibility with Makita, Hilti, Kartro and Hitachi; these common auto-feed screwdrivers work well with the ESSVE collated strip.

Where to buy COLLATED SCREW 3,9X41 ZN PUIT 1000 TK/KARP?

You can buy COLLATED SCREW 3,9X41 ZN PUIT 1000 TK/KARP in our online store for 25.97€. Category: Screws.

What is the price of COLLATED SCREW 3,9X41 ZN PUIT 1000 TK/KARP?

The current price of COLLATED SCREW 3,9X41 ZN PUIT 1000 TK/KARP is 25.97€. Brand: ESSVE.

COLLATED SCREW 3,9X41 ZN PUIT 1000 TK/KARP — specifications and description

Model: 000-393047ASP. Category: Screws. Brand: ESSVE. Price: 25.97€.

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