COLLATED SCREW 3,9X40 AQUA PUIT/MET PH2/CORRSEAL/ 1000

The photographs are for illustrative purposes only.
Get AI analytics on product COLLATED SCREW
3,9X40 AQUA PUIT/MET PH2/CORRSEAL/ 1000:
52.35€ / box
Ex Tax: 42.22€ / box
0.05€ / pc.
1 box = 1pc.
ESSVE
0 reviews
In stock
Product Code: 000-441813ASP
Qty
One click order
Tags:

SPECIFICATION COLLATED SCREW 3,9X40 AQUA PUIT/MET PH2/CORRSEAL/ 1000 price 53.21€ ESSVE

Package dimensions55,50 x 16,50 x 5,20 cm
Gross weight2,580 kg
Net weight2,720 kg

KASUTUSVALDKOND
ESSVE väline kombi kipsikruvi GU on mõeldud välise kipsplaadi montaažiks välisseina puit- või teraskarkassile. Puurimisjõudlus 0,4-0,9 mm.
KIRJELDUS
ESSVE GU kombi kipsikruvi on uudne, lameda, pinna peale jääva peaga kruvi. Sellise kujuga saadakse nn ilmastikukindel montaaž enne fassaadikatte monteerimist. Kruvi kuju vastab HusAMA 98 (Rootsi materjali- ja töökirjelduste kogu) nõuetele väliste kipsist plaatide osas, KBC.111. Kruvi on varustatud kombi-keermega, mistõttu see on sobilik montaažiks puit- ja teraskarkassile (max 0,9 mm). Kruvi on valmistatud karastatud terasest, see on hõbedase CorrSeali pinnatöötlusega, tänu millele sobib kasutamiseks väliskeskkonnas. Hõbedane CorrSeali pinnatöötlus vastab korrosiooniklassile C4. ESSVE kipsikruvi GU kombi sobib tavalisematele müügilolevatele kruviautomaatidele.
PAIGALDAMINE
Kiireks ja korrektseks montaažiks tuleks alati kasutada reguleeritava sügavuspiirajaga kruvikeerajat. Kruvi ei süvistata, plaadi kartongist pealiskihti ei tohi kahjustada. Soovitatav pöörete arv: 30-40 mm 2800-6000 p/min.
OTSAKU/PADRUNI TÜÜP: PH2
PEA DIAMEETER: 9
VÄLISDIAMEETER (MM): 3.9
PIKKUS (MM): 40
KEERME PIKKUS (MM): 35.9
PINNATÖÖTLUS: CorrSeal
SERTIFIKAADID: CE

Description provided by sitypro.com

COLLATED SCREW 3,9X40 AQUA PUIT/MET PH2/CORRSEAL/ 1000
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the COLLATED SCREW 3,9X40 AQUA PUIT/MET PH2/CORRSEAL/ 1000

What is COLLATED SCREW 3,9X40 AQUA PUIT/MET PH2/CORRSEAL/ 1000 and what is it for?

COLLATED SCREW 3,9X40 AQUA PUIT/MET PH2/CORRSEAL/ 1000 is an ESSVE A118580SP collated screw strip for fixing external gypsum panels to timber or metal studs. Size 3.9×40 mm with CorrSeal silver coating provides C4 corrosion resistance suitable for outdoor use.

Is this collated screw suitable for fixing external plasterboard to metal studs?

Yes, the COLLATED SCREW 3.9×40 AQUA PUIT/MET PH2/CORRSEAL/1000 is suitable for metal studs up to 0.9 mm thick thanks to its combi thread.

Can these screws be used for timber frame fixing?

Yes, the ESSVE A118580SP collated screws feature a combi thread designed for secure fixing into timber frames.

What coating do the screws have and what corrosion class?

The screws feature a silver CorrSeal coating rated to corrosion class C4, making them suitable for external environments.

What are the screw length and diameter in the strip?

The strip contains screws 3.9 mm in diameter and 40 mm long, suitable for fixing external plasterboard to studs.

What screwdriver bit is required for these screws?

These screws use a PH2 crosshead bit, compatible with standard PH2 driver bits for correct feeding and installation.

How many screws are in the strip and are they suitable for automatic feeding?

The product name includes /1000, indicating 1000 screws per collated strip; they are suitable for automatic feeding in collated screwdrivers designed for strips.

Are these screws suitable for mounting before installing facade cladding?

Yes, the flat, surface-level head provides a weather-resistant mounting suitable for use prior to facade cladding installation.

Do these screws meet standards for external plasterboard systems?

Yes, the screw geometry complies with HusAMA 98 and KBC.111 requirements for external gypsum board applications, as stated in the ESSVE GU description.

What material are the screws made of and how strong are they?

The screws are made from hardened steel, providing high strength and durability suitable for external installations.

How do these screws differ from standard drywall screws?

Differences include a flat surface-level head for weather-resistant fixing, combi thread suitable for both timber and metal, and CorrSeal coating for external corrosion resistance.

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