DRYWALL SCREW 3,9X30 PUIT PH2/ZN/C1/ 2700TK

The photographs are for illustrative purposes only.
Get AI analytics on product DRYWALL SCREW
3,9X30 PUIT PH2/ZN/C1/ 2700TK:
56.95€/pc.
Ex Tax: 45.93€/pc.
ESSVE
0 reviews
In stock
Product Code: 000-309427ASP
Qty
One click order
Tags:

DESCRIPTION DRYWALL SCREW 3,9X30 PUIT PH2/ZN/C1/ 2700TK price 59.38€ ESSVE

Package dimensions14,00 x 20,50 x 15,50 cm
Net weight4,491 kg

Kasutusala

ESSVE kipsikruvi on mõeldud kipsplaatide monteerimiseks puidust aluspinnale.

Kirjeldus

Kruvi on toodetud karastatud terasest, sel on läikivaks tsingitud pinnatöötlus sisetingimustes kasutamiseks või CorrSeal pinnatöötlus, mis võimaldab kasutamist väliskeskkonnas.
Kruvi on varustatud Philipsi ristpeaga Ph2.

Montaa¹

Et montaa¹ saaks toimuda kiiresti ja efektiivselt, tuleks kasutada sügavuse piirajaga kruvikeerajat.
Soovituslik pöörete arv:
25-55 mm 2800-6000 p/min
56-75 mm 2000-2800 p/min

Spetsifikatsioon

-Läikivaks tsingitud:
Materjal: Karastatud teras SAE C1018
Pinnatöötlus: Läikivaks tsingitud 5 μm
Kruvide kulu: Ca 20 tk/m2
Korrosiooniklass: C1

Product details

Total weight: 4.49 kg
Package measurements: 14.00 x 20.50 x 15.50 cm

Description provided by sitypro.com

DRYWALL SCREW 3,9X30 PUIT PH2/ZN/C1/ 2700TK
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the DRYWALL SCREW 3,9X30 PUIT PH2/ZN/C1/ 2700TK

What is DRYWALL SCREW 3,9X30 PUIT PH2/ZN/C1/ 2700TK?

DRYWALL SCREW 3,9X30 PUIT PH2/ZN/C1/ 2700TK is an ESSVE 3.9×30 mm drywall screw made of hardened steel (SAE C1018) with a bright zinc 5 μm finish, corrosion class C1; supplied in a 2700-piece pack.

What are these screws used for?

These screws are for fastening drywall (plasterboard) to wooden studs or battens; the bright zinc finish suits indoor use, while a CorrSeal-treated option is available for exterior conditions.

What are the screw dimensions and material?

Dimensions are 3.9×30 mm; material is hardened steel SAE C1018; finish is bright zinc 5 μm with corrosion class C1.

Is this screw suitable for metal studs?

No — PUIT indicates wood; this drywall screw is intended for fixing to wooden substrates. Use self-drilling or metal-specific screws for metal studs.

How many screws are needed per 1 m² of drywall?

Consumption is approximately 20 screws per m², use this figure when calculating the required quantity.

What head type does the screw have and which bit to use?

The screw has a Philips PH2 cross head; use a PH2 bit and a screwdriver/drill with a depth stop for efficient installation.

What RPM is recommended for installation?

Recommended RPM depends on screw length: for 25–55 mm use 2800–6000 rpm; for 56–75 mm use 2000–2800 rpm.

Can these screws be used outdoors?

The bright zinc finish is intended for indoor use (corrosion class C1). For outdoor use choose the CorrSeal-treated variant for better corrosion resistance.

How many pieces per pack and what are the pack weight/dimensions?

Pack contains 2700 pieces; total gross weight 4.49 kg; package dimensions 14.00 x 20.50 x 15.50 cm.

Are these compatible with power tools and is a depth stop needed?

They are compatible with standard power screwdrivers; use a PH2 bit and a depth-stop on the driver to ensure consistent countersinking and avoid overdriving.

Who is the manufacturer and what is the model?

Manufacturer: ESSVE. Model: A076194SP, SKU 000-309427ASP; product category: Screws (Шурупы).

Where to buy DRYWALL SCREW 3,9X30 PUIT PH2/ZN/C1/ 2700TK?

You can buy DRYWALL SCREW 3,9X30 PUIT PH2/ZN/C1/ 2700TK in our online store for 45.93€. Category: Screws.

What is the price of DRYWALL SCREW 3,9X30 PUIT PH2/ZN/C1/ 2700TK?

The current price of DRYWALL SCREW 3,9X30 PUIT PH2/ZN/C1/ 2700TK is 45.93€. Brand: ESSVE.

DRYWALL SCREW 3,9X30 PUIT PH2/ZN/C1/ 2700TK — specifications and description

Model: 000-309427ASP. Category: Screws. Brand: ESSVE. Price: 45.93€.

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