COLLATED SCREW 3,9X55 KÕVAKIPS PUIT/MET PH2/ZN/C1/1000

The photographs are for illustrative purposes only.
Get AI analytics on product COLLATED SCREW
3,9X55 KÕVAKIPS PUIT/MET PH2/ZN/C1/1000:
29.90€ / box
Ex Tax: 24.11€ / box
0.03€ / pc.
1 box = 1pc.
ESSVE
0 reviews
In stock
Product Code: 000-441890ASP
Fuel surcharge — 2.5%
The surcharge covers part of SityPro’s transport and logistics costs. Delivery to parcel lockers is charged without any additional markup — according to the carrier’s rate.
Qty
One click order
Tags:

DESCRIPTION COLLATED SCREW 3,9X55 KÕVAKIPS PUIT/MET PH2/ZN/C1/1000 price 45.73€ ESSVE

Package dimensions55,50 x 11,60 x 7,50 cm
Gross weight3,130 kg
Net weight3,320 kg

KASUTUSVALDKOND
ESSVE kõvakipsikruvid on mõeldud kõvade/robustsete kipsplaatide monteerimiseks sisetingimustes puidust või terasest aluspinnale. Puurimisvõimsus 0,4-0,9 mm.
KIRJELDUS
Kruvid on sirges lindis, toodetud karastatud terasest ja fosfaaditud pinnatöötlusega. Varustatud Philipsi ristpeaga Ph2.
Kruvidel on vastassuunaline keere kruvipea all, mis vajutab plaatmaterjali tugevasti aluspinna vastu.
ESSVE kõvakipsikruvi sobib turul enamlevinud kruviautomaatidega.
PAIGALDAMINE
Lindil kõvakipsikruvide monteerimiseks on soovitatav kasutada mahatreitud otsikut.
Soovituslik pöörete arv: 2000-2800/min
OTSAKU/PADRUNI TÜÜP: PH2
PEA DIAMEETER: 7.8
VÄLISDIAMEETER (MM): 3.9
PIKKUS (MM): 55
KEERME PIKKUS (MM): 45
SOOVITUSLIKUD PÖÖRDED (P/MIN): 2000-2800
KRUVIDE ARV M² KOHTA: 20
PUURITAVUS MIN/MAX: 0,4 / 0,9
PINNATÖÖTLUS: Tsink pinnakattega
SERTIFIKAADID: CE
KORROSIOONIKLASS: C1
SEOSE TÜÜP: Rakbandad

Description provided by sitypro.com

COLLATED SCREW 3,9X55 KÕVAKIPS PUIT/MET PH2/ZN/C1/1000
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the COLLATED SCREW 3,9X55 KÕVAKIPS PUIT/MET PH2/ZN/C1/1000

What is COLLATED SCREW 3,9X55 KÕVAKIPS PUIT/MET PH2/ZN/C1/1000 and what is it for?

COLLATED SCREW 3,9X55 KÕVAKIPS PUIT/MET PH2/ZN/C1/1000 is an ESSVE collated screw 3.9×55 mm for fixing hard/robust plasterboards to timber or steel studs indoors. It features a PH2 Phillips head, phosphated finish and drilling capacity 0.4–0.9 mm; compatible with most screw collating tools.

What is the thread length and overall length of the screw?

The screw has an overall length of 55 mm, an outer diameter of 3.9 mm and a thread length of 45 mm, providing secure fixation of plasterboard to the substrate.

Are these collated screws suitable for steel studs?

Yes, the COLLATED SCREW 3.9×55 is designed for timber and steel substrates; the drilling capacity of 0.4–0.9 mm covers use with thinner steel profiles.

What bit/driver type is required to install the collated screws?

A PH2 Phillips bit/driver is required, as specified. Recommended RPM for installation is 2000–2800.

How many screws are needed per m² of plasterboard?

The specification recommends approximately 20 screws per square metre for standard fixing of hard plasterboards.

What material and finish do these screws have?

The screws are made of hardened steel with a phosphated finish, providing basic corrosion protection for indoor use.

Are these collated screws compatible with automatic screwdrivers/collating tools?

Yes, ESSVE collated screws are compatible with most common screw collating tools and automatic screwdrivers that support this tape type and diameter.

Can these screws be used in wet or high-humidity rooms?

With a phosphated finish for indoor use, these screws are not intended for wet or high-humidity environments; use screws with specialised corrosion-resistant coatings for such conditions.

What nozzle/bit is recommended for tape feeding?

For collated feeding use a disposable/trim-type nozzle (as recommended in the product description) to ensure reliable feed and correct seating of the PH2 head.

What is the purpose of the reverse thread under the screw head?

The reverse thread under the head presses the plasterboard firmly against the substrate, preventing pull-through and ensuring a tight bearing of the board to timber or steel.

Is the 3.9×55 size suitable for thick hard plasterboards?

The 55 mm length with 45 mm thread is generally suitable for harder, thicker plasterboards; however confirm that 55 mm provides sufficient penetration through the board into the substrate for your specific board thickness.

Are these collated screws compatible with automatic drivers from other manufacturers?

Yes, ESSVE collated screws are compatible with most common automatic screwdrivers provided the tool supports a 3.9 mm diameter and PH2 bit.

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