BATTERY CHARGER DEWALT DCB1104 XR 10,8-18V 4A

The photographs are for illustrative purposes only.
Get AI analytics on product BATTERY CHARGER
DEWALT DCB1104 XR 10,8-18V 4A:
67.51€/pc.
Ex Tax: 54.44€/pc.
DeWALT
0 reviews
In stock
Product Code: 000-496610ASP
Qty
One click order
Tags:

SPECIFICATION BATTERY CHARGER DEWALT DCB1104 XR 10,8-18V 4A price 55.06€ DeWALT

Nüüd saate ühe seadmega laadida mitut tüüpi Dewalt akusid. Ükskõik, kas töötate kompaktsete 12 V tööriistadega või võimsate 18 V tööriistadega, see laadija toetab kõiki teie akusid.

Lisaks on DCB1104 varustatud intelligentse laadimistehnoloogiaga, mis optimeerib teie akude eluiga. See jälgib pidevalt aku pinget ja temperatuuri, et tagada tõhus ja ohutu laadimine. Intuitiivne LED-ekraan näitab reaalajas laadimisolekut, andes teile teada, kui teie akud on kasutamiseks valmis.

Laadib kõiki DEWALT akusid vahemikus XR (1,3–5,0 Ah) 10,8–18 V, samuti XR Flexvolt akusid
Laadimisaeg 2,0 Ah 30 minutit
Laadimisaeg 3,0 Ah 45 minutit
Laadimisaeg 4,0 Ah 60 minutit
Laadimisaeg 5,0 Ah 75 minutit

Description provided by sitypro.com

BATTERY CHARGER DEWALT DCB1104 XR 10,8-18V 4A
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the BATTERY CHARGER DEWALT DCB1104 XR 10,8-18V 4A

What is the BATTERY CHARGER DEWALT DCB1104 XR 10,8-18V 4A?

BATTERY CHARGER DEWALT DCB1104 XR 10,8-18V 4A is a universal DeWALT charger for XR batteries 10.8–18 V (1.3–5.0 Ah) and XR FlexVolt batteries, featuring intelligent charge control that monitors voltage and temperature and an LED status indicator.

Which batteries are compatible with the DEWALT DCB1104?

The charger supports all DeWALT XR batteries in the 10.8–18 V range with capacities 1.3–5.0 Ah, and it also charges XR FlexVolt batteries.

How long does it take to fully charge different batteries with the DCB1104?

Charging times listed: 2.0 Ah — 30 minutes; 3.0 Ah — 45 minutes; 4.0 Ah — 60 minutes; 5.0 Ah — 75 minutes.

Does the DCB1104 have overheat and overcharge protection?

Yes — the DCB1104 uses intelligent charging technology that monitors battery voltage and temperature to ensure safe, optimized charging and protection against overcharging/overheating.

Can the DCB1104 charge multiple batteries at the same time?

The DCB1104 is designed to charge one battery at a time; the product description lists compatible battery types but does not indicate simultaneous multi-battery charging.

How is charging status shown on the DCB1104?

The charger features an intuitive LED status indicator that displays real-time charging progress and notifies you when the battery is ready for use.

Is the DCB1104 suitable for charging XR FlexVolt batteries?

Yes — the product description specifies support for XR FlexVolt batteries in addition to XR 10.8–18 V batteries.

What is the model and SKU of this DeWALT charger?

The model is A163387SP and the SKU is 000-496610ASP; the manufacturer is DeWALT.

Is the DCB1104 suitable for compact 12 V DeWALT tools?

Yes — it supports 10.8–18 V batteries, so it is suitable for compact 12 V (10.8 V) DeWALT batteries used in smaller tools.

How does the DCB1104 differ from other DeWALT chargers?

Key differences are its universal support for XR 10.8–18 V and XR FlexVolt batteries, intelligent voltage/temperature monitoring, and an LED status indicator; specifics versus other models depend on those models' specs.

Does the DCB1104 support fast charging and how does that affect battery life?

Yes — it offers reduced charging times (30–75 minutes depending on capacity) while its intelligent charging system monitors voltage and temperature to minimise negative effects on battery lifespan.

Where to buy BATTERY CHARGER DEWALT DCB1104 XR 10,8-18V 4A?

You can buy BATTERY CHARGER DEWALT DCB1104 XR 10,8-18V 4A in our online store for 54.44€. Category: Electric tools.

What is the price of BATTERY CHARGER DEWALT DCB1104 XR 10,8-18V 4A?

The current price of BATTERY CHARGER DEWALT DCB1104 XR 10,8-18V 4A is 54.44€. Brand: DeWALT.

BATTERY CHARGER DEWALT DCB1104 XR 10,8-18V 4A — specifications and description

Model: 000-496610ASP. Category: Electric tools. Brand: DeWALT. Price: 54.44€.

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